/usr/share/doc/refdb/refdb-manual/ch17.html is in refdb-doc 1.0.2-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 17. The RefDB database design</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="RefDB handbook" /><link rel="up" href="pt05.html" title="Part V. Programmer's manual" /><link rel="prev" href="ch16s13.html" title="The table t_xlink" /><link rel="next" href="ch17s02.html" title="The table CITSTYLE" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 17. The RefDB database design</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch16s13.html">Prev</a> </td><th width="60%" align="center">Part V. Programmer's manual</th><td width="20%" align="right"> <a accesskey="n" href="ch17s02.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h2 class="title"><a id="chapter-refdb-database-design"></a>Chapter 17. The RefDB database design</h2></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="ch17.html#idp66499184">The table t_journal_words</a></span></dt><dt><span class="sect1"><a href="ch17s02.html">The table CITSTYLE</a></span></dt><dt><span class="sect1"><a href="ch17s03.html">The table REFSTYLE</a></span></dt><dt><span class="sect1"><a href="ch17s04.html">The table SEPARATORS</a></span></dt><dt><span class="sect1"><a href="ch17s05.html">The table POSITION</a></span></dt></dl></div><p>The RefDB database is a helper database for the RefDB reference databases. It holds data for the recognition of unabbreviated words in journal names as well as the bibliography style information.</p><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idp66499184"></a>The table t_journal_words</h2></div></div></div><p>This table holds a list with unabbreviated journal words. These are words in the names of journals which are not an abbreviation of something else. Many online sources of bibliographic information provide the journal information without periods so it is not clear whether a word in a journal name is complete by itself or whether it is an abbreviation. Some bibliographic formats ask for periods after abbreviated words, so we have to get these periods from somewhere. RefDB adds the periods if necessary when a reference is added to the database. This way you have the additional information that the periods provide always at your hands. If you don't need it, it is trivial to strip the periods away.</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">name</span></dt><dd><p>An alphanumeric field (maximum length 255 characters) that holds a word in uppercase which is an unabbreviated word in a journal name.</p><p>Examples: CELL, BIOCHEMISTRY, DRUGS</p></dd></dl></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch16s13.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="pt05.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch17s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">The table t_xlink </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> The table CITSTYLE</td></tr></table></div></body></html>
|