Archives for: April 2012, 05
05/04/12

04:56:21 pm, by
sarneil, 74 words, 125 views
Categories:
Activity log; Mins. worked: 90
GRS : get ball rolling on site proposal
Turns out that the GRS site proposal hasn't got past JS, which she and Judy try to schedule a meeting. I proposed a day and time which worked out. We got input from JS, and submitted an updated proposal after getting OK from BB. JS is expediting the provisioning of the site in advance of cascade training session next week, and we expect to hear back from information architects at about the same time.

04:52:36 pm, by
sarneil, 54 words, 67 views
Categories:
Activity log; Mins. worked: 30
upload updated date files, hold off on other modifications
ES emailed me regarding four updated data files and a handful of bugs/requests. I uploaded the data files to the server, but as they are testing the site with students in the next couple of weeks, I'm holding off on modifying any code until that's done, as none of the problems are show-stoppers.

04:50:45 pm, by
sarneil, 24 words, 41 views
Categories:
Activity log; Mins. worked: 15
remove link to conference from GRS dept site
removed a couple of instance of links and navigation items from the GRS site which pointed to the visualizing antiquities conference, which is over.

04:49:04 pm, by
sarneil, 69 words, 102 views
Categories:
Activity log; Mins. worked: 60
page on verigin site missing
User reported a 404 for a URL they provided to me. I looked around the site and noticed that by removing one of the folders in the pathname, the URL pointed to an existing file. User confirmed that was the file they were expecting to see, so I changed that link and looked for any other links that had the same, incorrect pathname and corrected all other instances I found.

04:46:41 pm, by
sarneil, 11 words, 41 views
Categories:
Activity log; Mins. worked: 15
phil : update summer handbook
update 2 files in the summer handbook, post updated file to site

04:43:42 pm, by
sarneil, 61 words, 36 views
Categories:
Activity log; Mins. worked: 30
Siberian : user permissions problems for editing
BI logged in as user isitt and created a page. The site expects pages to be owned by siberian, so wouldn't display that page. Had to log in as siberian (and for some reason we had problems doing that, so had to get the password reset), duplicate the page and then delete the version owned by isitt, and all was fine.

04:41:31 pm, by
sarneil, 26 words, 37 views
Categories:
Activity log; Mins. worked: 60
review floor plans
In response to conversations with RS and JA, looked at the floorplans for the area between the call and the B-wing hallway to confirm what's where.

04:38:58 pm, by
sarneil, 86 words, 35 views
Categories:
Activity log; Mins. worked: 90
get new data set
JL came in with a new data set he wants to have incorporated into the VIHistory site. He provided a spreadsheet of building permits issued between 1860 and 1921. Initially all we'll do is create a new table and a user interface to query and report that table. Later we'll worry about more global searches (e.g. of street addresses) that go through this data set as well as any others.
He'd like it done by end of April, but I'm not sure I can make that deadline.

04:34:37 pm, by
sarneil, 26 words, 50 views
Categories:
G&T Hours; Mins. worked: 0
SA G&T 14.0 + 2.0 = 16.0 hours
week of Apr 2 - Apr 6
M +0.5 hold for, T +0.5 job interviews , W +0.5 problem with hash validation in beanstream, R +0.5 prep for dh ctte meeting, F statutory

03:15:38 pm, by
mholmes, 2 words, 66 views
Categories:
G&T Hours; Mins. worked: 0
MDH: 164 - 1 = 163 hours G&T

03:10:11 pm, by
mholmes, 7 words, 50 views
Categories:
Activity log; Mins. worked: 60
NLP course: week 4 video 2 notes
Notetaking on the second video for week 4.

03:09:18 pm, by
mholmes, 102 words, 83 views
Categories:
Academic; Mins. worked: 120
MVP: more -ography work
Today I've done a lot of regex work on the TPS files to do the following:
- Change
<persName> tags to <rs>.
- Remove underscore-suffixes from @ref and @who attributes.
- Replace target file names with
serOgraphies.xml for <rs> and <placeName> tags.
I've also beefed up the output so that the stats for speeches are now properly encoded and identified, and I've supplied a CSS file which makes it possible to read the stats in a browser from the serOgraphies.xml file. Also helped KT with a bit of troubleshooting with a file versioning/rollback issue.

03:08:35 pm, by
jnazar, 40 words, 109 views
Categories:
Activity log; Mins. worked: 240
GRS - website
Entered today all primaries, secondaries and some sub-secondaries on the site.
Remainder of site in progress.
Sent email to BB, SB (GRS) cc'd SA advising what has been done to date.
BB, SB both attending Cascade training session next week.

02:46:34 pm, by
mholmes, 230 words, 75 views
Categories:
Activity log; Mins. worked: 90
More work on matching ContentDM data with our maps
I've done some preliminary alignment with XSLT to find out which maps we have which can be matched with entries from ContentDM:
- 176 items have matching Penfold numbers. These would be reliable matches.
- I've matched a further 9 items based on catalogue ids.
- One item where we have a Penfold number appears not to have a match in ContentDM. This is #549, mpg_1-557_3_queen_charlotte_sound_1792, which seems to be missing from ContentDM.
- 76 items in ContentDM have no match (via Penfold) in our collection.
- In addition to #549, 33 items in our collection have no match in ContentDM.
It seems likely that many of these items actually do match, but because they have no Penfold numbers or matching ids, I'll have to match them with some sort of fuzzy matching approach.
I regenerated my map_lookup.xml file with a bit of added data:
xquery version "1.0";
declare default element namespace "http://www.tei-c.org/ns/1.0";
declare namespace tei = "http://www.tei-c.org/ns/1.0";
<maps xmlns="http://hcmc.uvic.ca">
{
for $t in //tei:TEI
return
<map xml:id="{$t/@xml:id}">
{
if ($t//tei:title) then
<title>{$t//tei:title[1]/text()}</title>
else
()
}
{
if ($t//tei:idno[@type="penfoldNum"]) then
(
<penfold>{$t//tei:idno[@type="penfoldNum"]/text()}</penfold>,
<docId>{$t//tei:idno[@type="doc_id"]/text()}</docId>
)
else
()
}

09:06:30 am, by
mholmes, 17 words, 70 views
Categories:
Activity log; Mins. worked: 40
Final report for PCA
Completed the report for PCA, who signed off yesterday, and sent it on to SD and EG-W.