koppor / jabref

Collection of simple for JabRef issues. Please submit PRs to https://github.com/jabRef/jabref/.
https://github.com/jabRef/jabref/
MIT License
8 stars 15 forks source link

Add marcxml fetcher #472

Closed calixtus closed 1 year ago

calixtus commented 4 years ago

ToDo:

koppor commented 2 years ago

Ideas from DevCall:

Convert from marcxml to Dublin Core and then import.

grafik

Source https://www.loc.gov/standards/marcxml/

Other XSLT: https://gist.github.com/kardeiz/4504802

The drawback may be that German libraries do not follow that conversion.

Steps:

  1. Check whether the XSLT covers the "German" codes. REsult: NO, For instance, 490 is not covered.
  2. If yes: Rewrite converter
  3. If no: Continue here
calixtus commented 2 years ago

http://www.bib-bvb.de/web/b3kat/open-data

calixtus commented 2 years ago

Additional resources: https://portal.dnb.de/opac.htm?method=simpleSearch&cqlMode=true&query=idn%3D1222522543 https://d-nb.info/1222522543/34 https://www.dnb.de/DE/Professionell/Metadatendienste/Exportformate/MARC21/marc21_node.html

koppor commented 1 year ago

Filed at https://github.com/JabRef/jabref/pull/9641