07/06/13

Permalink 04:29:06 pm, by lbowman, 43 words, 12 views   English (CA)
Categories: Activity log; Mins. worked: 1

Character disambiguation notes (for later reference)

It is not clear to me why Actor (1), the son of Deion and Diomede, is also listed as the father of Eurytion. That may be a separate Actor. Someone may have had a reason for not separating these two. (There are already 4 Actors.)

06/06/13

Permalink 01:21:53 pm, by lbowman, 230 words, 10 views   English (CA)
Categories: Activity log; Mins. worked: 1

What we're working on now

After discussion, we have agreed that we should be able to publish Apollodorus this month. I will spend the intervening time doing enough proofreading and spot checks to find any systemic issues and alert either Lauren or Greg, who will fix/flag them.

Greg will spend the time he has available for the project working on the map; first correcting bugs, and second fiddling with what happens when one clicks on a location dot. A priority is being able to remove a dot from the map; another is being able to change colours; a third is what gets displayed when one clicks on a dot.

Greg will also look into finding a way to make a "Journey" appear to have been generated (i.e. something that looks like a journey), so that I can put it on the poster and on the video, and present that as a "future development" at the Bristol conference. "Display family on the map" would also be a great "future development". Or indeed a "present development".

I will write up the front matter (what the project is for, brief history of the project, acknowledgements, how to use the site, and my "nihil obstat, imprimatur"). I will also produce a screenshot-video showing how to use the site. I will also think about possibly applying for money from somewhere. I will, finally, make a poster.

Lauren will ...

Permalink 11:26:14 am, by Greg, 218 words, 12 views   English (CA)
Categories: Activity log; Mins. worked: 15

Saving bandwidth: auto-titling with CSS and so forth

The XHTML version of Apollodorus Library Book 1 includes a huge number of title attributes and class attributes. The titles are, not surprisingly, hover-induced info like 'Show character details'. Many of the classes aren't really used for CSS, but were jQuery selectors. The net result of all of this is that Apollodorus Library Book 1 weighs in at 221K. After a bit of research and fiddling I've come up with a way to reduce this significantly. By significant, I mean HUGE - the same page is now 144K.

I've removed all of the jQuery selectors classes and replaced them with html5 data attributes that I use anyway. So, instead of a selector like $(".classname") I now use $("[data-type]"), which removes 1649 instances of 'class="retrieve"' from that page.

I've also swapped title attributes out for an all-CSS approach, so an anchor like <a data-id="ouranus" data-type="character">Sky</a> can be given a pseudo-title with the following CSS:

a[data-type]:hover {text-decoration: underline;position:relative;}
a[data-type]:hover:after {
content: "Show " attr(data-type) " details for " attr(data-id);
padding: 4px 8px;
text-transform:capitalize;
color: rgb(255,255,255);
position: absolute;
left: 50%;
top: 100%;
white-space: nowrap;
z-index: 2;
border-radius: 5px ;
background-color: rgba(0,0,0,0.8);
}

NOTE: the initial position:relative seems to be crucial here. I haven't investigated why.

An example page can be viewed here.

23/05/13

Permalink 03:34:54 pm, by mholmes, 40 words, 17 views   English (CA)
Categories: Activity log; Mins. worked: 30

XSLT to enable faster searches

Used XSLT to add an @n attribute to all paragraphs holding the @xml:id of the preceding or first-child milestone element, to enable faster searches on p tags instead of ranges between milestones, while still returning the correct target milestone.

15/04/13

Permalink 03:02:44 pm, by Jenn, 13 words, 32 views   English (CA)
Categories: Activity log; Mins. worked: 300

Work Done April 15th

10-3, 5 hours. 0 remaining. If anyone has any questions at all please email me!
Permalink 01:52:41 pm, by Jenn, 108 words, 32 views   English (CA)
Categories: Documentation; Mins. worked: 0

Mythical Locations in Reality

I've noticed a few cases of locations that are referenced with regard to a real location but in a mythical context, for example: Aeolia, the floating island occupied by Aelous, keeper of the winds, is likely a mythical addition to the Aeolian islands. A similar example would be the relationship between Hades and Tartarus, in which the former has sources supporting a geographic location for the entrance. It would therefore be tempting to associate it with Tartarus, but Tartarus exists purely in the mythical context. Greg is looking at a way to associate cases like this where it is a mythical overlay transposed on a real geographic location.

12/04/13

Permalink 02:50:41 pm, by Greg, 24 words, 33 views   English (CA)
Categories: Tasks; Mins. worked: 0

To do please

I believe argiveTerritory in places.xml is the same as Argolis. If so, please make it an aka of Argolis and adjust texts accordingly.

10/04/13

Permalink 04:26:45 pm, by Zaqir, 52 words, 30 views   English (CA)
Categories: Documentation; Mins. worked: 0

Feedback

Hey everyone, I wrapped up my contract today, and I just wanted to say that if there are any questions about things I've tagged or posted, I'm happy to touch base on them, just email me. Also, I've marked up book 5 of the Iliad up to 5.576, if anyone wants to take over.
Permalink 04:24:52 pm, by Zaqir, 4 words, 30 views   English (CA)
Categories: Activity log; Mins. worked: 240

Hours

12:30-4:30 - 4 hours, 0 remaining.
Permalink 03:15:39 pm, by Jenn, 4 words, 37 views   English (CA)
Categories: Activity log; Mins. worked: 330

Work Done April 10th

9:45-3:15, 5.5 hours. 5 hours remaining.

:: Next Page >>

Myths on Maps

This project will focus on deploying an interactive map of Europe with overlays for Greek and Roman myths, history, people and events. Development URL: http://tomcat-devel.hcmc.uvic.ca:8080/myths/apps/mom

Reports

Categories

June 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            

XML Feeds