/etc/refdb/bib2risrc.example is in refdb-clients 1.0.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | # this is an example configuration file for bib2ris, the BibTeX
# to RIS conversion utility of RefDB
# RefDB is a reference database and bibliography tool, see
# http://refdb.sourceforge.net for further information
# Syntax rules of this file:
# 1. Each line contains a pair of variable name and variable value,
# separated by whitespace.
# 2. The hash (#) denotes the start of a comment, the rest of the line
# will be ignored
# 3. The line ending must be Unix-style (LF) regardless of the operating
# system
# The full path of a directory for shareable application files
refdblib /usr/share/refdb
# The full path of a custom log file. This will be used if logdest is
# set accordingly
logfile /var/log/bib2ris.log
# The destination of the log information. Uncomment *one* of the
# following definitions. "file" uses the file specified with the
# logfile variable
#logdest stderr
#logdest syslog
logdest file
# The priority up to which messages are logged. Uncomment *one* of the
# following definitions. "emerg" will result in the fewest, "debug" in
# the most log messages
#loglevel emerg
#loglevel alert
#loglevel crit
#loglevel err
#loglevel warning
#loglevel notice
loglevel info
#loglevel debug
# Should first names of authors and editors always be abbreviated (t|f)?
abbrevfirst t
# Should journal names always be treated as if abbreviated (t|f)? If
# 't', "J Biol Chem" will be encoded as a JO element. If 'f', it would
# incorrectly be encoded as a JF element, whereas "J.Biol.Chem." would
# be correctly encoded as JO element in both cases.
forcejabbrev t
# The list separator for non-standard keyword fields. Set this to the
# string "spc" (without the quotation marks) for whitespace-separated
# lists
listsep ;
# The following variables define how BibTeX publication types are mapped
# to RIS publication types
# maparticle JOUR
# mapbook BOOK
# mapbooklet PAMP
# mapconference CHAP
# mapinbook CHAP
# mapincollection CHAP
# mapinproceedings CHAP
# mapmanual BOOK
# mapmastersthesis THES
# mapmisc GEN
# mapphdthesis THES
# mapproceedings CONF
# maptechreport RPRT
# mapunpublished UNPB
# You may specify here an unlimited number of variables that map
# non-standard BibTeX fields to RIS tags. The variable name consists
# of the prefix "nsf_" and the field name in lowercase (regardless of
# the case in your input data; field names are handled as case-
# insensitive). The variable value consists of the two-letter RIS tag
# specifier in uppercase.
# nsf_abstract N2
# nsf_journalabr JO
# nsf_keywords KW
# nsf_issn SN
# nsf_day PY.day
# nsf_author-address AD
# end of bib2risrc
|