Workshop06 May 2010 08:37 pm

During my field research in Korea, Taiwan, and China I carried around a hefty camera with me to archives and libraries. On those fortunate occasions when I was allowed to use it, I snapped nice high-contrast “text mode” photos of everything from handwritten documents, mimeographed newspapers, pages of books, and thousands of pictures of microfilm reader screens zoomed in on a particular item. I also developed my own coding system to connect the numbers of the images in the digital camera to items in my notes in order to easily find the images again when I need them in my dissertation.

On other occasions I carried another smaller camera in my backpack for emergencies when I wanted to copy some pages out of books but the pictures were often blurry. I recently discovered, however, that the camera on my iPhone 3GS contains a good enough camera to take decent pictures of books and documents if you have moderate indoor lighting.

The Pics Need Processing

To get optimal results however, pictures of books and documents taken from an iPhone 3GS need to be processed: the contrast and brightness need to be turned way up, the size of the image can be significantly reduced in size (from about 1.1MB to 0.25MB each), and if you are making copies of an article or part of a book, ideally you want the result to be a PDF, not a folder full of pictures. Indeed, it is for this purpose I have logged dozens of hours standing in front of the various PDF scanners in the libraries here at Harvard that I wrote about here.

Processing these pictures is time consuming, and begs for a hack. iPhone applications like JotNot and PocketScan are a nice idea but I find them to be incredibly slow and awkward to use.

So I spent a few hours last night and came up with an inelegant but effective solution that, once set up, makes the whole process of getting iPhone pictures processed and into a readable PDF fast and painless. A real hacker would create a script that does all this for the user in a single step, and I would love to get my hands on such a script but in the meantime, in case there is someone out there who would find this useful, here is my current solution using OS X 10.6 and Adobe Photoshop CS3.

Preparations

You only need to do these steps once to get your computer set up. but they are kind of convoluted. I’m sure someone out there has a more efficient method:

1. Create a folder somewhere easy to get to on your hard drive and call it “Convert”

2. Create a folder (in the same folder as Convert for example) and call it “Converted”

3. Open “Automator” in your Applications folder and create a new Automator workflow that looks like this:

workflow.png

Save this as a workflow that we can attach to the “Convert” folder as a folder action. In the top pop-up menu select “Other…” and choose the “Convert” folder which will contain the iPhone photos you will drop in to have converted into a PDF. The applescript will command Photoshop to do an action I have called “CreatePDF” which will process the images one at a time (see below). The automator workflow then grabs all the files, which Photoshop will save into a folder called “Converted” which you should indicate, and create a PDF from them. The final step cleans up the images in the Convert and Converted folder by deleting them. You can delete this step if you don’t want it to delete the images but I usually drop in copies or exported images so I don’t need them once the PDF has been created. You can if you like, download my Automator application version of this workflow here, modify it for your own use and folder locations and save it as a workflow. Keep in mind you need to change the path on the “rm” commands to point to your Convert and Converted folders.

4. Now we need to open Photoshop in order to create two actions. You can see what my actions look like below and create your own version, or download mine here, import them into Photoshop and modify them for your own needs. In the picture below you can see that I have one action called PrepPDF which actually processes a single image by a) changing from color to grayscale b) increasing the brightness and contrast and c) reducing the size of the image and d) saves the image as a JPEG and compresses it significantly. You may find that you want to process it in some different way. The second action, CreatePDF runs Photoshop’s batch command, performing the PrepPDF action on every image it finds in the Convert folder and saves the resulting processed image in the Converted folder.

adobeactions.png

5. Finally, in the Finder, right click on the “Convert” folder and choose “Folder Actions Setup…” and attach the workflow you created in Automator.

Now things are set up and you will be able to convert your pictures to PDF whenever you like by the means below. You won’t have to repeat the steps above:

If things don’t go right when setting up, make sure the files are all pointing to the right locations, the correct folders, and the correct names for the actions in Photoshop and the action set they are saved in.

Going from iPhone Pictures to Readable PDF

1. Take pictures of the document or book in decent lighting. Click on the screen to focus if it is not focusing properly. Would be nice to put together a nice copy stand to hold the iPhone up while you take pictures, but I’m not that kind of hacker.

2. Import your pictures of the documents/books from your iPhone into iPhoto or, via Image Capture, into your computer somewhere. I don’t recommend importing the pictures from the iPhone directly into the “Convert” folder as the copying process is slow and the script seems to speed ahead of the copying and end up with incomplete PDFs.

3. Open Photoshop. The script should launch it, but I find it work better when it is already open.

4. With Photoshop open, drag and drop your images (or a copy of them, by holding down the option key) into the “Convert” folder. It will run the Automator workflow, which will run the Photoshop action CreatePDF which will run PrepPDF on each picture found in the Convert folder, dump them into the Converted folder after processing them, and when it is done the Automator script will take those processed images in the Converted folder, create a PDF out of them, and delete all the images in both folder so it is clean and ready for the next job. The PDF will be found on the Desktop (this old Automator action seems to be broken in Snow Leopard and I can’t get it to save the PDF anywhere else).

With this I have been able to, even while standing in the stacks of my library, whip out my iPhone and, holding the book open, snap pictures of an interesting chapter etc. and process them quickly and easily into PDFs once I get home. Here is one short example of a PDF created from some pictures taken in the stacks with my iPhone.

Update: If you are converting a lot of pictures into a single PDF, the Applescript in the first command can time out. I added two lines to my workflow to increase the timeout from the default two minutes to 10 minutes:

tell application "Adobe Photoshop CS3"
  with timeout of 600 seconds
    do action "PrepSave" from "Default Actions"
  end timeout
end tell
Print
Workshop01 May 2010 10:49 pm

I recently broke down and got an iPad. I use it mostly for reading PDFs on the run, watching movies, taking notes (with external bluetooth keyboard), and studying my daily flashcards.

After trying (and writing reviews of) many different flashcard programs over the years, and even designing some of my own many years ago, I become a loyal daily user of an open source project called Anki (read my review here). It is, in my opinion, the best program around that uses “spaced repetition” or interval study to prompt you only to review information that you are on the verge of forgetting. It helps me keep up on vocabulary in various languages and even serves as kind of daily “meditation of repetitive action” for me.

I can use Anki on my iPhone/iPad through a browser based script called iAnki but there were some things about the layout of the iAnki plug-in which I didn’t think worked well for the big screen of the iPad, which is now my primary way of studying vocab decks when I’m out of the house.

I made some changes to the HTML in the plug-in that I think work better for me. These include:

1. Increasing the font sizes of several fields. 2. Removing the “Show Answer” button and making most of the screen function as a “Show Answer” button so you you don’t need to reach and hit the button. 3. Moving the 1 and 3 buttons to the left edge where I can easily reach them while holding my iPad. 4. Moving the 2 and 4 buttons to the right edge where I can easily reach them.

For anyone out there also using iAnki on an iPad who want to try my hack here is what you do:

1. Download the hacked template here.

2. Unzip it and use it to replace the existing ianki.html file that is in
the iAnki plugin folder. For example, on my Mac the old ianki file is
found:

~/Library/Application Support/Anki/plugins/ianki_ext/templates/
ianki.html

Replace that file with the new one you downloaded.

3. Open up Anki, launch the iAnki plug and install it on your iPad (you’ll need to
install and bookmark it again if you had it installed already)

If you use Anki, please support Damien’s programming efforts in Japan with a donation and congratulate him on his recent marriage.

Print
Academia and Thoughts01 May 2010 07:36 pm

I found lots of interesting book offerings in the Routledge Asian Studies catalog I got in the mail today. Government and Politics in Taiwan is out in paperback, I’d love to learn a bit more about that. Oh, $43 seems a little much for a paperback. Legacies of the Asia-Pacific War looks interesting. Hmm, $125 seems a little unreasonable for a 240 pager, even if it is hardback and all. Ooh, Debating Culture in Interwar China, ah but, this 176 page book is $130. The Third Chinese Revolutionary Civil War, 1945-49 seems right down my alley, but $160 for that 224 page book is out of my range and is probably not where your average library would want to invest. But don’t worry, you can buy a Kindle version of the book for only $127 at Amazon! Hey, a four volume set on Imperial Japan and the World 1931-1945 looks fantastic, and looks to include a collection of influential historical essays on the topic. Oh, these four books will set you back $1295.

It is true Routledge is worse than many publishers, but this is beyond ridiculous. I’m fortunate enough to have access to Harvard libraries until I graduate (fingers crossed) next year, but the chances are very good that whatever libraries I can find nearby throughout the rest of my career are the kind who cringe at these prices. I don’t really blame the publishers, though. They are just trying to make a buck in a tough industry with books that have very low chances of selling more than a few copies here and there.

However, I do blame academia for making book publishing such a central part of career advancement. I really wish they would support a wider range of formats and a completely digital open access but peer reviewed world of scholarly interaction, given the increased potential it offers that informed readers outside our small academic world to participate more actively in the process.

Perhaps my expectations are too high, but even if monograph-length publications of the traditional variety are here to stay, can someone tell me why we can’t do something like this:

1. Scholar gets an annual personal publication fund from department, its size based on multiple variables, including perhaps, evaluation of past publications, a department’s commitment to support research in a tough field that is poorly funded by grants and professional associations.

2. Scholar writes a manuscript (a book, an article, but also other multi-media or film projects etc. ought to be included).

3. Scholar submits manuscript to a professional association along with small administration fee for free distribution of work to readers (or viewers, etc.).

4. Professional association finds some qualified unpaid anonymous readers for the work to evaluate its quality and distributes copies to them (the way publishers do now).

5. Readers return an evaluation that concludes refuse, revise, or publish with some indication of what relative importance the work has in terms of its contribution to the field from their perspective.

6. If it passes peer review, the professional association gives the scholar back the evaluation reports, an official endorsement (which can be used to promote the work, once “published”), and if funding is available, makes an offer of some amount of money towards publication of the work, in relation to the relative importance of the work attributed to it by its readers, its own further evaluation, and its budget for the year.

7. If the work passes peer review and the money offered by the professional association is sufficient for publication, proceed to step (9). Otherwise,

8. If the offered money is insufficient for publication costs or the professional association refuses to endorse it, and the scholar does not wish to make up the difference from her/his personal publication fund, they then repeat steps (3) to (6) seeking help from other professional associations whose evaluation of quality will add to the prestige and funding of the work, or other funding sources (departmental, university, other institutions) until they get enough money in offers or they revise or abandon the research project.

Once the scholar has decided that they have enough support from professional associations, grants, further departmental support, or contribution from their annual personal publication fund they proceed with publication and spend their funds in the following manner:

9. (Optional) Pay lump sum to a publisher-consultant who handles the administrative tasks and payment in below steps (10) to (13) if the scholar doesn’t want to deal with it personally or through someone at their own institution hired specifically for this task. There is to be no transferral of copyright away from the scholar either way and this publisher-consultant does not have any role in determining whether or not something gets published. In this model the publisher is an administrator who has contacts for managing the below steps.

10. Pay for X hours of labor to hire an editor-consultant to help improve the language and writing of the manuscript beyond the quality of its academic content.

11. Pay for Y hours of labor to hire a designer-consultant to create the print and digital presentation for the work (for desktop/mobile web browsers and e-reader applications).

12. Pay $Z for the fees to have the metadata for the work permanently indexed and its files hosted in multiple online depositories, including important information on its peer-reviewed endorsements and positive/negative evaluation reports.

13. (If you really want to make a paper version) submit the print formatted version of the work to all the major online print-on-demand services where anyone can order a cheap paper copy, including both libraries and average readers.

Here are the some of the strengths of a system like this:

-It leaves the copyright in the hands of the author, who will hopefully release the text with a Creative Commons license for maximum distribution and use.

-It imagines a new and powerful role for professional associations, or at least a transformation of traditional journal editorial boards/networks into more broadly defined associations who continue to have, among their primary duties, the evaluation of scholarly work in their field.

-It recognizes that publishing, even digital or print-on-demand works, can be costly process involving many hours of labor beyond that of the author and the anonymous readers.

-It leaves peer review intact, but shifts it from publishers to professional associations which should themselves proliferate in number and each will naturally develop differing perceived standards of quality and funding sources. With the decline of traditional academic publishing, these organizations should receive funding from universities and outside grant institutions or at least provide them with recommendations of where their funding should go.

-It allows for multiple sources of funding both from professional associations that participate in the peer review process but also allows scholars to use their own annual publishing funds, and further grants from university or other institutions.

-Since personal or departmental funds may end up partly or completely funding the publication of works that were poorly evaluated in the peer-review process and couldn’t get financial support from sources based on its quality, it does little to stop bad research from getting published. It does, however, prevent them from creating a burden on the traditional publisher who currently pass that cost onto the consumers of information – since now publishers play no part in the selection process or have any stake in the success of its publication – the publisher, editor, designer, and digital index/content hosts are all paid for their work regardless. Also, since such poor quality publications will not be able to promote themselves by showing that they have the endorsements of, and positive evaluations of reputable professional associations, they will simply get cited less and can get filtered out in various ways during the source search process. However, even bad works or ones on extremely obscure topics can sometimes be useful, if but for a footnote or two that turns us on to a good source.

In this system what is the role for traditional academic publishing companies as they exist now?

None. Universities who support many of them should eventually dissolve them but support them long enough to allow a relatively smooth transition for its employees to find niches in the businesses that should grow from providing services in step (9) to step (12). Book paper printing should be all done through print-on-demand services as the print medium slowly declines. Marketing/promotion of the traditional kind will ideally become a minimal part of the equation as association endorsements and evaluations become the dominant stamp of quality and citation networking power comes to rule the day. Of course, you can add a “marketing” budget for promotion and advertising between steps (11) and (12) above if such funds are available but hopefully this will be seen as a practice resorted to mostly by those who failed to receive strong endorsement from professional associations. No one promotes our journal articles, why should we treat our academic books and other projects differently? If it gets cited, read, and referenced, is that not enough to ensure its spread, especially if the works are openly available and thus offer no barrier to access.

Now, tell me why can’t this work? Why won’t something similar to this emerge from the ridiculous state of academic publishing today when it really wakes up? Let me know what you think.

Print
Academia and Open Access and Personal and Workshop27 Apr 2010 07:11 pm

I am deeply frustrated with the sometimes closed atmosphere in academic life. I feel a profound discomfort when I encounter students and scholars who are paranoid that their research ideas will be stolen, that their sources will be discovered and, shock and horror, will be used by someone else. I’m simply incapable of sympathizing with them. I don’t like it when scholars pass around papers with bold warnings commanding me, “Do not circulate,” and I’m even less happy when I have been given handouts at a presentation only to have the speaker collect them again following the talk as if I was looking over instructor comments on a graded final exam. I feel my stomach churn as, to give a recent example, a professor opens up a database file of archival information and, smiling mischievously to the audience, declares that this is his “secret” source.

Such is life, people say to me, or else quote me some snotty French equivalent. That is the reality of this harsh academic world we live in. Well, perhaps I’m suffering from an early onset of old-age grumpiness, but I just don’t want to play that game. I don’t care that I’m still a graduate student, that job committees will look over everything they can find by me in search of sub-standard material, or that publishing firms will want me to explain why an earlier version of something I have submitted to them is available for download somewhere online. I don’t care if someone else finds some topic I have done some preliminary work on interesting, runs with it, and ends up publishing something on it. I may feel a momentary pang of regret that I didn’t get my own butt in gear and finish the project myself, but if they did a good job, then I really have no cause for complaint.

I’ve decided to just go ahead and start posting everything I produce academically, including short conference presentations and other research works in progress. You can find this material on a new research page here at Muninn.

Print
History02 Apr 2010 04:29 pm

I dropped in on a history department event for graduate students about the job market for the coming year. I didn’t stay for some of the reports from those who have seen the market and lived to tell the tale but essentially the main message of the opening session was: the market sucks, but you’ll be ok.

It appears that much of the bad news about the job market for history PhDs we heard comes from this article put out by the AHA.

Some of the main points from my notes: The last few years, hirings are very significantly down. However, the number of PhDs being awarded in history continues to rise, thus increasing the gap. The number of applicants for every history job has exploded. Some kind of federal funding that has helped float some departments for a while will run out this year, so next year (when I plan to complete my PhD) might even be worse than this year in terms of the drop in available jobs. Also there is a significant backlog of PhD grads who didn’t find jobs in the last few years who are still on the market for this year and next. There was an attempt to cheer us up with some good news: we “are the best history department in the country” (Comment: Fascinating claim, how exactly does one measure that?) and are “over performing” the market, as well as other departments here such as government, anthropology, English and other languages. Apparently this year we have placed 18 students in some kind of academic employment so far (tenure track jobs, one year lectureships, one year positions, or postdocs – I forgot to ask how many total grads we have this year).

After a few anomalous years when there were actually more positions advertised than PhD students coming out, helping many recent graduates I know get excellent positions at some great schools, things are “going back to the normal pattern” in which most of us will spend 1-3 years in other short-term positions while continuing to compete for the tenure track positions. Our department apparently still has an excellent record with over 90% eventually getting tenure track positions (Comment: I must have misheard that, the number seems really high – surely more than 10% of our department grads decide to do something else?) We were advised to be flexible in terms of location (Australia is doing ok, places like Hong Kong are an option, Canada not doing so well, British market has “crashed”) brush up our teaching portfolios and look for positions outside of our narrowly defined fields that might fit.

Looking at the above linked AHA article, I couldn’t help but notice the significant differences in the market between various regional specialities. Thinking of my own region, for example, job openings related to Asia continues to rise as a percentage of total and the trend for “world/transnational” historians isn’t nearly as bad as for European history. Also, the number of applicants per job opening is fairly low for Asian history compared to the average.

My best wishes go out to my friends who are on the job market now and to the rest of us who have to face what comes in the 2010-2011 academic year.

Print
Workshop23 Mar 2010 09:31 pm

In the last of three postings I wrote on note taking for the dissertation about a year ago, I proposed a kind of a note taking software that would allow researchers to link the huge gap between our notes on individual sources and that which we do when outlining and structuring large writing projects.

I argued that one of the key elements of this new note taking software would be that every bullet point in one’s notes carried within itself information about where it came from: what its source was.1 This would allow a graduate student like me who is writing a dissertation or a scholar who is writing a book to drag and drop individual bullet points of notes made on a given source, such as an archival document into a broader outline of a chapter or dissertation without having to make an additional note as to what source I got that bullet point from.

This is particularly useful if, like me, you have dozens of pages of notes, taken from hundreds of archival documents, books, articles, etc. but you want to extract individual points from these sources and compile them into a larger outline as you plan the writing process.

While the tooth fairy never produced such software for me, I have created a little AppleScript hack for my favorite note taking software OmniOutliner that gets me closer to what I want. Simply put, the applescript assigns some text to the “note” field of a group of selected bullet points in an OmniOutliner document. Thus, if those bullet points are dragged and dropped into another document, they will always carry with them whatever source information you assigned to those bullet points.

I created two AppleScripts: One which takes whatever text is in the clipboard and sets the “note” of each selected row in your notes to that text. The second script ignores the clipboard and asks you directly in a dialog box what text you wish to put into the “note” of each selected row. You may download these two scripts from my Huginn script collection:

Set Note to Source

I don’t get it, why would you want to do this? Watch my screencast where I explain what I’m trying to do. If the youtube video below doesn’t appear, you can visit it directly on youtube through this link.

(Sorry about the poor sound quality)

How do you get this work?

1. Download the script.
2. Place the “Set Note to Source in Clipboard” script in one of your script folders (either that for OmniOutliner or in the [your home folder]/Library/Scripts/
3. Open OmniOutliner
4. Select some text that corresponds to the source of some notes that you took, and Copy it via the edit menu (or Command-C).
5. Select one or more rows that you wish assign this source to.
6. Choose the “Set Note to Source in Clipboard” script from the script menu. If your script menu is not visible in the menubar, turn it on.
7. If you find yourself doing this often, consider adding a keyboard shortcut for the script, using triggers for quicksilver or fastscripts or the like.

  1. I also suggested adding the ability to easily add tags to a bullet point and those bullet points under it. []
Print
General14 Jan 2010 03:15 pm

Google has made an unprecedented threat to end the censorship of its search results in China and, if this is unacceptable to the Chinese government, even contemplate leaving the Chinese market. The announcement has been combined with the admission that there has been a massive coordinated attack on Google’s security and the potential targeting of private records of human rights activists.

It remains to be seen what Google will actually do in the near future. I am inspired to post something about this unusual moment in order to make two comments. First, I wish to respond to a kind of cynical reaction to Google’s announcement that I find frustrating. Second, I wish to argue that this is an opportunity for anyone who wants to see a China which one day permits the open, free, and competitive exchange of ideas. As such we need to think about how to amplify its potential impact.

The Google announcement has deservedly generated a huge response, even though it coincides roughly with the terrible news of the destruction in Haiti. The reactions are many, and I’m particularly interested in the variety of responses among Chinese which so far seem to range from complete shock, quiet or vocal support for Google, or a misguided anti-imperialist attitude of “good riddance.”

One of the responses I find incredibly unproductive. Two representative examples can be seen in this Techcrunch article and a posting by Evgeny Morozov at Foreign Policy. Their message is essentially a cynical one: It is foolish for us to pour praise on Google for what deceptively seems like a just moral stance – the corporation is merely acting out of pure calculated greed.

This is, in my opinion, a complete waste of words, an unnecessary attempt to dampen enthusiasm about what is potentially, but by no means guaranteed to be, a historic moment. No one should be surprised to discover that corporations act in the interest of their profits and shareholder benefits. No one should be surprised to learn that Google is doing a cost-benefit calculation with relation to its future in the Chinese market and we still don’t know what its final fate in China will be. These things should merely be accepted as the, “bloody obvious.”

Which brings me to my second point: what are we going to do about? What potential impact, if any, can this have on a cause many of us care about?

Pragmatic Idealism

I couldn’t give a shit about the profits of Google, or what its real motivations are. I do care, however, what the reactions of the Chinese people are to this and what marginal influence this move can have on efforts within China to change the information environment in the near and the long term.

From that perspective, it is not obvious that Google dropping censorship and withdrawing from the Chinese market is in the best interests of freedom of information in China, even if it were followed by all other foreign companies. If the internet environment in China is dominated completely by Chinese companies who are perfectly willing to censor all of its content, this may result in a worse situation than one in which foreign search engines and some international social and media websites have limited, if censored, presence in China, with even a small percentage of the market share there. Coming from someone who studies traitors and treason, this seems to me to be the classic collaborator’s dilemma: will collaboration limit the damage? Will resistance result in a worse outcome?

The answer is not always that resistance is better – sometimes collaboration is better. Sometimes negotiating with evil produces more good. Sometimes subversion hidden behind compliance is the path to take. These things should be carefully evaluated according to circumstances. Clearly, however, in some cases resistance is the better choice and can move things perceivably towards a desired end.

The answer is not obvious, but I think in this case, if Google were to take a stand, it would matter: despite its low market share, Google has made a splash on the Chinese market, and young Chinese engineers and educated people all over the country recognize and respect the company – many of them dream sincerely of one day working at the corporation. Even some Chinese friends who use the competitor Baidu are disgusted with its corrupt history of manipulation of hits to promote advertising revenues, its occasionally substandard results (sometimes even with Chinese search terms!) and lack of innovation.

Having made its mark, having a well known brand, and then suddenly withdrawing in a blaze of glory—and while withdrawing for a short time removing censorship from its search results: at the very least this will likely produce a memorable reaction: some in China will feel shame, and others will embrace a defiance. Those who are defiant will be forced into the ridiculous position of claiming, “Ha! Be gone stupid imperialistic western company – if you refuse to hide things from us like our dictatorship tells you to, then you are just selfishly giving into those superior companies who are willing to be more submissive to our glorious Party and ever more powerful, if castrated, Nation.” Those who feel shame, will be reminded, yet again, of the contrast between what they are permitted to see, what they may see when they climb over the great firewall, and what most of the rest of the wired world can see, with a few notable exceptions.

However, this isn’t and shouldn’t be up to Google. It is up to us to make it matter: not by hailing Google for its courage, or setting up fan clubs for Google co-founder Sergey Brin. We should ask ourselves how we can maximize the impact of the decision, if Google follows through with it, to say no to collaboration with Chinese censors, then let us see if we can amplify the impact of that decision. There is now a brief moment of opportunity, a time when we can make something like this matter. Instead of cynically deriding Google for merely acting in its own interests, we should be debating how we might best amplify the impact of such a decision while minimizing the similar amplification of a Chinese nationalistic backlash that will inevitably accompany it. The goal is simple: to make the contradictions so obvious to many within China just that much clearer, to make the hypocrisies pointed out by activists within China that much easier to identify, and to increase the discomfort felt by Chinese government as well as institutions both foreign and domestic. It may result in only one of a “thousand cuts” in the farce that is Chinese media and internet policies, but that is how change is accomplished.

Print
Japan and Korea and Nationalism and Thoughts29 Nov 2009 09:32 pm

I recently submitted two conference paper proposals. One is somewhat connected to one of the chapters of my dissertation, and the other is something of a prequel for a post-dissertation project I hope to work on.

If they are accepted, I have a foundation of notes to work off of, but there is some more research that needs to be done and I welcome any comments, suggestions, etc.

The ‘Democratic Police’ under US Military Occupation: Torture and Reform in Korea and Japan, 1945-48

The reform ideals of every postwar United States military occupation have faced one of their greatest tests in the question of how to address the pre-occupation institution of the police: Are they to be preserved largely intact in order to carry out the essential duties of preserving public order, and guarding against new insurgent forces? Or are their post-conflict remnants to be completely dismantled or at least thoroughly purged for having been the most efficient tools of state oppression? This paper examines and compares the attempt by US occupation authorities in early postwar Korea and Japan to balance its strategic need to preserve social stability and its desire to eliminate the worst symbols of police brutality and oppression. It focuses on the campaign to bring about an institutional rebirth in the form of the new ‘Democratic Police’ and the responses to it within the Japanese and Korean police establishment. US occupation officials and post-occupation advisors were forced to acknowledge, often with embarrassment, the failure to eradicate torture. However, the United States police forces that supplied advisors and instructors for the occupation were no distant strangers to brutality themselves, with torture, or “third degree” interrogations reported widespread in the 1931 Wickersham Commission’s “Report on Lawlessness in Law Enforcement.” Despite a genuine disgust with brutal methods, the very willingness of US forces to quickly disassociate themselves from the ‘dirty work’ of occupation security guaranteed the persistence of such methods by Japanese, and in a more politically violent environment, especially the Korean police.

Pan-Asianism or World Federalism? Raja Mahendra Pratap and the Japanese Empire, 1925-1945

A number of Indians opposed to British colonial rule made their way to Japan and found their voices welcome among Japan’s leading pan-Asianist thinkers. The most famous of these figures include Rash Behari Bose and Subhas Chandra Bose, former president of the Indian National Congress and eventual commander of the Japanese supported Indian National Army. The collaboration between these Indian nationalists, sworn to an anti-imperialist cause, and Japan’s own brutal empire has been of great interest to historians. The more eclectic figure Raja Mahendra Pratap, who was nominated for the Nobel Peace Prize in 1932, was also a fervent activist against British colonial rule in India and likewise turned to Japan for support, but Pratap also developed a highly evolved and spiritually charged conception of world federalism. Pratap found some support for his ideas in China, Japan, and elsewhere in Asia, where he raised money and corresponded with intellectuals long before the idea of World Federalism would briefly enjoy widespread interest in Japan and around the world from 1945-1947. This presentation will show how Pratap worked to prevent his conception of a world federation from clashing with Japan’s imperialist conception of pan-Asian union and suggest the ways in which his exploration of the relationship between the regional and the global foreshadowed postwar and contemporary debates of a similar nature.

Update: The first proposal was rejected and I delivered the second presentation at Columbia University. I’ll try again with the first proposal for another conference in the fall.

Print
Tech28 Nov 2009 12:12 am

A favorite procrastination technique of dissertation writers is to waste time searching for that perfect tool for writing the dissertation in a more efficient manner. I indulged in this sinful habit a bit two nights ago and revisited the software “Scrivener” for OS X. I’m impressed and encourage my fellow PhD students to give it a closer look as a possible environment in which to compose and collect chunks of writing for ‘da diss.’

When I last looked at the software, I didn’t think it had anything striking to offer and seemed like a kind of bizarre combination of clip collection software like Yojimbo1 and the writer’s software Copywrite.2 However, after being prodded to give the software another look by a friend, I now believe there are some features in Scrivener that are worth considering by students or scholars writing longer research papers or one’s dissertation.

Obviously, a simple word processor and citation management software may be best for most dissertation or other academic projects. It may be justly argued that I have hopelessly over-organized my life in the digital medium, with hundreds of note files in OmniOutliner, all my tasks and snippets of ideas stored in OmniFocus, mind maps for my writing ideas in NovaMind, serial numbers, short reference files, and screenshots of webpages stored in Yojimbo, a diary written in MacJournal, thousands of pictures, PDFs, and documents tagged and organized with Leap, various personal data tracked in a Bento database, and flashcards for the various languages I have studied daily reviewed in Anki. And so on. My name is Konrad, and I am an organizational software addict. The irony of this is only truly appreciated by friends of mine who know how disorganized I am.

So why is an application like Scrivener useful for dissertation or research paper writing? Read on for more detail, but if you want the quick and dirty tips on what to look for download the trial and especially consider the following: 1) the corkboard for organizing writing chunks, 2) the “edit scrivenings” for immediately reassembling several writing chunks 3) the multi-level hierarchical writing chunk organization with the possibility for separate synopsis, notes, and tags 4) the “snapshot” feature for document versioning. 5) links for creating internal links between documents or documents and note snippets (not a full personal wiki like the excellent VoodooPad but close) 6) a “Research” dumping ground for various file formats that can serve as a kind of mini-Yojimbo/Evernote 7) A status and label feature for writing chunks. 8) Possibility of two pane viewing for simultaneously editing two chunks or combining a writing chunk with the corkboard view.

It is actually hard to appreciate Scrivener because it is an unusual hybrid. Users of the other applications mentioned above will note many features it has in common with other programs out there.

Most importantly, at its most simple Scrivener is a kind of basic word processor with a beautiful full screen mode that allows you to write without distraction. The full screen mode is highly customizable and a delight to work in.

At the next level, being explicitly designed for writers of larger structured works, it provides an environment in which you may divide and hierarchically organize chunks of writing as one might in outlining software. The “binder” on the left of the screen divides everything into a “Draft” and “Research.” The former contains only text chunks which, at the conclusion of the drafting process may be “compiled” and exported to a word processor. The latter is a place where one may drop snippets and various files such as images and PDFs for you to refer to as you write.

The Binder and Documents – One nice aspect of the files in the binder is that they may be multiple levels deep, like any good outlining software. One’s “draft” may be made up of folders (chapters, for example) which have sections that themselves have sections with sections.

Each section can be viewed as its own document alone or sharing the screen horizontally or vertically with another panel in which you may display another document or, as we shall see an outline or corkboard. These individual documents have a nice word count at the bottom and, via a small target icon, the easy ability to establish a word count target for each section. Also, these individual documents may have their own title, a “synopsis,” as well as “Document Notes,” reference links to other documents, tags (keywords), colored labels, and a customizable status (draft, complete, etc.)

The Outline and the Corkboard – In addition to viewing any document in the binder directly in one of the viewing panes, as one might in a program like Yojimbo, there are two other views. The Outline view displays a list of documents along with their synopsis, labels, and status. I have yet to find this very useful given the appearance of the resulting outline. The corkboard, on the other hand, is one of Scrivener’s best features. Once it has been stripped away, via the preferences, of its silly looking pins, blue lines, and corkboard background appearance (this cheesy look was one of the things that turned me immediately off from Scrivener the first time I downloaded it, but it can be easily removed), this view allows you to view a collection of writing chunks (their title and synopsis) as cards across the screen. Somehow, I find this view much more useful than an outline view. I can order and reorder these large notecards, with their synopsis displayed in one pane, while I read or edit the content of the chunk in question in a second pane below it. The visual juxtaposition of them feels closer to a mind map view and thus stimulates the thinking process in fresh ways (one could always dream of an ultimate application that could seamlessly combine the powers of NovaMind, OmniOutliner, OmniFocus, Zotero/Sente and a writing application like Scrivener or at least allowed a smooth drag and drop relations between elements of these various apps but we ask too much).

Edit Scrivenings – This is a brilliant feature that allows you to experiment putting different chunks together or edit them together as a whole. When you have written several separate chunks of text that are displayed by their title in the “draft” section of your “binder” to the left, you may select several chunks from the list arbitrarily or consecutively, and press the “Edit scrivenings.” This temporarily combines the texts in a pane for you to see them together and allows you to edit them each directly (they are visually distinguishable by a slight variation of background color. Note that you may not edit across two chunks, but only within each chunk separately).

Versioning – One of the features I loved about the software Copywrite was that you could work on a chunk of writing, and then at any time easily save a “version” of it. You could then edit the document at will and easily return to any previously saved version of it, as displayed in a list at the right, not entirely unlike software versioning software. The Scrivener equivalent to this is Snapshot. You can create a snapshot of any chunk of writing and restore it at a later time.

Three Simple Suggestions for the Developer:

1. Sometimes I get stuck in a view and find myself a bit lost, trying to get back to the body of text for a document. This usually happens when I click on a text chunk in the binder and find myself with an empty outline view. The trick is to “deselect” the outline view in the toolbar (or press Command 1 again). It would be better if there was an explicit “Text View” which feels more natural than getting back to the text view by deselecting the outline view.

2. The snapshot feature works great, but I don’t think it belongs only in a separate window at the universal level of the application. It should be, as it is in CopyWrite, displayed at the level of the document or writing chunk. In the “inspector” we can choose between “notes,” “references,” and “keywords” panels – why not add a “snapshots” panel here so that we can immediately see, for any document, what previous snapshots there are for each document here.

3. Allow a view of the corkboard with only the titles of the writing chunks displayed (and not the synopsis as well) and which has a “free” mode to allow full and free movement about of the cards or, even better, rudimentary mind mapping features.

One Power Feature Suggestion

Implementing the following would, I believe, instantly quadruple the value of the application for dissertation writers:

Currently, when you create a new “link” in a text document or chunk for the first time, a new folder appears called “notes” which seem to be something separate and distinct from the normal writing chunk documents in the draft.

This is where my theory of medium level organization for dissertation writing could be perfectly applied if Scriviner strived to expand this “notes” feature a little more.

Here is how this could be done, and you will see this follows from the ideas laid out in the third of my series of postings on the topic:

1. Make the “notes” a much more robust feature-packed section of the Scrivener binder separate and distinct from the writing chunks in the ‘draft’ section of the binder. Allow the user to very easily create hundreds, if not thousands of small notecards which may each be tagged using Scriviner’s keyword feature. Allow them to be attached to a “source” (separate from its tag or keyword) such that all cards can potentially belong to a source and notes deeper in a hierarchy can inherit the “source” of cards higher up the chain. As in the case of “Draft” documents – allow multiple levels of hierarchy and folders for further organization. Allow the inheritance of tags to note cards at lower levels.

2. Allow each of these notes to be linked to writing chunks where the writer wants to deploy them. (this can already be done)

3. Allow the notes to have a status – or more simply a check mark to indicate when the idea or content they have has been incorporated into the main writing.

4. Allows the notecards to be viewed in the “corkboard” mode or ideally assembled in a more visually complex form (ie. mind maps)

5. Allow easy creation of “smart outlines” (See my post for an explanation of this)

6. Allow easy access to a list of “sources” – ideally connected in some relational way to an external citation management software.

One Difficult Challenge:

This is a great environment to bang out quick chunks of writing for the dissertation, but despite the fact there is a simple inline footnote feature, many dissertation writers will want to do their footnoting as they write that first draft and, if they use a citation manager such as Zotero, Sente, or Endnote, this will mean that they will want to do even their drafts directly in an application which can interface with these applications (Word for Endnote, Word or OpenOffice for Zotero, or Word, Apple Pages, and Mellel for native support with Sente). For those writers, Scriviner will never be able to sufficiently draw them in.

For the rest of us who don’t mind revisiting this process after getting a good draft going, you can draft up a chapter in Scrivener, making simple notes to yourself with the Scrivener inline footnote feature and then add the real citations with your favorite citation software after you “compile” the draft into a word processor document of the desired format.

  1. Evernote, Together, Devon Think, and other examples abound, but Yojimbo is my favorite []
  2. Journler, MacJournal, StoryMill, and WriteRoom are also tools for writers I have looked at which have various strengths[]
Print
History and Language06 Oct 2009 01:54 pm

Anyone who has written for or about media, politics, or in fields like history know the power of the ellipsis to shave away important context. I came across this today when assembling some quotes on Churchill’s evolving views on employing terror as a matter of military strategic policy. Among them, one in particular is yet another demonstration of this.

I started with this quote, condemning terror polices, taken from a speech of his in parliament, as Secretary of State for War in the aftermath of the Amritsar Massacre in British colonial India:

“There is surely one general prohibition which we can make. I mean a prohibition against what is called ‘frightfulness.’ What I mean by frightfulness is the inflicting of great slaughter or massacre upon a particular crowd of people, with the intention of terrorising not merely the rest of the crowd, but the whole district or the whole country.” (1920)

I skipped his 1940 “and now set Europe ablaze” directive when establishing the British wartime SOE since it is a more complex case and made note of his often quoted 1942 statement:

“All the same, it would be a mistake to cast aside our original thought which, it may be mentioned, is also strong in American minds, namely, that the severe, ruthless bombing of Germany on an ever-increasing scale will not only cripple her war effort, including U-boat and aircraft production, but will create conditions intolerable to the mass of the German population.” (1942)

I then moved on to his famous post-Dresden 1945 statement in a draft letter he wrote:

“It seems to me that the moment has come when the question of bombing German cities simply for the sake of increasing the terror, though under other pretexts, should be reviewed. … The destruction of Dresden remains a serious query against the conduct of Allied bombing.” (1945)

Now, almost every version of this quote I have seen online or in books, places an ellipsis before “The destruction of Dresden” and thus leaves us with the impression that Churchill was shocked at the scale of terror and that this is what lies at the heart of the justification for the “serious query” against terror bombing.

Now, let us fill in that quote with what has been removed:

“It seems to me that the moment has come when the question of bombing German cities simply for the sake of increasing the terror, though under other pretexts, should be reviewed. Otherwise we shall come into control of an utterly ruined land. We shall not, for instance, be able to get housing materials out of Germany for our own needs because of some temporary provisions would have to be made for the Germans themselves. The destruction of Dresden remains a serious query against the conduct of Allied bombing.” (1945)

I would argue that this radically changes our interpretation of this quote. Churchill here points to the practical difficulties of running an occupation in a “ruined land” and the need to devote much needed provisions for the Germans – not an ounce of sympathy is shown in this full quote for the suffering of civilians or doubt shown for the moral underpinnings of terror bombing.

On a side note: am I missing other important quotes by Churchill for this little collection (related, for example, to 1920s Iraq, India, or during WWII with respect to bombing etc.?).

Print

Next Page »