-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Zotero -> MARC21 export. Where do I insert Vol., issue, pages info ? #22
Comments
Hi @ztajoli, using English is fine. We'd also read issues in Italian, but might have difficulties answering in the same language then. :-) Maybe we should update our README with English text to better support international users. Regards |
Thank you for the report, see also zotero/translators#762 (comment) I will try to look at it closely any time soon. |
Okay, it seems you are right. I will correct that.
I haven't seen the subfield $q in any entry of a catalogue here in Germany. Do you have any examples? Do you know if the 2009 LOC information are still up-to-date? Do you use MARC21 with RDA? |
Hi, In fact 773 $q is a place where insert volume, issue, fasc,, start page data in more standard way. The site https://www.loc.gov/marc/bibliographic/ is the official home of MARC21 and it is up-to-date until April 2016, last update of MARC21. I use MARC21 with AACR2 |
This closes #22, i.e. * save the description in subfield 773 $g instead of subfield 773 $h * save the description in SICI format in subfield 773 $q
@ztajoli The MARC21 export translator here is updated and I changed the subfield to $g as you pointed out. Moreover, I added the SICI formatted description in subfield 773 $q. Maybe, we have to make this configurable, because I am still not sure, that we do use this subfield here as well. |
Hi to all,
sorry but I don't speack german.
My suggestion is to change line 370 of file MARC21XML.js
From
mapProperty(currentFieldNode, "subfield", {"code" : "h"} , descriptionArray.join(', ') );
to
mapProperty(currentFieldNode, "subfield", {"code" : "g"} , descriptionArray.join(', ') );
In MARC21 is better to insert volume, issue, pages of an article into 773 $g instead of 773 $h.
See the examples in official standard page:
https://www.loc.gov/marc/bibliographic/bd773.html
The best will be to create ALSO 773 $q but it is a complex task
The text was updated successfully, but these errors were encountered: