Category: Tasks

13/06/12

Permalink 10:36:16 am, by mholmes, 39 words, 121 views   English (CA)
Categories: Activity log, Tasks; Mins. worked: 20

RG7 G8C vol 21 page images added to the Colonial Despatches collection

282 page images for RG7 G8C vol 21 (in three different sizes) have been added to the collection. These cover the Despatches to London July 1859 to April 1861 (letterbook copies). These will now be linked into the transcription documents where appropriate.

10/05/12

Permalink 02:55:36 pm, by kim, 42 words, 131 views   English (CA)
Categories: Tasks; Mins. worked: 15

Apostophe rending glitch?

EDIT: Fixed 2012-05-23. In this file, hover over the word "Majesties," which has sic/corr tags around it, the intention being to correct it to "Majesty's." In the hover-over pop-up, the apostrophe renders as the hex-code for an apostrophe. Very strange!

27/03/12

Permalink 02:05:11 pm, by mholmes, 32 words, 118 views   English (CA)
Categories: Activity log, Tasks; Mins. worked: 10

Task: renaming of file in SVN and in db

DONE: The transcription of the document 58-01-21_HBC748.rtf is marked up as the file V585MI30, when it should be V585MI02_A. It is already up on the site.

16/03/12

Permalink 01:43:51 pm, by mholmes, 35 words, 112 views   English (CA)
Categories: Activity log, Tasks; Mins. worked: 5

Change William Allen id to "william_allen"

DONE 2012-03-26: The xml:id for the William Allen is currently "william", which is very confusing; change it to "william_allen", and change refs to it, so it's not confused with the Brig William.

15/03/12

Permalink 09:46:45 am, by mholmes, 99 words, 118 views   English (CA)
Categories: Activity log, Tasks; Mins. worked: 175

Need to check linking of vessels

NOTE: Completed 2012-04-23. Many new vessel entries have resulted from this work, and they will need to be completed when time permits.

Try this, first in /db/coldesp/correspondence, and then in /db/coldesp/:

xquery version "1.0";

declare default element namespace "http://www.tei-c.org/ns/1.0";

for $r in //name[@type='vessel'][not(@key)]
return $r

The vessel tags inside the correspondence seem mainly to be for vessels which HAVE write-ups; these should simply be correctly linked with @key. The broader set include vessels which may not have bios yet; bios need to be created, and those vessels linked.

09/01/12

Permalink 08:27:13 am, by mholmes, 287 words, 148 views   English (CA)
Categories: Activity log, Tasks; Mins. worked: 15

TO DO List from KSW

This is a list of stuff that KSW reports needs attention (from his Google Doc "Matters for deliberation"):

  • The placement and refreshment process of <name type=”addressee”> tags. See the Search page for details in this. So far, we have been inconsistent with things of this nature. [Martin reports that we may have to address (ha-ha) this later]
  • Who is “EBP”? The name appears in 1859 and beyond. [I have emailed JH with an inquiry, and he does not know. ]
  • How to style measurements, especially kilometres (spell it out?) vs. km vs. Km, and so on. Find this in Chicago. [Chicago uses km, as in “ a 50 km race” -- I added this info to the Guidelines document.]
  • Content to tag, or not, in the <notes>
  • DONE 2012-03-13: Remove <date> tags from inside all <ref co_ref> tags in 1858.[Presumably this was for consistency, since only 17 files had these tags. They were not only in 1858, though.]
  • Tag instances of “the Governor” with Douglas’s tag?
  • Cotteris and Sons, and the like: to tag or not to tag. And, this raises the larger question on tagging companies.
  • To add district-related information to the Victoria profile. For example, some letters refer to the Victoria district. This may take some serious research, mostly in order to determine the historical boundaries of the same. Hmmmm.
  • At some point, we will have to search all the image collections for non-transcribed files. I have created a spreadsheet file called “Transcriptions required” for files I have caught, ad-hoc. However, we should approach this problem systematically. One method would be to work through each image collection and confirm, by despatch number, that each image has a transcribed equivalent.

15/12/11

Permalink 10:16:53 am, by kim, 164 words, 194 views   English (CA)
Categories: Tasks; Mins. worked: 0

Dangling catchwords

EDIT: This is fixed as of 2012-01-10.

This task has to do with catchwords and how to position them properly on the website—flush to the right margin of the body-text—when they apear after the final paragraph of a given page, just prior to the page-break.

For now, we have wrapped the FW tag in a P tag, as in the following example:

[...] with a view to their protection and civilization.</p>

<p><fw type="catchword" rend="text-align: right;">I</fw></p><pb n="rg7_g8c_08/rg7_g8c_08_00043v.jpg"/>

<p>I am glad to find that your sentiments respecting [...]

The above is a workaround, as it could be argued that the catchword does not, in itself, represent a paragraph. So, we will need to, eventually, develop a way to display these dangling catchwords appropriately and, in the process, remove the P tags we use now.

06/12/11

Permalink 03:10:28 pm, by kim, 57 words, 145 views   English (CA)
Categories: Tasks; Mins. worked: 5

Remove B587055A.xml from the coldesp collection

This is a call to remove B587055A.xml from the coldesp collection, as it is a duplicate of B587056A.xml.

B587055A.xml is incomplete in its transcription of a private letter found in the 398/1 image collection. B587056A.xml, however, provides a complete transcription and, moreover, it follows the correct sequence within the 398/1 image-collection.

14/06/11

Permalink 03:00:35 pm, by kim, 48 words, 154 views   English (CA)
Categories: Tasks; Mins. worked: 0

BUG: vanishing place names

The problem: on the places index page, when you click on a place within a places write up, the clicked-place vanishes from the places index. Rather than cloning the content, the link appears to relocate it. This may be happening in the bios and vessels list as well.

26/05/11

Permalink 11:54:19 am, by kim, 59 words, 173 views   English (CA)
Categories: Tasks, Documentation; Mins. worked: 5

Geo tags: paths and lines, not polygons and bounding boxes

We use paths for rivers. To make a path, or line, appear on Google Maps you need to override the code that automatically coverts multiple (not single, of course) <geo> coordinates to polygons.

To do this, you need to add a type="path" attribute to the <location> tag, as follows: <location type="path">.

:: Next Page >>

Colonial Despatches

The Colonial Despatches is an XML database project which is creating a digital archive containing the original correspondence between the British Colonial Office and the colonies of Vancouver Island and British Columbia. The project lives at http://bcgenesis.uvic.ca, and the web application runs on the Pear dev Tomcat. The XML data is managed in SVN at http://revision.tapor.uvic.ca/svn/coldesp/.

Reports

Categories

May 2013
Sun Mon Tue Wed Thu Fri Sat
 << <   > >>
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

XML Feeds