⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 marc.php

📁 开源MARC数据处理
💻 PHP
字号:
<?php 

/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
///									      
/// PhpMyLibrary is a Php-MySQL driven online library automation, it          
/// offers cataloging, circulation, and web public access catalog.	      
///									      
/// Copyright (C) 2000  Polerio T. Babao Jr. II				      
/// 									      
/// This program is free software; you can redistribute it and/or modify      
/// it under the terms of the GNU General Public License as published by      
/// the Free Software Foundation; either version 2 of the License, or	      
/// (at your option) any later version.					      
///									      
/// This program is distributed in the hope that it will be useful,	      
/// but WITHOUT ANY WARRANTY; without even the implied warranty of	      
/// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the	      
/// GNU General Public License for more details.			      
///									      
/// You should have received a copy of the GNU General Public License	      
/// along with this program; if not, write to the Free Software		      
/// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
/// 									      
/// Refer to http://phpmylibrary.sourceforge.net/phpmylibrary for an online   
/// demonstration of the phpmylibrary online application program.	      
/// 									      
/// Modified 21 December 17, 2002 01:25p GMT+8				      
/// Copy of license at http://phpmylibrary.sourceforge.net/LICENSE
/// http://www.phpmylibrary.n3.net or http://phpmylibrary.sourceforge.net
/// Polerio T. Babao Jr.II http://www.polerio.n3.net			      
/// 43-A Bagong Lote, Potrero Malabon, Metro Manila Philippines.	      
///									      
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////

define('_TAG100NAME','Personal Name');
define('_TAG100DEFS','Consists of a personal name used as main entry usually assigned to the person chiefly responsible for the work');
define('_TAG100DELM','a - name<br>b - numeration<br>c - titles associated with name<br>d - dates associated with name');

define('_TAG245NAME','Title / Author');
define('_TAG245DEFS','Covers the title and statement of responsibility area of a bibliographic record');
define('_TAG245DELM','a - title<br>b - remainder of title<br>c - statement of responsibility');

define('_TAG007NAME','Physical Desc Fixed Field');
define('_TAG010NAME','LC Control Number');
define('_TAG017NAME','Copyright Reg.No.');
define('_TAG020NAME','ISBN');
define('_TAG022NAME','ISSN');
define('_TAG034NAME','Math Data');
define('_TAG035NAME','System Control No.');
define('_TAG037NAME','Acquisition Source');
define('_TAG040NAME','Cataloging Source');
define('_TAG041NAME','Language Code');
define('_TAG042NAME','Authentication Code');
define('_TAG045NAME','LC Call Number');
define('_TAG052NAME','Geographical Class Code');
define('_TAG074NAME','GPO Number');
define('_TAG086NAME','Gov\'t Document class no.');
define('_TAG090NAME','Local Call Number');
define('_TAG110NAME','Corporate Name');
define('_TAG111NAME','Meeting Name');
define('_TAG130NAME','Uniform Title');
define('_TAG222NAME','Key Title');
define('_TAG240NAME','Uniform Title');
define('_TAG242NAME','Translation of Title');
define('_TAG246NAME','Varying Form of Title');
define('_TAG250NAME','Edition');
define('_TAG254NAME','Musical Representation');
define('_TAG255NAME','Math Data Area');
define('_TAG260NAME','Publication, Dist, etc.');
define('_TAG300NAME','Physical Description');
define('_TAG310NAME','Current Publication Freq.');
define('_TAG321NAME','Formet Publication Freq.');
define('_TAG340NAME','Physical Medium');
define('_TAG350NAME','Subscrption Price');
define('_TAG351NAME','Organization and Arrangement of Material');
define('_TAG362NAME','Date of serial/volume designation');
define('_TAG440NAME','"Series Statement/Added Entry');
define('_TAG490NAME','Series Statement');
define('_TAG500NAME','General Note');
define('_TAG501NAME','With Note');
define('_TAG502NAME','Dissertation Note');
define('_TAG505NAME','Contents Note');
define('_TAG508NAME','Creation/Production credits note');
define('_TAG511NAME','Participant of performer note');
define('_TAG515NAME','Numbering peculiarities note');
define('_TAG520NAME','Summary etc. note');
define('_TAG534NAME','Original Version note');
define('_TAG540NAME','Terms Governing Use & reproduction');
define('_TAG586NAME','Awards note');
define('_TAG600NAME','Subject Personal Name');
define('_TAG610NAME','Subject Corporate');
define('_TAG611NAME','Subject Meeting Name');
define('_TAG630NAME','Subject Uniform Title');
define('_TAG650NAME','Subject Topical Term');
define('_TAG651NAME','Subject Geographic');
define('_TAG653NAME','Subject Uncontrolled');
define('_TAG655NAME','Index Term Genre Form');
define('_TAG690NAME','Local Subject headings Personal');
define('_TAG691NAME','Local Subject headings Corporate');
define('_TAG692NAME','Local Subject headings Meeting Name');
define('_TAG693NAME','Local Subject headings Uniform');
define('_TAG694NAME','Local Subject headings Place');
define('_TAG695NAME','Local Subject headings Topical');
define('_TAG696NAME','Local Subject headings Uncontrolled');
define('_TAG700NAME','Personal Name (Added Entry)');
define('_TAG710NAME','Corporate Name (Added Entry)');
define('_TAG711NAME','Meeting Name (Added Entry)');
define('_TAG730NAME','Uniform Title (Added Entry)');
define('_TAG740NAME','Analytical Title (Added Entry)');
define('_TAG710NAME','Main Series Entry');
define('_TAG762NAME','Subseries Entry');
define('_TAG710NAME','Original Language Entry');
define('_TAG773NAME','Host Item entry');
define('_TAG780NAME','Preceeding Entry');
define('_TAG785NAME','Succeeding Entry');
define('_TAG810NAME','Series Added Entry Personal');
define('_TAG811NAME','Series Added Entry Meeting');
define('_TAG830NAME','Series Added Entry Uniform');
define('_TAG900NAME','Personal name variance');
define('_TAG905NAME','Collection Category');
define('_TAG910NAME','Corporate name variance');
define('_TAG911NAME','Meeting name variance');
define('_TAG950NAME','Format');
define('_TAG951NAME','Geographic name variance');

?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -