Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bibls not displaying in html #2

Open
wlpotter opened this issue Nov 4, 2019 · 6 comments
Open

Bibls not displaying in html #2

wlpotter opened this issue Nov 4, 2019 · 6 comments
Assignees
Labels
B2VU bug Something isn't working
Milestone

Comments

@wlpotter
Copy link
Contributor

wlpotter commented Nov 4, 2019

In the HTML, the cited bibls are not displaying properly. The footnote is displayed, but the accompanying bibliographic information is missing.
See, for instance, https://bqgazetteer.bethmardutho.org/place/5541
which is citing: http://syriaca.org/bibl/Q7SV98GA

Is this an issue with the XSLT or with the new Bibl records that we added?

@wlpotter wlpotter added bug Something isn't working B2VU labels Nov 4, 2019
@wsalesky
Copy link
Collaborator

@wlpotter This is because the ptr is pointing to a remote server.
@davidamichelson Is this a feature we will build in? Grabbing remote TEI records? If so, how do I differentiate between URI's, when to look for a remote TEI record?

@davidamichelson
Copy link

davidamichelson commented Nov 13, 2019

@wsalesky Thanks, please do add the following functionality for the BQG app (and future uses). The BQG app will not have its own bibliography but only rely on external bibls (either at Syriaca.org or elsewhere. Please have the following functionality:

  1. Test URI for bibl
  2. if Syriaca.org/bibl URI, grab the citation information from Syriaca.org in the same way that the Srophe App does it for Syriaca.org itself (unless this will slow things too much since in this case Syriaca.org is remote? in that case we could just treat the same as no. 3 below)
  3. If not Syriaca.org bibl, use the citation information in the TEI record for the entry and construct a citation which includes the URL.
    Hypothetical example:
<bibl xml:id="bib5284-2">
<title level="m">Encyclopaedia of Islam, Second Edition</title>
 <editor>
   <name>
    <forename>P.</forename>
    <surname>Bearman</surname>
   </name>
  </editor>
<ptr target="http://dx.doi.org/10.1163/1573-3912_islam_COM_0251"/>
</bibl>

Rendered as prose in HTML:
P. Bearman, ed., Encyclopaedia of Islam, Second Edition, http://dx.doi.org/10.1163/1573-3912_islam_COM_0251

@wsalesky
Copy link
Collaborator

@wlpotter @davidamichelson Just to make sure we are all on the same page.

For the present the Title and Author info will be added to the records and links will be generated to the Syriaca.org record.

@davidamichelson
Copy link

Yes, for now we will just insert the date manually into the place records. One question, how does the corpus handle bibliography? We will want to make it possible in the long run to make a call to the Syriaca.org server.

@wsalesky
Copy link
Collaborator

I don't think the corpus uses the bibl module. @jewalters?

@davidamichelson davidamichelson added this to the Later milestone Dec 2, 2019
@davidamichelson
Copy link

Need to check manually all bibls and produce a bibliography

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B2VU bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants