Skip to main content

MARC

Description

We export data to MARC 21 (Format For Bibliographic) using a Job called: GenerateIssuesMarcExport which collects, processes and generates a file in S3 (zip) and makes it available through a download link. This is sent by email to the user who requested said export. Format specifications (MARC21) can be found at: https://www.loc.gov/marc/bibliographic/

Files .mrc

In the export we create a .mrc file for each available issue. We all pack them in a single zip. Below we list the Field MARC that we are using to send the information:

Control Fields

FieldDescription (MARC)Export DataInfo Link
001Control Number
issue->id
Full | Concise
003Control Number Identifier
'XX-XxUND'
(Wrong)
Full | Concise
007Physical Description Fixed Field
''
Full | Concise
008Fixed-Length Data Elements
'      s'.$issue->publication_date->format('Y').'    xx |||||||||||| ||||und d'
Full | Concise

Numbers and Code Fields

FieldDescription (MARC)Export DataInfo Link
020International Standard Book Number (R)SubField 'a':
issue->external_id
Full | Concise
035System Control Number (R)SubField 'a':
issue->external_id
Full | Concise

Main Entry Fields

FieldDescription (MARC)Export DataInfo Link
100Main Entry - Personal Name (NR)SubField 'a':
(array) [Authors of the Issue]
SubField 'e':
'author'
Full | Concise
FieldDescription (MARC)Export DataInfo Link
245Title Statement (NR)SubField 'a':
(array) [Authors of the Issue]
Full | Concise

Edition, Imprint, Etc. Fields

FieldDescription (MARC)Export DataInfo Link
260Publication, Distribution, etc. (Imprint) (R)SubField 'a':
(array) [Country of the Issue]
SubField 'b':
(array) [Country of the Issue]
SubField 'c':
issue->publication_date
Full | Concise

Physical Description, Etc. Fields

FieldDescription (MARC)Export DataInfo Link
300Physical Description (R)SubField 'a':
issue->number_of_pages
Full | Concise

Note Fields

FieldDescription (MARC)Export DataInfo Link
520Summary, etc. (R)SubField 'a':
issue->description_raw_text
Full | Concise

Subject Access Fields

FieldDescription (MARC)Export DataInfo Link
650Subject Added Entry - Topical Term (R)SubField 'a':
(array) [Keywords of the Issue]
Full | Concise

Added Entry Fields

FieldDescription (MARC)Export DataInfo Link
754Added Entry - Taxonomic Identification (R)SubField 'a':
'category'
SubField 'b':
(array) [Categories of the Issue]
Full | Concise

Holdings, Location, Alternate Graphics, Etc. Fields

FieldDescription (MARC)Export DataInfo Link
856Electronic Location and Access (R)SubField 'u':
issue->getReaderUrl()
Full | Concise

X

Graph View