Category: Tasks

14/08/12

Permalink 03:31:11 pm, by mholmes, 95 words, 79 views   English (CA)
Categories: Activity log, Tasks; Mins. worked: 20

Automatic TOC generation must be revised

At present, TOCs are only generated for documents which have multiple <text> elements. This is resulting in documents which should never have multiple texts being created that way, just so they get an automated TOC. Obviously this is silly, and I need to revise the system so that it continues to support the existing documents (while we change them -- although perhaps not all will change), but supports TOC generation for single-text documents based on some measure of complexity. (Or perhaps all documents with multiple div elements should get a TOC by default?)

06/07/12

Permalink 04:04:50 pm, by mholmes, 88 words, 90 views   English (CA)
Categories: Activity log, Tasks; Mins. worked: 5

Task: examine occupation, @code etc.

We are thinking of using the occupation element to describe someone's role/contribution to the project. The @code attribute could point to a formal taxonomy including Editorial Board Member, Author, etc., while the actual text content could provide a refined version of this specific to the person. Multiple occupation elements could be provide for people with multiple roles, and the Credits page could provide a list of all of the taxonomy types, as links which would generate or jump to detailed tables of the people in those roles.

11/06/12

Permalink 04:01:48 pm, by mholmes, 212 words, 130 views   English (CA)
Categories: Activity log, Tasks; Mins. worked: 90

Tasks for the next couple of weeks

EDIT: I'm adding DONE as I caomplete each task.

Tasks arising out of today's project meeting:

  • DONE: The page of @xml:ids should have descriptive text appropriately formatted. This is (I hope) just a question of apply-templates rather than value-of.
  • IN QUESTION: It's not clear how or if this is best achieved: Entries in the personography, when rendered are accompanied by a "mentioned in the following articles" bit. This should also be available in bibliographical entries.
  • DONE: Whenever "AGAS Map" is mentioned with quotes, the quotes should be removed. Multiple-file search-and-replace, I think, but care required.
  • CB is creating a decision tree to help people decide the correct formatting for citations; help by turning this into a Quandary exercise.
  • Show CB how to use regular expressions to retrieve all quotations (which are currently just using quote marks), so he can examine them with regard to planning migration to proper tagging of quotes.
  • DONE (in fact, the Harlow example was due to an error in encoding, not processing): In person entries, even where there's no content for a person, make sure the "mentioned in" list appears. It's currently not appearing for e.g. Harlow.
  • DONE: Bibliographical entries in the PERS file need to show up as popups, not links to the bibliography page.

31/05/12

Permalink 03:10:25 pm, by mholmes, 163 words, 89 views   English (CA)
Categories: Activity log, Tasks; Mins. worked: 45

DB Permissions; appearance of links

CB now has a user id on the eXist db, and is a member of the editors group. In the process of testing this, we discovered that lots of files and dirs in /db/data did not have group write, or were assigned to the dba group, which meant that he couldn't overwrite them. This is fixed for most files, but we need to watch out for it. I think it may happen when I upload stuff as admin; although admin is in the editors group, it's also dba, and it may cause uploaded data to be set to group dba.

I have a task, which needs to be clarified a bit before I start work on it. We have two types of links: those which open up popup windows, and those which navigate off the page or off the site. It would help users if they could tell the difference before they click on one. A number of options are under consideration.

29/05/12

Permalink 10:45:16 am, by Cameron, 418 words, 88 views   English (CA)
Categories: Activity log, Tasks, Planning Notes, Encoding Notes; Mins. worked: 1

First few days on the job

Greetings all,

I am really enjoying my time with MoEML so far. While working through the BIBL1 and PERS1 files I have noticed a few things that we will need to be thinking about in the near (and distant) future. The following is a log of my tasks so far, including notes about what we may need to think about looking forward.

My first task was to delete the dates and names of contributors who have added files to BIBL1 in the past. JJ decided that there was no longer any need for this info. Working in this file, I noticed numerous formatting inconsistencies (arising from different people adding different info at different times with different MLA conventions). I look forward to amending these errors in the coming weeks.

My second task was to ensure that all links in PERS1 were updated. The ODNB had made some changes to their website and so most of our links were broken. Again, I noticed many formatting/style inconsistencies that I am eager to amend in the coming weeks.

My third task was to add the medium (i.e. Print, Web) to each BIBL1 entry. This is a newer MLA convention and has not been used consistently since the website launched. While adding these, I made some changes to the more easily-spottable inconsistencies. This got me pretty excited about a large-scale tidy-up! I am hoping to have this "spring cleaning," as I am calling it, finished by mid-June.

Since I will be spring cleaning for the next few weeks, JJ has assigned me the task of creating an updated style guide for the website. This will ensure that everyone adding information to these files continues to follow a correct and consistent format. I cannot stress enough the importance of consistent formatting for even the most trivial matters like using an en-dash instead of a hyphen between a person's life dates. If we are to continue to assert MoEML as a serious academic publication, we cannot allow formatting errors to persist. I (think I) have attached a draft of the style guide (which is also available in the svn file "documentation," in case the file addition backfired) and I would love to hear your input. It is not yet completely implemented, but please begin referring to it when inputting information. If you have any questions about formatting, please don't hesitate to contact me.

I think that's all for now. Thanks to JJ and MH for all of their guidance so far.

CB

18/05/12

Permalink 10:52:24 am, by Janelle Jenstad Email , 156 words, 105 views   English (CA)
Categories: Tasks; Mins. worked: 0

Rendering punctuation around article titles

JJ, MS, and CB have started to use the title level="a" markup for articles, both in the BIBL1.xml file and in the markup of pages where an article title appears.

Current rendering code puts quotation marks around article titles. We note, however, that MLA style and MoEML house style call for commas and periods to be INSIDE quotation marks, even if they are not part of the quotation. Colons, semi-colons, exclamation marks, and question marks remain outside the quotation marks.

The rendering code we need will pull a following period or comma into the quotes but leave a following colon, semi-colon, or question mark outside the quotes.

If the question mark is part of the title, then it will be inside the title tag anyway and will be automatically included inside the quotation marks.

Priority: Sometime this summer. We can leave with a few stray commas until MH has time to write the code.

Permalink 10:35:23 am, by Janelle Jenstad Email , 69 words, 104 views   English (CA)
Categories: Tasks; Mins. worked: 0

Displaying article titles in XML:id table

Right now, the titles of articles are not showing up in our handy list of all XML:ids used in the site. Let's try adding the title level="a" tag to a couple of articles, then checking out what displays on http://mapoflondon.uvic.ca/ids.htm. I've asked MS to undertake this task next week. If titles do not show up, we'll ask MH to adjust the programming.

25/05/10

Permalink 02:21:04 pm, by Janelle Jenstad Email , 261 words, 200 views   English (CA)
Categories: Activity log, Tasks; Mins. worked: 0

New IDs Created

This is the second blog entry recording IDs created that need some follow-up action. Click on the Category "ID Created" to see all blog entries pertaining to new IDs.

IDs Assigned that Need to be Added to the Map (adding them to the map automatically adds them to the Index)

  • CURT 2 = The Curtain (in Shoreditch)= a site [DONE -- 26 Aug. 2010]
  • THEA2 = The Theatre (in Shoreditch) = a site [DONE -- 26 Aug. 2010]
  • FORT1 = The Fortune = a site
  • PISS2 = Pissing Conduit = a site

IDs Assigned that Need to Be Added to the Index but not the Map (because they are off-map, cannot be located with certainty, or are too big to be marked

  • WALL2 = London Wall = a site [DONE! 26 Aug. 2010: LOND3 already assigned to London Wall the street. I added (street) after the name for LOND3 in the Index.xml file. Added WALL2 to Index and pointed it to six sections of the map.

IDs Assigned to Livery Companies (add to Index but not to Map)

  • MERC3 = Mercers' Company [DONE!]
  • CLOT2 = Clothworkers' Company, Fullers' Company, and Shearmen's Comppany (the latter had their own id but now all the names point to CLOT2 [DONE!]
  • FOUN2 = Founders' Company [DONE!]
  • META1 = Merchant Taylors' Company [DONE!

Neighbourhoods: These need to have their own Index. They won't link to points on the map.

  • BANK3 = Bankside -- JJ asked LS to add to Neighbourhood Index (2010-08-08) [DONE!]
  • SHOR1 = Shoreditch (is currently on the Site Index and has a star on the map; note that SHOR2 = Shoreditch Street) -- JJ asked LS to add to Neighbourhood Index (2010-08-08)[DONE!]
Permalink 12:25:30 pm, by Janelle Jenstad Email , 127 words, 146 views   English (CA)
Categories: Tasks; Mins. worked: 0

Decision re Prisons

Dan and I talked about whether or not to make new pages for prisons in gates that doubled as prisons. E.g., should Newgate become Newgate [the gate] and Newgate Prison? We decided to capitalize on the ambiguity of having a page called Newgate because many EM texts are ambiguous in their referents. Having only one page means that we don't have to resolve which page to point to, and also allows us to logically encode the ambiguous references.

This decision means that we will have to reverse the earlier step of creating a Ludgate Prison page [XML:id LUDG2] and will have to re-encode any references thereto so that they point to Ludgate again [XML:id = LUDG1].

This post needs to be recategorized as "House Rules."

Permalink 12:11:31 pm, by Janelle Jenstad Email , 10 words, 149 views   English (CA)
Categories: Tasks; Mins. worked: 0

New Site for Index

Add to list of Sites on Index: Lord Wentworth's Jail

:: Next Page >>

Map Of London

This project allows literary and scholarly works (primary and secondary) to be associated with locations in London, providing the reader with a richer understanding of the works.

Reports

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