/[webpac2]/trunk/conf/normalize/isis_ffzg.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/conf/normalize/isis_ffzg.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 463 by dpavlin, Fri May 12 19:59:25 2006 UTC revision 466 by dpavlin, Sat May 13 09:25:56 2006 UTC
# Line 10  display('ISSN', Line 10  display('ISSN',
10          rec('11')          rec('11')
11  );  );
12    
13  search('IdentificationNumbers',  search('ISN',
14          rec('10'),          rec('10'),
15          rec('11'),          rec('11'),
16  );  );
# Line 48  tag('Responsibility', Line 48  tag('Responsibility',
48          )          )
49  );  );
50    
 display('ResponsibilityFirst',  
         rec('200','f')  
 );  
   
 display('ResponsibilitySecond',  
         rec('200','g')  
 );  
   
51  tag('VolumeDesignation',  tag('VolumeDesignation',
52          rec('200','v')          rec('200','v')
53  );  );
# Line 196  tag('PartsID', Line 188  tag('PartsID',
188    
189  tag('Piece',  tag('Piece',
190          lookup(          lookup(
191                  prefix( 'nazlov-efzg:',                  prefix( 'naslov-efzg:',
192                          first(                          first(
193                                  rec(463,1)                                  rec(463,1)
194                          )                          )
# Line 206  tag('Piece', Line 198  tag('Piece',
198    
199  tag('PieceSubtitle',  tag('PieceSubtitle',
200          lookup(          lookup(
201                  prefix( 'podnazlov-efzg:',                  prefix( 'podnaslov-efzg:',
202                          first(                          first(
203                                  rec(463,1)                                  rec(463,1)
204                          )                          )
# Line 217  tag('PieceSubtitle', Line 209  tag('PieceSubtitle',
209  tag('PieceNum',  tag('PieceNum',
210          rec('463','v')          rec('463','v')
211  );  );
212    
213    tag('PieceAnalitic',
214            join_with(' / ',
215                    rec('464','a'),
216                    joint_with(' ',
217                            rec(464,'g'),
218                            rec(464,'f'),
219                    )
220            )
221    );
222    
223    tag('UniformHeading',
224            join_with('. ',
225                    rec(500,'a'),
226                    rec(500,'b'),
227            )
228    );
229    
230    tag('ExpandedTitle',
231            rec(532)
232    );
233    
234    tag('Form',
235            rec(608)
236    );
237    
238    tag('UncontroledTerms',
239            rec(610)
240    );
241    
242    tag('UDC',
243            rec(675)
244    );
245    
246    tag('APACC',
247            rec(686)
248    );
249    
250    tag('PersonalNamePrim',
251            join_width(', ',
252                    rec(700,'a'),
253                    rec(700,'b'),
254            )
255    );
256    
257    tag('PersonalNameSec',
258            join_width(', ',
259                    rec(701,'a'),
260                    rec(701,'b'),
261            )
262    );
263    
264    tag('PersonalNameOth',
265            join_width(', ',
266                    rec(702,'a'),
267                    rec(702,'b'),
268            )
269    );
270    
271    search('Names',
272            rec(700),
273            rec(701),
274            rec(702),
275    );
276    
277    tag('CorporateNamePrim',
278            join_width(', ',
279                    rec(710,'a'),
280                    rec(710,'b'),
281            )
282    );
283    
284    tag('CorporateNameSec',
285            join_width(', ',
286                    rec(711,'a'),
287                    rec(711,'b'),
288            )
289    );
290    
291    tag('OriginatingSource',
292            rec(801)
293    );
294    
295    tag('URL',
296            rec(856,'u')
297    );
298    
299    tag('level',
300            rec(909)
301    );
302    
303    tag('ID',
304            rec(900)
305    );
306    
307    tag('CallNo',
308            rec(990)
309    );
310    
311    tag('InvNo',
312            rec(991)
313    );
314    
315            
316    
317    
318    
319    

Legend:
Removed from v.463  
changed lines
  Added in v.466

  ViewVC Help
Powered by ViewVC 1.1.26