-
Notifications
You must be signed in to change notification settings - Fork 87
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
Add att.canonical to <bibl> #2392
Comments
I completely agree with the assessment of @StefanDumont, with the same being true for other members of Working on #2427 (which adds IMHO the only thing that’s conceptually different for "works" is that |
FWIW, I think adding <prefixDef ident="b" matchPattern="(\i\c+)" replacementPattern="./bibliography.tei#$1"/>
<!-- ... -->
<p>Referencing is an essential academic skill <bibl type="shrt" ref="b:pears1">Pears and Shields, 2019</bibl>.</p>
<!-- ... in the file ./bibliography.tei: -->
<biblStruct xml:id="pears1">
<monogr>
<author>
<persName>Pears, R.</persName>
</author>
<author>
<persName>Shields, G.</persName>
</author>
<title level="m">Cite them right: The essential referencing guide.</title>
<edition>11th edn.</edition>
<imprint>
<date when="2019"/>
<pubPlace>London</pubPlace>
<publisher>MacMillan</publisher>
</imprint>
</monogr>
</biblStruct> |
You will then need to explain why this is or is not preferable to |
I'm persuaded that (for example) linking a bibliography to some sort of master bibliography or catalog is a perfectly reasonable thing to want to do. But I agree with @lb42 that we will absolutely need some discussion of when you should use |
Council F2F at Paderborn: We agree to add We agree that We need provide examples that apply
|
@ebeshero do you recall the reasoning for moving Ch 3.12 earlier in the chapter (3)? That would result in the number changing for a lot of sections – is that wise? What are the benefits? |
Are we excluding members of |
|
Made bibl, biblFull, and biblStruct members of att.canonical. Ajusted the guidelines to reflect this addition and clarified uses of bibl vs ref.
@raffazizzi Sorry for this delayed response to your question last week! But on review of proposed revisions to CO, I don't remember why we thought of moving 3.12 earlier in the chapter, and I think it was best to leave it where it is to make these revisions. I think now it may be better to leave that section where people expect to find it, until such time as we want to do larger scale structuring changes to the chapter. (I think that's probably out of scope of this ticket.) |
Completed with #2655 ! |
Since I recently ran (again) into this issue I would like to raise the feature request here: We use
<bibl>
in our texts for encoding bibliographic references (as stated in the Guidelines). The bibliography is hold in an additional TEI file or in Zotero. So we have to link with an URL or ID to an entry in the bibliography. In the case ofpersName
,placeName
,orgName
,name
,term
andrs
we can use att.canonical which is very handy (@key
for local IDs,@ref
for URIs). Unfortunatelybibl
isn't member ofatt.canonical
, so we have to use e.g.@corresp
for that purpose. That doesn't seem consistent to me. Especially in processing I notice this often, because we have to treat "bibl-links" extra.The issue was already discussed multiple times on the TEI-L mailing list, but I didn't see that there have been an issue for it on GitHub. Furthermore, my impression from the TEI-L is that many would support and welcome this enhancement.
Some discussions on mailing list:
The text was updated successfully, but these errors were encountered: