Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Many of you may remember How to Teach Perl to Scholars in the Humanities a post that I did quite a while ago about teaching Perl in the Humanities. Well, I took all of your suggestions and tried my best to use some of them.

I only had an hour and my department (Celtic Studies) was mashed together with Scottish Ethenology so I had to cater to both groups of people. The first thing I had to decide was what about Perl I wanted to convey to them. I decided that what I do as an academic was manipulate texts so that I could get the information out of them that I needed. Perl is perfect at this with its regular expression engine. I decided that instead of showing all of Perl off that I would only show how to use the regular expression engine to break up texts in a complex but meaningful manner. In this vein, I choose to take the Annals of Ulster, which is our most reliable historical text for early Ireland from the Celt (the link is currently not working because the entire University College Cork site is down) project at the University College Cork to split this up by year, entry for that year, and entry text. This would show off Perl's regular expression engine at the same time as it would show something useful for researchers.

Explaining what a computer program is ("it's only a text file...etc..") and what Perl is then showing off the regex and how they work (I skipped trying to explain Perl syntax and stuck to the regular expression syntax because of time contraints) took up the first half hour. I know that this was probably shorter than it really needed to be and I talked very quickly through it. From the questions at the end, they seemed to understand what I was trying to say.

The next half hour was taken up with showing different tools for capturing interviews on a computer and what kind of digital audio information is out there. I also showed them how to use blogs for doing modern Scottish studies (there is a tendancy at the department to focus strongly on the Western Isles and ignore the "Central Belt" (Edinbrugh and Glasgow)) I also gave them a hand-out with different web sites on it for them to check out (including this one).

While I was showing them Perl, I also took them on a tour of the command-line. I know in my last meditation that some of you said that showing them the command-line was a mistake and I should have some pretty GUI thingy. I went with the notion that many of these people speak multiple languages, which I used to my advange, telling them that Perl was a language like any other langauge and that they had nothing to fear if they already knew Latin or Gaelic then learning Perl was even easier since computers always stick to the rules unlike humans. They are smart people and if I reassured them that I would be around to answer their questions if they hand any problems then they would respond to me.

I think overall they were interested and will be following up some of the stuff that I gave them. The downside was the time constraint because I could not cover anything worthwhile in depth. I have a feeling that they have half-baked ideas that are going to need some more feedback from me before they go ahead. On the plus side, I have already talked to one person who does Onomastics (placenames) and showed him how to use MySQL to speed up his searches so he does not spend a bunch of time doing that and can get to his proper research.

I would like to thank everyone who responded to the last meditiation. The ideas were great and I wish I could have implemented all of them but I had a hard time constraint to work with. Thanks again, Perlmonks.

Update: fixed second link as it was broken (no http://) and used PerlMonk reference in first link. Thanks Joost!


In reply to Update: Teaching Perl in the Humanities by cyocum

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-18 00:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found