aso2101 / satavahana-inscriptions

1 stars 0 forks source link

ODD refinements: Bibliography on bibl.html like bibliography.html #68

Open aso2101 opened 7 years ago

aso2101 commented 7 years ago

The bibliographic information in bibl.html right now uses the ODD behaviours that were written for other contexts (e.g., bibliography.html). See (e.g.) http://localhost:8080/exist/apps/SAI/bibliography/MNOVH2014.

The title (produced by app:navigation-title) should be the "short title" of the record, i.e., title[@type='short']. Right now it evidently uses title[1].

Then what follows should be a formatted citation that looks like (e.g.): Nakanishi, Maiko & von Hinüber, Oskar. Kanaganahalli Inscriptions (Annual Report of the International Research Institute for Advanced Buddhology at Soka University for the Year 2013, vol. XVII, Supplement) Tokyo: The International Research Institute for Advanced Buddhology, Soka University, 2014. The behaviours for each of the elements in <biblStruct> are defined in the ODD (hisoma-epigraphy.odd); they can be overridden by copying the elementSpec to the custom ODD (sai-customizations.odd) and changing whatever is necessary.

Then should follow the "Cited in the following records" with a list of inscriptions. I would actually change the xquery code in app:related-inscriptions so that it appears in a "collapsible section" (see line 529 in modules/ext-html.xql).

Then, finally, there should be another collapsible section for the "metadata," which is basically information from the header about who created the bibliographic record (i.e., the <editor> and <resp> from the titleStmt). But if you just leave this section blank I will fill it in later.

wsalesky commented 7 years ago

Changes made on https://github.com/aso2101/satavahana-inscriptions/compare/issue68 should address all of these issues.

aso2101 commented 6 years ago

finished journal, but other formats (book, dissertation, report) still need to be updated.