metadata.bib

Package: WA2L/WinTools 1.2.08
Section: File Formats (4)
Updated: 01 August 2017
Index Return to Main Contents

 

NAME

metadata.bib - meta data template for BibTeX export

 

SYNOPSIS

WA2LWinTools/lib/metadata.Type.bib

WA2LWinTools/lib/metadata.default.bib

WA2LWinTools/etc/metadata.Type.bib

WA2LWinTools/etc/metadata.default.bib

 

AVAILABILITY

WA2L/WinTools

 

DESCRIPTION

This template file(s) are used to define the format of the BibTex file export written to the var/db/metadata/metadata-<DB-VERSION>.bib file using the metadata -e command.

 

FILEFORMAT

You are free how to define the contents of the BibTeX templates. However you should comply to the BibTex standard.

The metadata -e command processes the [GENERAL] section of the meta file and all fields present in that section can be used.

This is the example (metadata.book.bib) for a book BibTeX specification:

@book{@_REF@,
  author        = {@AUTHOR@},
  title         = {@TITLE@@_SUBTITLE@},
  publisher     = {@PUBLISHER@},
  year          = {@_YEAR@},
  volume        = {@VERSION@},
  series        = {@SERIES@},
  address       = {@ADDRESS@},
  edition       = {@EDITION@},
  month         = {@_MONTH@},
  note          = {@NOTE@},
  isbn          = {@ISBN@},
  abstract      = {@ABSTRACT@},
  date          = {@DATE@},
  language      = {@LANGUAGE@},
  guid          = {@IDENTIFICATION:GUID@},
}

 

OPTIONS

@NAME@
meta field name as resolved from the meta files in the meta data repository "database". The NAME has to be specified in upper case always, also when the meta data field contains upper/lower case.

The available field names can be seen in the [GENERAL] section when using the metadata command.

@_REF@
reference number as present in the Ref field, but without the special characters ([]).

@_SUBTITLE@
when the Subtitle field is not empty this placeholder expands to:, Subtitle text

@_YEAR@
release year resolved from the Date field.

@_MONTH@
release month resolved from the Date field.

 

DOCUMENT-TYPES (ENTRY TYPES)

A BibTeX database can contain the following types of entries.

All other documentation-types are defaulted to the misc documentation-type.

TYPEDESCRIPTIONREQUIREDOPTIONALADDITIONAL

article
An article author number abstract
from a journal title pages date
or magazine journal month guid
year note language
volume

book
A book with author volume abstract
an explicit title series date
publisher publisher address isbn
year edition guid
month language
note

booklet
A work that is title author abstract
printed and howpublisheddate
bound but address guid
without a named month language
publisher or year
sponsoring note
institution

inbook
A part of a author volume abstract
book, usually title series date
untitled. May chapter type guid
be a chapter publisher address language
(or section, year edition
etc.) and/or a month
range of pages note

             

TYPEDESCRIPTIONREQUIREDOPTIONALADDITIONAL

incollection
A part of a author editor abstract
book having itstitle volume date
own title booktitle series guid
publisher type language
year chapter
pages
address
edition
month
note

inproceedings
An article in author editor abstract
a conference title volume date
proceedings booktitle series guid
year pages language
address
month
organization
publisher
note

manual
Technical title author abstract
documentation organizationdate
address guid
edition language
month
year
note

mastersthesis
A Masters author type abstract
thesis. title address date
school month guid
year note language

misc
For use when author abstract
nothing else title date
fits howpublishedguid
month language
year
note

phdthesis
A PH.D. thesis author type abstract
title address date
school month guid
year note language

proceedings
The proceedingstitle editor abstract
of a conferenceyear volume date
series guid
address language
month
publisher
organization
note

             

TYPEDESCRIPTIONREQUIREDOPTIONALADDITIONAL

techreport
A report author type abstract
published by a title number date
school or otherinstitutionaddress guid
institution, year month language
usually note
numbered within
a series

unpublished
A document author month abstract
having an title year date
author an note guid
title but not language
formally
puplished

             

 

FILES

lib/metadata.Type.bib
built in default template for document type (=Type field in [GENERAL] section).

Do not change this file(s), they will be overwritten when upgrading the WA2L/WinTools package, create your own metadata.default.bib file in the etc/ directory.

lib/metadata.default.bib
built in default template for all document types (=Type field in [GENERAL] section) for which no specific metadata.Type.bib template exists.

Do not change this file, it will be overwritten when upgrading the WA2L/WinTools package, create your own metadata.default.bib file in the etc/ directory.

etc/metadata.Type.bib
customized document type (=Type field in [GENERAL] section) specific template.

etc/metadata.default.bib
customized default template for all document types (=Type field in [GENERAL] section) for which no specific metadata.Type.bib exists.

 

EXAMPLES

-

 

SEE ALSO

wintoolsintro(1), bib2xml.xml(4), metadata(1), metadata.template(4), metadata.cfg(4), https://en.wikipedia.org/wiki/BibTeX, https://de.wikipedia.org/wiki/BibTeX

 

NOTES

The description in the DOCUMENT-TYPES (ENTRY TYPES) section is based on the wikipedia article: BiBTeX, 16.07.2016, URL: https://en.wikipedia.org/wiki/BibTeX.

 

BUGS

-

 

AUTHOR

metadata.bib was developed by Christian Walther. Send suggestions and bug reports to wa2l@users.sourceforge.net .

 

COPYRIGHT

Copyright © 2020 Christian Walther

This is free software; see WA2LSimpleBackup/man/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


 

Index

NAME
SYNOPSIS
AVAILABILITY
DESCRIPTION
FILEFORMAT
OPTIONS
DOCUMENT-TYPES (ENTRY TYPES)
FILES
EXAMPLES
SEE ALSO
NOTES
BUGS
AUTHOR
COPYRIGHT

This document was created by man2html using the manual pages.
Time: 16:32:23 GMT, September 14, 2024