diff --git a/INSTALLATION.txt b/INSTALLATION.txt index ce06ff9328..fbf7f85d4e 100644 --- a/INSTALLATION.txt +++ b/INSTALLATION.txt @@ -432,7 +432,7 @@ your home directory). You will then need to append :file:`{dir}/lib/python` to your :envvar:`PYTHONPATH` environment variable. See the `Alternate Installation`_ section of the :term:`Python` document "`Installing Python Modules`_" -[InstallingPythonModules]_ for more information, such as circumstances +:cite:`InstallingPythonModules` for more information, such as circumstances in which you should use :option:`--prefix` instead of :option:`--home`. diff --git a/README.txt b/README.txt index 5a6a3b29eb..4cc426be91 100644 --- a/README.txt +++ b/README.txt @@ -25,12 +25,12 @@ Overview The :term:`FiPy` framework includes terms for transient diffusion, convection and standard sources, enabling the solution of arbitrary combinations of coupled elliptic, hyperbolic and parabolic PDEs. Currently -implemented models include phase field [BoettingerReview:2002]_ -[ChenReview:2002]_ [McFaddenReview:2002]_ treatments of polycrystalline, +implemented models include phase field :cite:`BoettingerReview:2002` +:cite:`ChenReview:2002` :cite:`McFaddenReview:2002` treatments of polycrystalline, dendritic, and electrochemical phase transformations, as well as drug -eluting stents [Saylor:2011p2794]_, reactive wetting [PhysRevE.82.051601]_, -photovoltaics [Hangarter:2011p2795]_ and a level set treatment of the -electrodeposition process [NIST:damascene:2001]_. +eluting stents :cite:`Saylor:2011p2794`, reactive wetting :cite:`PhysRevE.82.051601`, +photovoltaics :cite:`Hangarter:2011p2795` and a level set treatment of the +electrodeposition process :cite:`NIST:damascene:2001`. .. only:: latex @@ -254,11 +254,8 @@ or a .. _NIST: http://www.nist.gov/ .. _compressed archive: http://www.ctcms.nist.gov/fipy/download/FiPy-1.1.tar.gz .. _tracking system: http://matforge.org/fipy/report -.. _mailing list: http://www.ctcms.nist.gov/fipy/mail.html +.. _mailing list: http://www.ctcms.nist.gov/fipy/documentation/MAIL.html .. _Sourceforge: http://www.sourceforge.net/projects/fipy .. _Materials Digital Library Pathway: http://matdl.org .. _MatForge: http://matforge.org/ -.. bibmissing:: /documentation/refs.bib - :sort: - diff --git a/documentation/EFFICIENCY.txt b/documentation/EFFICIENCY.txt index 8d12c1072d..f7cd42218f 100644 --- a/documentation/EFFICIENCY.txt +++ b/documentation/EFFICIENCY.txt @@ -18,7 +18,7 @@ problem can be executed by running:: from the base :term:`FiPy` directory. The in-house code was written by Ryo Kobayashi and is used to generate the results presented in -[WarrenPolycrystal]_. +:cite:`WarrenPolycrystal`. The raw CPU execution times for 10 time steps are presented in the following table. The run times are in seconds and the memory usage is diff --git a/documentation/GIT.txt b/documentation/GIT.txt index 392ef31ac7..8b41ede904 100644 --- a/documentation/GIT.txt +++ b/documentation/GIT.txt @@ -81,7 +81,7 @@ Any other branches will not generally be of interest to most users. For those who are interested in learning more about Git, a wide variety of online sources are available, starting with the `official Git website`_. -The `Pro Git book`_ [ProGit]_ is particularly instructive. +The `Pro Git book`_ :cite:`ProGit` is particularly instructive. .. _official Git website: http://git-scm.com/ diff --git a/documentation/USAGE.txt b/documentation/USAGE.txt index c460f7810a..398d49e0e7 100644 --- a/documentation/USAGE.txt +++ b/documentation/USAGE.txt @@ -34,8 +34,8 @@ examples. In order to customize the examples, or to develop your own scripts, some knowledge of Python syntax is required. We recommend you familiarize -yourself with the excellent `Python tutorial`_ [PythonTutorial]_ -or with `Dive Into Python`_ [DiveIntoPython]_. +yourself with the excellent `Python tutorial`_ :cite:`PythonTutorial` +or with `Dive Into Python`_ :cite:`DiveIntoPython`. .. _Python tutorial: http://docs.python.org/tut/tut.html .. _Dive Into Python: http://diveintopython.org @@ -655,6 +655,8 @@ command in the base directory:: you will need at least version 1.1.2 of `Sphinx `_, plus all of its prerequisites. + You will also need to `pip install sphinxcontrib-bibtex`. + .. _download the latest manual: http://matforge.org/fipy/wiki/FiPyManual diff --git a/documentation/_templates/index.html b/documentation/_templates/index.html index 8f58647773..7bb9de49c1 100644 --- a/documentation/_templates/index.html +++ b/documentation/_templates/index.html @@ -37,15 +37,15 @@

FiPy: A Finite Volume PDE Solver Using Python

combinations of coupled elliptic, hyperbolic and parabolic PDEs. Currently implemented models include phase field [BoettingerReview:2002] + href="documentation/references.html#boettingerreview-2002">[BoettingerReview:2002] [ChenReview:2002] + href="documentation/references.html#chenreview-2002">[ChenReview:2002] [McFaddenReview:2002] + href="documentation/references.html#mcfaddenreview-2002">[McFaddenReview:2002] treatments of polycrystalline, dendritic, and electrochemical phase transformations as well as a level set treatment of the electrodeposition process [NIST:damascene:2001].

+ href="documentation/references.html#nist-damascene-2001">[NIST:damascene:2001].

If you use FiPy in your research, please cite: (bibtex) @@ -133,6 +133,8 @@

Indices and tables

search this documentation

+ {% endblock %} diff --git a/documentation/_themes/nist/layout.html b/documentation/_themes/nist/layout.html index 534f7d5799..73444ae2b8 100644 --- a/documentation/_themes/nist/layout.html +++ b/documentation/_themes/nist/layout.html @@ -7,6 +7,7 @@ + {{ super() }} {% endblock %} {% set reldelim1 = ' >' %} diff --git a/documentation/conf.py b/documentation/conf.py index 434cf40f37..3626729ab1 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -32,9 +32,9 @@ 'sphinx.ext.ifconfig', 'sphinx.ext.autosummary', 'numpydoc', - 'bibstuff.sphinxext.bibref', 'sphinxcontrib.traclinks', - 'redirecting_html'] + 'redirecting_html', + 'sphinxcontrib.bibtex'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] diff --git a/documentation/contents.txt b/documentation/contents.txt index 811ed1dc60..2aa0bee1d8 100644 --- a/documentation/contents.txt +++ b/documentation/contents.txt @@ -18,6 +18,7 @@ FiPy Contents VKML ../DISCLAIMER manual + references .. toctree:: :hidden: diff --git a/documentation/manual.txt b/documentation/manual.txt index 0cf00e1ce2..f107908325 100644 --- a/documentation/manual.txt +++ b/documentation/manual.txt @@ -7,4 +7,4 @@ FiPy Manual introduction ../examples/README API - + references-latex diff --git a/documentation/numerical/discret.txt b/documentation/numerical/discret.txt index 34dc5545bb..a7325e9e4f 100644 --- a/documentation/numerical/discret.txt +++ b/documentation/numerical/discret.txt @@ -174,7 +174,7 @@ where the value of :math:`d_{AP}` is the distance between neighboring cell centers. This estimate relies on the orthogonality of the mesh, and becomes increasingly inaccurate as the non-orthogonality increases. Correction terms have been derived to improve this error but are not -currently included in :term:`FiPy` [croftphd]_. +currently included in :term:`FiPy` :cite:`croftphd`. This term is represented in :term:`FiPy` as diff --git a/documentation/numerical/equation.txt b/documentation/numerical/equation.txt index e3356b48dc..7eb5433ebb 100644 --- a/documentation/numerical/equation.txt +++ b/documentation/numerical/equation.txt @@ -58,10 +58,10 @@ For example, the diffusion term can represent conventional Fickean diffusion [*i.e.*, :math:`\nabla\cdot(\Gamma\nabla\phi)`] when the exponent :math:`n = 1` or a Cahn-Hilliard term [*i.e.*, :math:`\nabla \cdot (\Gamma_1 \nabla [ \nabla \cdot \Gamma_2 \nabla \phi ) ] )` -[CahnHilliardI]_ [CahnHilliardII]_ [CahnHilliardIII]_] when :math:`n = 2`, +:cite:`CahnHilliardI` :cite:`CahnHilliardII` :cite:`CahnHilliardIII`] when :math:`n = 2`, or a phase field crystal term [*i.e.*, :math:`\nabla \cdot (\Gamma_1 \nabla [ \nabla \cdot \Gamma_2 \nabla \{ \nabla \cdot \Gamma_3 \nabla \phi ) \} ) -] )` [Elder:2011p2811]_] when :math:`n = 3`, although spectral methods are probably a +] )` :cite:`Elder:2011p2811`] when :math:`n = 3`, although spectral methods are probably a better approach. Higher order terms (:math:`n > 3`) are also possible, but the matrix condition number becomes quite poor. diff --git a/documentation/numerical/index.txt b/documentation/numerical/index.txt index 71193e9cd5..1c44f7331b 100644 --- a/documentation/numerical/index.txt +++ b/documentation/numerical/index.txt @@ -8,8 +8,8 @@ This chapter describes the numerical methods used to solve equations in the :term:`FiPy` programming environment. :term:`FiPy` uses the finite volume method (FVM) to solve coupled sets of partial differential equations (PDEs). For a good introduction to the FVM see Nick Croft's PhD -thesis [croftphd]_, Patankar [patankar]_ or Versteeg and -Malalasekera [versteegMalalasekera]_. +thesis :cite:`croftphd`, Patankar :cite:`patankar` or Versteeg and +Malalasekera :cite:`versteegMalalasekera`. Essentially, the FVM consists of dividing the solution domain into discrete finite volumes over which the state variables are @@ -23,7 +23,7 @@ The FVM can be thought of as a subset of the Finite Element Method (FEM), just as the Finite Difference Method (FDM) is a subset of the FVM. A system of equations fully equivalent to the FVM can be obtained with the FEM using as weighting functions the characteristic functions of -FV cells, i.e., functions equal to unity [Mattiussi:1997]_. Analogously, +FV cells, i.e., functions equal to unity :cite:`Mattiussi:1997`. Analogously, the discretization of equations with the FVM reduces to the FDM on Cartesian grids. diff --git a/documentation/references-latex.txt b/documentation/references-latex.txt new file mode 100644 index 0000000000..1dd38a4aa1 --- /dev/null +++ b/documentation/references-latex.txt @@ -0,0 +1,3 @@ +.. bibliography:: /documentation/refs.bib + :style: unsrt + :all: diff --git a/documentation/references.txt b/documentation/references.txt new file mode 100644 index 0000000000..418e9b77b3 --- /dev/null +++ b/documentation/references.txt @@ -0,0 +1,7 @@ +========== +References +========== + +.. bibliography:: /documentation/refs.bib + :style: unsrt + :all: diff --git a/documentation/refs.bib b/documentation/refs.bib index 8e05f39b27..c7b4a7f9a9 100644 --- a/documentation/refs.bib +++ b/documentation/refs.bib @@ -72,10 +72,8 @@ @article{McFaddenReview:2002 } @book{NumericalRecipes, - author = {William H. Press and Saul A. Teukolsky and - William T. Vetterling and Brian P. Flannery}, - title = {Numerical Recipes in {C}: the Art of Scientific - Computing}, + author = {William H. Press and Saul A. Teukolsky and William T. Vetterling and Brian P. Flannery}, + title = {Numerical Recipes in {C}: the Art of Scientific Computing}, edition = {2nd}, publisher = {Cambridge University Press}, year = 1999, @@ -84,7 +82,7 @@ @book{NumericalRecipes @article{NIST:damascene:2001, author = {D. Josell and D. Wheeler and W. H. Huber and T. P. Moffat}, title = {Superconformal Electrodeposition in Submicron Features}, - journal = prl, + journal = {Physical Review Letters}, volume = 87, number = 1, year = 2001, @@ -130,7 +128,7 @@ @article{Wheeler:1992 author = {A. A. Wheeler and W. J. Boettinger and G. B. {McF}adden}, title = {Phase-field model for isothermal phase transitions in binary alloys}, - journal = pra, + journal = {Physical Review A}, volume = 45, number = 10, year = 1992, @@ -140,7 +138,7 @@ @article{Wheeler:1992 @article{CahnHilliardI, author = {John W. Cahn and John E. Hilliard}, title = {Free energy of a nonuniform system. {I}. {I}nterfacial free energy}, - journal = jcp, + journal = {Journal of Chemical Physics}, year = {1958}, volume = {28}, number = {2}, @@ -150,7 +148,7 @@ @article{CahnHilliardI @article{CahnHilliardII, author = {John W. Cahn}, title = {Free energy of a nonuniform system. {II}. {T}hermodynamic basis}, - journal = jcp, + journal = {Journal of Chemical Physics}, year = {1959}, volume = {30}, number = {5}, @@ -160,7 +158,7 @@ @article{CahnHilliardII @article{CahnHilliardIII, author = {John W. Cahn and John E. Hilliard}, title = {Free energy of a nonuniform system. {III}. {N}ucleation in a two-component incompressible fluid}, - journal = jcp, + journal = {Journal of Chemical Physics}, year = {1959}, volume = {31}, number = {3}, @@ -195,8 +193,8 @@ @article{WarrenPolycrystal @article{ElPhFI, author = {J. E. Guyer and W. J. Boettinger and J. A. Warren and G. B. McFadden}, - title = {Phase field modeling of electrochemistry I: Equilibrium}, - journal = pre, + title = {Phase field modeling of electrochemistry {I}: {E}quilibrium}, + journal = {Physical Review E}, volume = 69, year = 2004, pages = {021603}, @@ -208,8 +206,8 @@ @article{ElPhFI @article{ElPhFII, author = {J. E. Guyer and W. J. Boettinger and J. A. Warren and G. B. McFadden}, - title = {Phase field modeling of electrochemistry II: Kinetics}, - journal = pre, + title = {Phase field modeling of electrochemistry {II}: {K}inetics}, + journal = {Physical Review E}, volume = 69, year = 2004, pages = {021604}, @@ -218,11 +216,6 @@ @article{ElPhFII doi = {10.1103/PhysRevE.69.021604}, } -@misc{Python, - note = {The Python Programming Language}, - url = {http://www.python.org/} -} - @manual{InstallingPythonModules, title = {Installing Python Modules}, author = {Greg Ward}, @@ -289,7 +282,7 @@ @book{ferziger @Article{PhysRevE.82.051601, title = {Modeling the early stages of reactive wetting}, author = {Wheeler, Daniel and Warren, James A. and Boettinger, William J.}, - journal = {Phys. Rev. E}, + journal = {Physical Review E}, volume = {82}, number = {5}, pages = {051601}, @@ -314,7 +307,7 @@ @Article{Hangarter:2011p2795 @Article{Saylor:2011p2794, author = {David M Saylor and Jonathan E Guyer and Daniel Wheeler and James A Warren}, -journal = {Acta Biomater}, +journal = {Acta Biomaterialia}, title = {Predicting microstructure development during casting of drug-eluting coatings}, number = {2}, pages = {604--613}, @@ -326,7 +319,7 @@ @Article{Saylor:2011p2794 @Article{Elder:2011p2811, author = {K. R Elder and K Thornton and J. J Hoyt}, -journal = {Philos Mag}, +journal = {Philosophical Magagazine}, title = {The Kirkendall effect in the phase field crystal model}, number = {1}, pages = {151--164}, diff --git a/documentation/sphinxext/bibstuff/.gitignore b/documentation/sphinxext/bibstuff/.gitignore deleted file mode 100644 index 0fe2c40e0e..0000000000 --- a/documentation/sphinxext/bibstuff/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.pyc -build/ diff --git a/documentation/sphinxext/bibstuff/README.txt b/documentation/sphinxext/bibstuff/README.txt deleted file mode 100644 index c75927615a..0000000000 --- a/documentation/sphinxext/bibstuff/README.txt +++ /dev/null @@ -1,107 +0,0 @@ -================================ - README: BibStuff (TM) -================================ - -:authors: Dylan W. Schwilk and Alan G. Isaac -:web site: http://www.pricklysoft.org -:source code: http://code.google.com/p/bibstuff/ -:date: 2009-02-13 -:version: 1.0 - -BibStuff License -================ - -See `license.txt`_, which must be included when this software is -distributed. - -Installation -============ - -Simply type 'python setup.py install' in the unpacked directory. - - -Command-line tools (scripts) -============================ - -These tools are installed in you python scripts directory or they can -be run directly from where they were unpacked. Each of these tools has -a command line interface and provides the -h option to describe usage. - - * biblabel.py - Creates unique keys for entries bibtex database(s). default keys - look like Schwilk+Isaac:2006 or Smith+Johnson+etal:1999 Command - line options allow you to change the default behavior. - - - * bibsearch.py - Search through a bibtex database for entries by key or by - regular expression. Results can be output as a (minimally) - formatted reference, a full bibtex entry, or by key. Note that - bibsearch always takes a database by name (-f option or first - argument) standard input is used for search terms. - - - * bib4txt.py - Creates formatted references for a text dodument. (Useful for - reStructuredText documents.) Interacts with a Bibtex style - database file (without using LaTeX or bibtex). The source text - file should include citation references in reStructuredText - format: a citation key enclosed in brackets, followed by an - underscore. Citation keys cannot be all digits. The source - document can be output with formatted citation references - substituted. In this case, the reference list is added to the - end of the file. - - - * bibname.py - Create list of author/editor names for a bibtex database. - Options allow you to specify a name template. See the module - documentation for details. - - * jabbrev.py - Replaces all journal names in a bibtex file with alternative - names (abbreviations). The abbreviation file should be in the - format: = (see - /examples/journal_names.txt). I've also provides a short script - in the /examples directory that will take the list of journal - abbreviations at - http://www.csa.com/htbin/sjldisp.cgi?filename=/wais/data/srcjnl/biologset - and produce a format readable by jabbrev.py - - - * reflist.py - Creates a list of keys from a latex .bbl file. This tool simply - extracts reference keys from the bbl file. This is useful for - creating a bibtex database limited to those references which - occur only in a single latex file. - - example: reflist.py my_doc.bbl | bibsearch.py -l my_db.bib > new_db.bib - -Modules -======= - -Package: bibstuff - -Package: bibstuff/bibstyles - -Spinx extension -=============== - -There's a sphinx extension using bibstuff in the ``sphinxext`` directory. See -the comments in ``sphinext/bibref.py`` for more details. - -Testing -======= - -No tests available yet - - -Related Projects -================ - -For more information on BibTeX, see the excellent discussion in -chapter 13 section 4 of `The LaTeX Companion`_. - -.. _license.txt: ./license.txt - -.. _`The LaTeX Companion`: http://www.awprofessional.com/bookstore/product.asp?isbn=0201362996&rl=1 diff --git a/documentation/sphinxext/bibstuff/__init__.py b/documentation/sphinxext/bibstuff/__init__.py deleted file mode 100644 index 2417e872fe..0000000000 --- a/documentation/sphinxext/bibstuff/__init__.py +++ /dev/null @@ -1,27 +0,0 @@ -""" -Bibstuff: classes and command-line utilities for interacting with BibTeX style databases. - -Includes: - -- a bibtex parser (which uses SimpleParse) -- classes for parsing and manipulating BibTeX file parts -- utility and classes for managing citations in text files -- utilities for searching and labeling BibTeX files - -For more detail, see `README.txt`_. - -Bibstuff is free software distributed under the `MIT license`_. -For more detail, see `license.txt`_. - -Bibstuff is pure Python_ and in that sense will run on any platform. - -.. _`README.txt`: ./README.txt -.. _`MIT license`: http://www.opensource.org/licenses/mit-license.php -.. _license.txt: ./license.txt -.. _Python: http://www.python.org -""" - -__docformat__ = "restructuredtext en" - -__version__ = '1.0' - diff --git a/documentation/sphinxext/bibstuff/add2bib.py b/documentation/sphinxext/bibstuff/add2bib.py deleted file mode 100755 index 2a9c945aab..0000000000 --- a/documentation/sphinxext/bibstuff/add2bib.py +++ /dev/null @@ -1,607 +0,0 @@ -#! /usr/bin/env python -# -*- coding: latin-1 -*- -# File: add2bib.py -''' -Add entry/entries to .bib file. -Default format produces citekeys like: -Schwilk+Isaac:2002 and Isaac+Schwilk+etal:2006. - -:WARNING: works but currently *very* crude and rough! (no special characters; macros alpha-lower only) -:author: Alan G Isaac -:contact: http://www.american.edu/cas/econ/faculty/isaac/isaac1.htm -:copyright: 2006 by Alan Isaac -:license: MIT (see `license.txt`_) -:date: 2006-09-25 -:since: 2006-08-04 -:change: 2006-09-24 move isbn to optional2 for books (not strictly correct, but often wanted) -:change: 2006-08-04 eliminated that final comma (believe illegal) -:change: 2006-08-24 add make_entry_citekey -:change: 2006-08-24 add label styles -:TODO: eliminate simpleparse dependency (via bibfile.BibEntry) -:TODO: fix make_entry_citekey to use one name + 'etal'? or just '+'? -:TODO: add checking for unique key -:TODO: allow multiple entries -:TODO: allow correcting entries -:TODO: use style file for HTML formatting -:TODO: check for macros against @string defs in .bib file -:TODO: macro handling (journals) -:TODO: add crossreferencing as option for inbook and incollection -:TODO: change default format to legal HTML names - -.. _license.txt: ./license.txt -''' -__docformat__ = "restructuredtext en" -__authors__ = ['Alan G. Isaac'] -__version__ = '0.3.1' -__needs__ = '2.4' - - -################### IMPORTS ################################################## -# import from standard library -#from string import ascii_lowercase -import os, shutil -import logging -logging.basicConfig(format='\n%(levelname)s:\n%(message)s\n') -add2bib_logger = logging.getLogger('bibstuff_logger') - -# bibstuff imports -import bibfile -import bibstyles -################################################################################ - -entry_types = ("article","booklet","book","conference","inbook","incollection","inproceedings","manual","mastersthesis","misc","phdthesis","proceedings","techreport","unpublished") -valid_fields = dict( -) - -""" -author or editor (Æ), author(A), address(a), booktitle(b), chapter(c), crossref(x), edition(e), editor(E), howpublished(h), institution(I), isbn(i), journal(j), key(k), month(m), note(z), number(n), organization(O), pages(p), publisher(P), school(S), series(s), title(T), type(t), url(u), volume(v), year(y), unused(fgl) - -Currently will not provide the crossref field since crossrefs must be prepended. (Just warn?) -""" - -article = dict( -required = 'ATjY', -optional1 = 'vnpm', -optional2 = 'z', -extras = 'kiu' -) -book = dict( -required = 'ÆTPY', -optional1 = 'ae', -optional2 = 'vnszi', -extras = 'kmu' -) -booklet = dict( -required = 'T', -optional1 = 'AhY', -optional2 = 'amz', -) -inbook = dict( -required = 'ÆTcpPY', -optional1 = 'a', -optional2 = 'vnsuemz', -extras = 'kiu' -) -incollection = dict( -required = 'ATbPY', -optional1 = 'Ecpa', -optional2 = 'vnsuemz', -extras = 'kiu' -) -inproceedings = dict( -required = 'ATbY', -optional1 = 'EpaOP', -optional2 = 'vnsmz', -extras = 'kiu' -) -manual = dict( -required = 'T', -optional1 = 'Oa', -optional2 = 'AemYz', -) -mastersthesis = dict( -required = 'ATSY', -optional1 = 'a', -optional2 = 'umz', -) -misc = dict( -required = '', -optional1 = 'AThY', -optional2 = 'mz', -) -phdthesis = dict( -required = 'ATSY', -optional1 = 'a', -optional2 = 'umz', -) -proceedings = dict( -required = 'TY', -optional1 = 'EaO', -optional2 = 'vnsmPz', -) -techreport = dict( -required = 'ATIY', -optional1 = 'tuna', -optional2 = 'mz', -) -unpublished = dict( -required = 'ATz', -optional1 = 'Y', -optional2 = 'm', -) - -#for testing script: -#def raw_input(arg,stuff = ['','M. Me and Y. You', '2006', 'My Title', 'jtrix', '2', '3', 'jan', '99--100']): return stuff.pop(0) - - - -def make_entry(choosetype='', options=False, extras=False): - """ - :author: Alan G. Isaac - :date: 2006-08-11 - """ - entry = bibfile.BibEntry() - while not choosetype in entry_types: - choosetype=raw_input("From\n"+", ".join(entry_types)+"\nchoose type: ") - entry.entry_type = choosetype - field_dict = eval(choosetype) - #:TODO: test cite key against existing keys - citekey = raw_input("Press return for autogenerated citekey.\nOr enter citekey (e.g., jones02aer): ") - entry.citekey = citekey - fields = field_dict['required'] + field_dict['optional1'] - if options or extras: - fields = fields + field_dict['optional2'] - if extras: - fields = fields + field_dict['extras'] - if 'A' in fields or 'Æ' in fields: - entry['author'] = raw_input("author(s)? ").strip() - if 'E' in fields or 'Æ' in fields: - entry['editor'] = raw_input("editor(s)? ").strip() - if 'Y' in fields: - entry['year'] = raw_input("year? ").strip() - if 'T' in fields: - entry['title'] = raw_input("title? ").strip() - if 'b' in fields: - entry['booktitle'] = raw_input("booktitle? ").strip() - if 'e' in fields: - entry['edition'] = raw_input("edition? (E.g., 2nd) ").strip() - if 'c' in fields: - entry['chapter'] = raw_input("chapter? ").strip() - if 'j' in fields: #:TODO: journal key handling (all lower only?) - entry['journal'] = raw_input("journal name? ").strip() - if 'v' in fields: - entry['volume'] = raw_input("volume? ").strip() - if 'n' in fields: - entry['number'] = raw_input("number? ").strip() - if 'm' in fields: #:TODO: macro handling - entry['month'] = raw_input("month? ").strip() - if 'p' in fields: - entry['pages'] = raw_input("pages? ").strip() - if 'P' in fields: - entry['publisher'] = raw_input("Publisher? ").strip() - if 'a' in fields: - entry['address'] = raw_input("address? ").strip() - if 'h' in fields: - entry['howpublished'] = raw_input("howpublished? ").strip() - if 'I' in fields: - entry['institution'] = raw_input("Institution? ").strip() - if 'O' in fields: - entry['organization'] = raw_input("Organization? ").strip() - if 'S' in fields: - entry['school'] = raw_input("School? ").strip() - if 's' in fields: - entry['series'] = raw_input("series? ").strip() - if 't' in fields: - entry['type'] = raw_input("type? (E.g., Working Paper) ").strip() - if 'i' in fields: - entry['isbn'] = raw_input("isbn? ").strip() - if 'u' in fields: - entry['url'] = raw_input("url? ").strip() - if 'k' in fields: - entry['key'] = raw_input("key (*not* citekey)? ").strip() - if not citekey: - citekey = make_entry_citekey(entry,[],label_style2) - entry.citekey = citekey - return entry - - -# for a discussion of name templates, see the NameFormatter docstring -# a style must always define a default entry_type -# use_max_names True -> first max_names names included, then etal -# use_max_names False -> first name included, then etal -label_style1 = dict( -name_template = 'v_|l{_}', -max_names = 2, -use_max_names = True, -name_name_sep = ('+','+'), -etal = 'etal', -anonymous = 'anon', -lower_name = False, -article = "%(names)s:%(year)s", -book = "%(names)s:%(year)s", -misc = "%(names)s:%(year)s", -default_type = "%(names)s:%(year)s", -) - -#style2 shd be rst compatible -label_style2 = dict( -name_first = 'l{_}', -name_other = 'l{_}', -max_names = 2, -use_max_names = False, -name_name_sep = ('.','.'), -etal = '', -lower_name = True, -anonymous = 'anon', -article = "%(names)s-%(year)s-%(jrnl)s", -book = "%(names)s-%(year)s", -misc = "%(names)s-%(year)s", -default_type = "%(names)s-%(year)s", -) - -#:note: this is a variant of a function in biblabel.py -#:TODO: make this a BibEntry method -#:TODO: integrate styles with CITATION_TEMPLATE styles (note: anon, lower_name, templates (names)) -def make_entry_citekey(entry, used_citekeys,style=label_style1): - """return new entry key (as string) - """ - - format_dict = {} - entry_type = entry.entry_type.lower() - try: - label_template = style[entry_type] - except KeyError: - label_template = style['default_type'] - - name_template = style['name_first'] #:TODO: ? adjust this ? - max_names = style['max_names'] - name_name_sep = style['name_name_sep'][0] #:TODO: ? adjust this ? - #name_parts_sep = style['name_parts_sep'] #superfluous if name templates used correctly; just in case ... - lower_name = style['lower_name'] - etal = style['etal'] - - #first, make names - name_formatter = bibstyles.shared.NameFormatter(template = name_template) - names_dicts = entry.get_names().get_names_dicts() - #make list of 'v_|l' last names, which can possibly have multiple tokens (e.g., two piece last names) - ls = [name_formatter.format_name(name_dict) for name_dict in names_dicts] - if len(ls) > max_names: - if use_max_names: - ls = ls[:max_names] + [etal] - else: - ls = ls[0] + [etal] - #for each name, join the tokens with an underscore (i.e., split on whitespace and then join with '_'). - #ls = [name_parts_sep.join( s.split() ) for s in ls] #shd handle this with name template - names = name_name_sep.join(ls) - if lower_name: - names = names.lower() - format_dict['names'] = names - year = entry['year'] or '????' - format_dict['year'] = year - if entry_type == "article": - jrnl = entry['journal'] - jrnl = ''.join(jrnl.split()).lower() #keep macro; ow abbreviate (TODO: adjust this) - jrnl = jrnl.replace("journal","j",1) - format_dict['jrnl'] = jrnl #short form, no spaces - - #make unique result: if needed, append suffix (sfx) b or c or d . . . to year - sfx = ''; c = 1 - #while result+sfx in used_citekeys: - while label_template%format_dict in used_citekeys: - sfx = ascii_lowercase[c%26]*(1+c//26) #:note: lowercase since BibTeX does not distinguish case - format_dict['year'] = year+sfx - c += 1 - result = label_template%format_dict - - return result - -########### HTML formatting ######################## -html_templates = dict( -journal = '''

-%(author)s, -%(year)s, -“%(title)s,” -%(pubinfo)s. -

-''', -techreport = '''

-%(author)s, -%(year)s, -“%(title)s,” -%(pubinfo)s. -

-''', -book = '''

-%(auted)s, %(year)s, -%(booktitle)s, -%(pubinfo)s. -

-''', -incollection = '''

-%(auted)s, %(year)s, -%(title)s, in %(booktitle)s, -%(pubinfo)s. -

-''', -) -text_templates = dict( -journal = '''%(author)s, %(year)s, -"%(title)s" -%(pubinfo)s. -''', -techreport = '''%(author)s, %(year)s, -"%(title)s" -%(pubinfo)s. -''', -book = '''%(auted)s, %(year)s, -%(booktitle)s -(%(address)s: %(publisher)s) -isbn: %(isbn)s -''', -incollection = '''%(author)s, %(year)s, -%(title)s, in %(booktitle)s, -%(pubinfo)s. -(%(address)s: %(publisher)s) -isbn: %(isbn)s -''', -) - - -def is_macro(s): - """Return bool, - a crude guess if this is a macro. - TODO: rethink this.""" - oneword = not (' ' in s ) - return oneword and (s.islower() or s.isupper()) - -def text_format(entry): - from collections import defaultdict - info = defaultdict(str) - info.update(entry) - entry_type = entry.entry_type.lower() - add2bib_logger.info("entry_type = %s"%(entry_type)) - if entry_type == "article": - info['journal'] = get_journal(entry) - pubinfo = get_volnum(entry) - if pages: - pubinfo += pages - info['pubinfo'] = pubinfo #TODO move into template - if entry_type == "techreport": - institution = entry['institution'] - type = entry['type'] - number = entry['number'] - pubinfo= "%s %s, %s"%(type, number, institution) - info['pubinfo'] = pubinfo #TODO move into template - elif entry_type in ["incollection","book"]: - if entry_type == "book": - info['booktitle'] = info['title'] - author = info['author'] - editor = info['editor'] - if author: - auted = author - elif editor: - auted = editor + " (ed)" - else: - auted = "unknown" - info['auted'] = auted - else: #-> entry_type == "incollection": - if info['editor']: - info['auted'] = "%(author)s, in %(editor)s (ed)" % info - result = text_templates[entry_type] % info - return result - -def get_journal(entry, jrnl_lst=None): #TODO: extract fr journal list - """Return string representation of journal, - allowing opportunity to provide name to replace macro. - TODO: automate macro substitution.""" - #if jrnlkey =~ "{.\+}", let journal=substitute(jrnlkey,'[{}]','','g') - journal = entry['journal'] #might be a macro - if is_macro(journal): - if journal.islower(): - journal = journal.upper() - jrnl = raw_input("Journal? (no braces) (Press enter to use '%s') "%(journal) ) - if jrnl: - journal = jrnl - return journal - -def get_volnum(entry): - if volume: - volnum = str(volume) - if number: - volnum = str(volume) + "(" + str(number) + ")" - elif number: - volnume = str(number) - else: - volnum = "" - return volnum - -def get_pages(entry,dash='--',pagespref=('p. ','pp. ')): - pages = entry['pages'] - if pages: - if '--' in pages: - pages = pagespref[1] + dash.join(pages.split("--")) - elif '-' in pages: - pages = pagespref[1] + dash.join("-".split(pages)) - else: - pages = pagespref[0] + pages - return pages - -def html_format(entry): - from collections import defaultdict - entry_type = entry.entry_type.lower() - info = defaultdict(str) - info.update(entry) - add2bib_logger.info("entry_type: %s"%(entry_type)) - #next we aggregate the publication information and apply formatting template - if entry_type == "article": - #journal may be a macro; ask to replace - info['journal'] = get_journal(entry) - pubinfo="" + journal + "" - volume = entry['volume'] - number = entry['number'] - volnum = get_volnum(entry) - if volnum: - pubinfo += " " + volnum - pages = get_pages(entry,'–') - if pages: - pubinfo += pages - #result = html_templates['journal']%dict(citekey=citekey,author=author,year=year,title=title,pubinfo=pubinfo) - info['pubinfo'] = pubinfo - if entry_type == "techreport": - institution = entry['institution'] - type = entry['type'] - number = entry['number'] - pubinfo= "%s %s, %s"%(type, number, institution) - info['pubinfo'] = pubinfo - elif entry_type in ["incollection","book"]: - if entry_type == "book": - info['booktitle'] = info['title'] - author = info['author'] - editor = info['editor'] - if author: - auted = author - elif editor: - auted = editor + " (ed)" - else: - auted = "unknown" - info['auted'] = auted - else: #-> entry_type == "incollection": - if info['editor']: - info['auted'] = "%(author)s, in %(editor)s (ed)"%(info) - info['titleinfo']="%(title)s, in %(booktitle)s,"%(entry) - info['pubinfo']="(%(address)s: %(publisher)s)\nisbn: %(isbn)s"%(info) - #apply template to aggregated information - result = html_templates[entry_type] % info - return result - - - -#-- Command line version of tool -def main(): - """Command-line tool. - See bibsearch.py -h for help. - """ - - import sys - import bibgrammar - - input = sys.stdin - output = sys.stdout - - from optparse import OptionParser - - usage = """ - %prog [options] - example: %prog -mt article -bo BIB_DATABASE - """ - - - parser = OptionParser(usage=usage, version ="%prog " + __version__) - parser.add_option("-f", "--format", action="store", - dest="format", default='b', - help="set format(s) of output\nb: BibTeX\nh: HTML\nt: text", metavar="FORMAT") - parser.add_option("-m", "--more_fields", action="store_true", - dest="more_fields", default = False, help="input less common fields") - parser.add_option("-M", "--MORE_FIELDS", action="store_true", - dest="MORE_FIELDS", default = False, help="input all relevant fields") - parser.add_option("-v", "--verbose", action="store_true", - dest="verbose", default=False, - help="Print INFO messages to stdout, default=%default") - parser.add_option("-V", "--very_verbose", action="store_true", - dest="very_verbose", default=False, - help="Print DEBUG messages to stdout, default=%default") - parser.add_option("-t", "--type", action="store", - dest="entry_type", default='', - help="set type of entry", metavar="ENTRYTYPE") - parser.add_option("-o", "--outfile", action="store", type="string", dest="outfile", - help="Write formatted references to FILE", metavar="FILE") - parser.add_option("-n", "--nuke", action="store_true", dest="overwrite", default=False, - help="CAUTION! silently overwrite outfile, default=%default") - parser.add_option("-b", "--backup", action="store_true", dest="backup", default=False, - help="backup FILE to FILE.bak, default=%default") - - """ - #TODO: - parser.add_option("-I", "--ISBN", action="store", dest="ISBN", default=False, - help="use pyaws to add one entry by ISBN, default=%default") - parser.add_option("-m", "--maxnames", action="store", type="int", - dest="maxnames", default = 2, help="Max names to add to key") - parser.add_option("-e", "--etal", action="store", type="string", \ - dest="etal", default = 'etal',help="What to add after max names") - parser.add_option("-i", "--infile", action="store", type="string", dest="infile", - help="Parse FILE for citation references.", metavar="FILE") - parser.add_option("-s", "--stylefile", action="store", dest="stylefile", default="default.py", - help="Specify user-chosen style file",metavar="FILE") - """ - - # get options - (options, args) = parser.parse_args() - if options.verbose: - add2bib_logger.setLevel(logging.INFO) - if options.very_verbose: - add2bib_logger.setLevel(logging.DEBUG) - add2bib_logger.info("Script running.\nargs=%s"%(args)) - - ''' - #TODO: error check cite keys, insert (v. append), sort - # get database as text from .bib file(s) or stdin - if len(args) > 0 : - try : - src = ''.join(open(f).read() for f in args) - except: - print 'Error in filelist' - else : - src = sys.stdin.read() - - - bibfile_name = args[-1] - if (os.path.splitext(bibfile_name)[-1]).lower() != ".bib": - bib4txt_logger.warning(bibfile_name + " does not appear to be a .bib file") - try : - bibfile_as_string = open(bibfile_name,'r').read() - except : - print "Database file not found." - sys.exit(1) - - # read input file (default: stdin) - if options.infile: - try: - input = open(options.infile,'r') - except: - print "Cannot open: "+options.infile - sys.exit(1) - - # create object to store parsed .bib file - bibfile_processor = bibfile.BibFile() - #store parsed .bib file in the bibfile_processor - # TODO: allow multiple .bib files - bibgrammar.Parse(bibfile_as_string, bibfile_processor) - - bfile = bibfile.BibFile() - bibgrammar.Parse(src, bfile) - used_citekeys = [] # stores created keys - ''' - - entry = make_entry(options.entry_type, options.more_fields, options.MORE_FIELDS) - - # open output file for writing (default: stdout) - if options.outfile: - if options.backup and os.path.exists(options.outfile): - shutil.copyfile(options.outfile, options.outfile+".bak") - if options.overwrite or not os.path.exists(options.outfile): - output = open(options.outfile,'w') - else: - add2bib_logger.info("Appending to %s.\n(Use -n option to nuke (overwrite) the old output file.)" - %options.outfile) - output = open(options.outfile,'a') - output.write(str(entry)) - #print entry - if 'h' in options.format: - output.write( html_format(entry) ) - if 't' in options.format: - output.write( text_format(entry) ) - output.close() - -if __name__ == '__main__': - main() - diff --git a/documentation/sphinxext/bibstuff/bib4txt.py b/documentation/sphinxext/bibstuff/bib4txt.py deleted file mode 100755 index 636c8cc840..0000000000 --- a/documentation/sphinxext/bibstuff/bib4txt.py +++ /dev/null @@ -1,251 +0,0 @@ -#!/usr/bin/env python -# bib4txt.py -""" -Creates formatted references for a text document. -Uuseful for reStructuredText documents. -Interacts with a Bibtex style database file -(without using LaTeX or bibtex). - -Dependencies: - -- Python 2.4 or higher -- SimpleParse (binaries available!) -- BibStuff (which you should have if you have this) - -The source text file should include citation references in reStructuredText format: -http://docutils.sourceforge.net/docs/user/rst/quickref.html#citations -Roughly: a citation key enclosed in brackets, followed by an underscore. -Citation keys cannot be all digits. - -The source document can be output with formatted citation references substituted for the citation keys. -In this case, the reference list is added to the end of the file. - -A slight modification of the reStructuredText ``cite`` directive is currently allowed: - -- Most characters are permitted. - E.g., ``[Schwilk+Isaac:2006]_`` is now (2008) legal in reST and will be recognized by bib4txt. -- Comma separted multiple keys are permitted in a cite: e.g., ``[Schwilk1999,Isaac2000]_`` - This is *not* legal reST. - -The intent is for the formatted references to be written to a separate file. -You can then include this in your reST document with an ``include`` directive. - -How it works: - -- Uses SimpleParse_ to convert an EBNF_ grammar into an object for scanning reST files for citation references. -- Uses SimpleParse_ to convert an EBNF_ grammar into an object for scanning .bib files. (See Bibstuff's bibgrammar.py.) -- Extracts the citation references from the input document. -- Outputs a sorted list of citation definitions, to be used in the References section of your documents. - -:author: Alan G. Isaac -:date: 2006-07-27 -:contact: http://www.american.edu/cas/econ/faculty/isaac/isaac1.htm -:copyright: 2006 by Alan G. Isaac -:license: MIT (see `license.txt`_) -:note: now allows multiple database (.bib) files -:note: bib4txt supercedes addrefs.py, by Dylan Schwilk -:note: Python 2.4 dependencies: sets, sorted -:note: Python 2.5 dependencies: with -:TODO: address the TODOs in the associate BibStuff files, especially in bibstyles/shared.py - -.. _EBNF: http://www.garshol.priv.no/download/text/bnf.html -.. _SimpleParse: http://simpleparse.sourceforge.net/ -.. _license.txt: ./license.txt -""" -from __future__ import with_statement -__docformat__ = "restructuredtext en" -__version__ = "1.1.1" -__needs__ = '2.5+' - - -################### IMPORTS ################################################## -#import from standard library -import os,sys -import logging -logging.basicConfig(format='\n%(levelname)s:\n%(message)s\n') -bib4txt_logger = logging.getLogger('bibstuff_logger') - -#import dependencies -import simpleparse - -#local imports -import bibfile, bibgrammar, bibstyles -import ebnf_sp -################################################################################ - - -################### GLOBALS ################################################## -# some globals are set when this file is run as a script -# style -# bibfile_processor - - - -# note that the standard separator for multiple keys in one citation reference is a comma -# CITATION_SEP = ',' -# set in styles/shared.py - - - - - - -def make_text_output(src_as_string, - src_parser, - parsed_bibfile, - style, - citations_only=True): - """Create intext citations and the bibliography""" - #first: create a citation manager to handle the bibfile(s) - bib4txt_logger.debug('create citation manager') - citation_manager = style.CitationManager([parsed_bibfile], - citekeys=None, - citation_template=style.CITATION_TEMPLATE) - #second: create CiteRefProcessor object to process cites during src parsing - # (associate with the citation_manager) - bib4txt_logger.debug('create cite processor') - cite_processor = bibstyles.shared.CiteRefProcessor(citation_manager) - #third: parse the text (taglist is a dummy container) - bib4txt_logger.info('fill cite processor with keys') - taglist = src_parser.parse(src_as_string, processor=cite_processor) - """cite_processor.all_citekeys now holds the cite keys and - is associated with citation_manager which holds the bibliography, - so we can make a sorted entry list. To do so need: - - the keys for the citations referenced - - a sort-key on which to base the sorting - :note: Sorting is style dependent---e.g., might sort entries on citation_rank. - """ - #set the citation manager citekeys to all found keys (an ordered list) - #citation_manager.citekeys = cite_processor.all_citekeys - #make the citation definitions for a list of References - bib4txt_logger.info('make citations') - result = citation_manager.make_citations() - #lastly, prepend the entire document, if desired - if not citations_only: - result = cite_processor.__repr__() + result - return result+'\n' # ds added newline 2008-06-27 - -################################################################################ - - - - -def bibfiles2string(bibfile_names): - bibfiles_as_strings = list() - for bibfile_name in bibfile_names: - if (os.path.splitext(bibfile_name)[-1]).lower() != ".bib": - bib4txt_logger.warning("%s does not appear to be a .bib file."%bibfile_name ) - try: - with open(bibfile_name,'r') as fh: - bibfiles_as_strings.append( fh.read() ) - except IOError: - bib4txt_logger.warning("%s not found."%bibfile_name ) - return '\n'.join( bibfiles_as_strings ) - - - -def main(): - """Command-line tool. See bib4txt.py -h for help. - """ - - #set default input and output - input = sys.stdin - output = sys.stdout - - from optparse import OptionParser - - usage = """ - usage: %prog [options] BIB_DATABASE - standard usage: %prog -i reST_FILE -n -o refs_FILE BIB_DATABASE - """ - - parser = OptionParser(usage=usage, version ="%prog " + __version__) - - parser.add_option("-i", "--infile", action="store", type="string", dest="infile", - help="Parse FILE for citation references.", metavar="FILE") - parser.add_option("-o", "--outfile", action="store", type="string", dest="outfile", - help="Write formatted references to FILE", metavar="FILE") - parser.add_option("-n", "--nuke", action="store_true", dest="overwrite", default=False, - help="silently overwrite outfile, default=%default") - parser.add_option("-s", "--stylefile", action="store", dest="stylefile", default="default.py", - help="Specify user-chosen style file",metavar="FILE") - parser.add_option("-v", "--verbose", action="store_true", dest="verbose", default=False, - help="Print INFO messages to stdout, default=%default") - parser.add_option("-V", "--very-verbose", action="store_true", dest="very_verbose", default=False, - help="Print DEBUG messages to stdout, default=%default") - parser.add_option("-a", "--all", action="store_true", dest="entire_doc", - default=False, help="Output entire document, making citation reference substitutions, default=%default") - parser.add_option("-x", "--xp", action="store_true", dest="xp_parse", - default=False, help="Use experimental document parser, default=%default") - parser.add_option("-L", "--logger-level", action="store", type="int", dest="logger_level", - help="Set logging level to integer value.") - - (options, args) = parser.parse_args() - if options.logger_level: - bib4txt_logger.setLevel(options.logger_level) - elif options.very_verbose: - bib4txt_logger.setLevel(logging.DEBUG) - elif options.verbose: - bib4txt_logger.setLevel(logging.INFO) - bib4txt_logger.info( - "Script running.\nargs=%s\ninfile=%s\noutfile=%s\nstyle file=%s" - %(args, options.infile, options.outfile,options.stylefile) - ) - exec("import bibstyles.%s as style"%os.path.splitext(options.stylefile)[0]) - - # open output file for writing (default: stdout) - if options.outfile: - if os.path.exists(options.outfile) and not options.overwrite: - print "File %s exists: use -n option to nuke (overwrite) this file."%(options.outfile) - print "PLEASE CHECK FILE NAME CAREFULLY!" - sys.exit(1) - output = open(options.outfile,'w') - - # read database (.bib) files - bibfile_names = args - bibfile_as_string = bibfiles2string(bibfile_names) - if not bibfile_as_string: - bib4txt_logger.warning("No BibTeX databases found.") - sys.exit(1) - - - # read input file (default: stdin) - if options.infile: - try: - input = open(options.infile,'r') - except: - print "Cannot open: "+options.infile - sys.exit(1) - - - if options.entire_doc: - ebnf_dec = ebnf_sp.cites_rest - else: - ebnf_dec = ebnf_sp.cites_only_rest - if options.xp_parse: - ebnf_dec = ebnf_sp.cites_xp - # Create a simpleparse.parser Parser based on the chosen grammar - cite_parser = simpleparse.parser.Parser(ebnf_dec, root='src') - - # create object to store parsed .bib file - bibfile_processor = bibfile.BibFile() - bib4txt_logger.debug('Ready to parse bib file.') - #store parsed .bib files in the bibfile_processor - bibgrammar.Parse(bibfile_as_string, bibfile_processor) - bib4txt_logger.info('bib file parsed.') - - result = make_text_output( - input.read(), - cite_parser, - bibfile_processor, - style, - citations_only = not options.entire_doc) - - output.write(result) - output.close() - input.close() - - - -if __name__ == '__main__': - main() diff --git a/documentation/sphinxext/bibstuff/bibfile.py b/documentation/sphinxext/bibstuff/bibfile.py deleted file mode 100644 index 90118524e8..0000000000 --- a/documentation/sphinxext/bibstuff/bibfile.py +++ /dev/null @@ -1,437 +0,0 @@ -""" -Provides two classes, BibFile and BibEntry for -accessing the parts of a bibtex database. -BibFile inherits from ``simpleparse.dispatchprocessor``. -To fill a BibFile instance, bfi, call bibgrammar.Parse(src, bfi). - - -:author: Dylan Schwilk (esp. BibFile) -:contact: http://www.schwilk.org -:author: Alan G Isaac (esp. BibEntry) -:contact: http://www.american.edu/cas/econ/faculty/isaac/isaac1.htm -:copyright: 2006 by Dylan Schwilk and Alan G Isaac -:license: MIT (see `license.txt`_) -:date: 2006-08-05 -:requires: Python 2.4+ -:TODO: make this framework more general, perhaps along the lines of the btparse_ library in btOOL_. - -.. _btOOL: http://www.gerg.ca/software/btOOL/doc/btparse.html -.. _btparse: http://www.gerg.ca/software/btOOL/doc/btparse.html -.. _license.txt: ./license.txt -""" -__docformat__ = "restructuredtext en" -__authors__ = ["Dylan W. Schwilk", "Alan G. Isaac"] -__version__ = '1.13' -__needs__ = '2.4' - -# options: -# __strict__ = False allows empty citekeys -__strict__ = False # should we be strict with bibtex format? - - -####################### IMPORTS ##################################### -# import from standard library -import re -import sys - -# import dependencies -from simpleparse.dispatchprocessor import dispatch, DispatchProcessor, getString, lines - -#bibstuff imports -import bibgrammar -import bibname #ai: shd move all bibname into here? possibly -from bibstyles.shared import reformat_para -import logging -bibfile_logger = logging.getLogger('bibstuff_logger') -##################################################################### - -############### GLOBAL VARIABLES ################################## -months_en = ('January','February','March','April','May','June', - 'July','August','September','October','November','December') -monthslower_en = [m.lower() for m in months_en] -monthmacros_en = [m[:3] for m in monthslower_en] -MONTH_DICT = dict( zip(monthmacros_en, months_en) ) -##################################################################### - - -class BibEntry(dict): - """ - Stores a single bibliographic entry. - Provides a dictionary interface to the fields: - field keys are case-insensitive and fields are stored - in the order added. - - :note: 2006-08-10 use 'citekey' instead of 'key' since BibTeX allows a 'key' field - :note: 2008-03-29 'entry_type' instead of 'type' since BibTeX allows a 'type' field - """ - def __init__(self,*args,**kwargs): - dict.__init__(self,*args,**kwargs) - self._fields = [] - def __repr__(self): - """return string representation of entry - - :note: 2006-08-11:eliminate final comma, handle months-> macro and journal macros - """ - stringrep = '@%s{%s,\n' % (self.entry_type.upper() , self.citekey) - try: - mlen = max( len(key_str) for key_str in self._fields ) # for pretty format - except ValueError: #no fields (not a true entry) - mlen = 0 - bibfile_logger.warn("Entry apparently has no fields.") - field_list = [] - for key in self._fields: - addbraces = True - spacer = ' '*(mlen - len(key) ) - val = self[key] - #handle crossref - if key == 'crossref': - try: val = val['citekey'] #might be an entry - except TypeError: pass #->must be a string - elif key == 'journal': - if val.isalpha() and val.islower(): #:TODO: allow punctuation!! - addbraces = False #i.e., assume it is a macro - elif key == 'month': - # always use month macros if possible - if val.lower() in monthslower_en + monthmacros_en: - val = val[:3].lower() - addbraces = False - elif key in ("year","number","volume","chapter"): - try: - addbraces = not int(val) - except: - pass - if addbraces: - val = "{" + val + "}" - field_list.append(" %-*s = %s" % (mlen, key, val)) - stringrep += ",\n".join(field_list) - stringrep += '\n}\n' - return stringrep - def __setitem__(self, key, val): - key = key.lower() - dict.__setitem__(self, key, val) - if key == "key": - bibfile_logger.info( - "Setting 'key' as an entry *field*. (Recall 'citekey' holds the entry id.)") - if key not in self._fields and key not in ["citekey","entry_type"] and val: - self._fields.append(key) - def __getitem__(self, field): #field is usually a BibTeX field but can be a citekey - field = field.lower() - if field == "key": - bibfile_logger.info( - "Seeking 'key' as an entry *field*. (Recall 'citekey' holds the entry id.)") - try: - result = dict.__getitem__(self, field) - #:TODO: rethink this decision (but it is used for formatting) - #:note: 20080331 changed KeyError to return '' instead of None - except KeyError: - crossref = self.get('crossref', '') - if isinstance(crossref, self.__class__): - result = crossref[field] - else: - result = '' - #:note: 20080331 add handling of month macros - if field == 'month' and result in monthmacros_en: - result = MONTH_DICT[result] - return result - def __delitem__(self,key) : - key = key.lower() - try: - dict.__delitem__(self, key) - except KeyError: - pass - try: - self._fields.remove(key) - except ValueError: - pass - - def set_entry_type(self, val): - self["entry_type"] = val.lower() #:note: entry_type stored as lowercase - def get_entry_type(self): - return self["entry_type"] - entry_type = property(get_entry_type, set_entry_type, None, "property: 'entry_type'") - - def set_citekey(self, val): - self["citekey"] = val - def get_citekey(self): - return self["citekey"] - citekey = property(get_citekey,set_citekey,None,"property: 'citekey'") - - def get_fields(self): - return self._fields - def set_fields(self, lst): - self._fields = lst - fields = property(get_fields, set_fields, None, "property: 'fields'") - - def search_fields(self, string_or_compiled, field='', ignore_case=True): - """Return MatchObject if string_or_compiled found in entry else None. - Find regular expression in entry. - If field is omitted, search is through all fields. - - :note: used by BibFile's find_re method, which is used in turn by bibsearch.py - :Parameters: - `string_or_compiled` : string to compile or compiled regex - pattern for searching - `field` : string - field to search in self (default: search all fields) - """ - if isinstance(string_or_compiled, str): - if ignore_case: - reo = re.compile(string_or_compiled, re.MULTILINE | re.IGNORECASE) - else: - reo = re.compile(string_or_compiled, re.MULTILINE) - else: #must have a compiled regular expression - reo = string_or_compiled - if not field: #->try all fields (but not citekey) - for f in self.get_fields(): - found = reo.search( self[f] ) - if found: break # no need to check more fields - #:note: CAN test 'field in self' (even though an entry will not raise KeyError! see TODO above) - # BUT do not test 'field in self' bc want test for empty fields below - elif self[field]: - found = reo.search( self[field] ) - else: - if field in self: - bibfile_logger.info("Empty field %s in entry\n%s.\n."%(self,field)) - found = None - return found - - def format_names(self, names_formatter): - """return formatted BibName-object if possible else raw name - - :type `names_formatter`: NamesFormatter - :note: called by CitationManager in format_citation - :note: 2006-08-08 no longer sets a `_names` attribute - :TODO: add default name_template useful for .bib files? - """ - bibfile_logger.debug("BibEntry.format_names: arg is:"+str(names_formatter)) - names = self.get_names() #get a BibName instance (or possibly, a string) - #keep string if stuck with it - if isinstance(names,str): - result = names - else: #assume a BibName instance - #ask BibName instance to format itself (and it asks a NamesFormatter to do it) - result = names.format(names_formatter) - bibfile_logger.debug("BibEntry.format_names result = "+str(result)) - return result - - def get_names(self, entry_formatter=None, try_fields=None): - """return (BibName-object if possible else string) - - :note: 2006-08-09 matching change to `make_names`, no longer sets `self._names` - """ - if entry_formatter is None: - if not try_fields: - try_fields = ['author','editor','organization'] - return self.make_names(entry_formatter, try_fields=try_fields) - - def make_names(self, entry_formatter=None, try_fields=None): - """return (BibName-object if possible else string) - (from "raw" names). - - :change: 2006-08-02 altered to return BibName instance and not set _names - :note: self returns None if field missing (-> no KeyError) - :note: this method introduces the only dependence on simpleparse (via bibname) - :TODO: return BibName instance for each available name field?? - :Parameters: - - `entry_formatter`: EntryFormatter instance to provide style information - - `try_fields`: list of field names to try sequentially; none empty filed -> name - """ - if entry_formatter is None: - for field in try_fields: - raw_names = self[field] - if raw_names: - break - else: - raw_names, field = entry_formatter.pick_raw_names(self,try_fields) - return bibname.BibName(raw_names,from_field=field) #names are in a BibName object - - def format_with(self, entry_formatter): - bibfile_logger.debug("BibEntry.format_with: arg is:"+str(entry_formatter)) - #ask the EntryFormatter to do it - return entry_formatter.format_entry(self) - - -# ---------------------------------------------------------- -# Bibfile -# ------- -# Data storage for bibtex file -# ---------------------------------------------------------- -class BibFile( DispatchProcessor ): - """Stores parsed bibtex file. Access entries by key. - - :note: a BibFile object should simply *store* .bib file parts - (a list of entries and a macro map) and provide access - to these parts - """ - def __init__(self) : - self.entries = [] - self._macroMap = {} - - def get_entrylist(self, citekeys, discard=True): - """Return list, the BibEntry instances that were found - (and None for entries not found, unless discarded). - """ - if not citekeys: - bibfile_logger.warning("get_entrylist: No keys provided; returning empty cited-entry list.") - return [] - temp = [ (key,self.get_entry_by_citekey(key)) for key in citekeys ] - bad_keys = [pair[0] for pair in temp if not pair[1]] - if bad_keys and discard: - bibfile_logger.warning("Database entries not found for the following keys:\n"+"\n".join(bad_keys)) - if discard: - result = [pair[1] for pair in temp if pair[1]] - else: #keep None when occurs in entry list - result = [pair[1] for pair in temp] - #attach cross references - for entry in result: - if entry: - crossref = entry.get('crossref', None) - if isinstance(crossref, str): - crossref = self.get_entry_by_citekey(crossref) - if crossref: - entry['crossref'] = crossref - return result - - def get_entry_by_citekey(self, citekey): - """Return entry or None.""" - for entry in self.entries: - if entry.citekey == citekey: - return entry - - """PRODUCTION FUNCTIONS: - for parsing, must provide a function for each production name. - """ - - def string(self, (tag,start,stop,subtags), buffer ): - """Return a string, stripping leading and trailing markers""" - return buffer[start+1:stop-1] - - def number(self, (tag,start,stop,subtags), buffer ): - """return a number as a string""" - return buffer[start:stop] - - def entry_type( self, (tag,start,stop,subtags), buffer ): - """Return the entry type""" - return getString((tag,start,stop,subtags), buffer) - - def citekey( self, (tag,start,stop,subtags), buffer ): - """Return the entry's citekey""" - return getString((tag,start,stop,subtags), buffer) - - # macro name - def name(self, (tag,start,stop,subtags), buffer ): - """Return lookup on name or name if not in map.""" - return self._macroMap.get(buffer[start:stop],buffer[start:stop]) - - def field(self, (tag,start,stop,subtags), buffer ): - """Process a bibentry field and return tuple of name, value.""" - str = '' - for t in subtags[1][3]: - if(t) : - str += dispatch(self, t, buffer) # concatenate hashed together strings - return (dispatch(self, subtags[0], buffer), str) - - def entry( self, (tag,start,stop,subtags), buffer ): - """Process the bibentry and its children. - """ - entry = BibEntry() - entry.entry_type = dispatch(self, subtags[0], buffer) - entry.citekey = dispatch(self, subtags[1], buffer) - for field in subtags[2][3] : - #bibfile_logger.debug("entry: ready to add field: "+str(dispatch(self, field, buffer))) - k,v = dispatch(self, field, buffer) - #:note: entry will force k to lowercase - entry[k] = v - self.entries.append(entry) - - - def macro( self, (tag,start,stop,subtags), buffer ): - """Process a macro entry and add macros to macro map""" - name, str = dispatch(self, subtags[0], buffer) - """ - the_type = getString(subtags[0], buffer) - if the_type.upper() != 'STRING' : - # it looks like a macro, but is not: could be a regular entry with no key - lineno = lines(0, start, buffer)+1 - bibfile_logger.warning("Entry at line %d has macro syntax, but entry_type is %s" % (lineno , the_type)) - if not __strict__: # we can add a dummy key and treat this entry as a regular entry - entry = BibEntry() - entry.entry_type = dispatch(self, subtags[0], buffer) - entry.citekey = 'KEY' # dummy key -- or should we be strict? - for field in subtags[1][3] : - k,v = dispatch(self, field, buffer) - #:note: entry will force k to lowercase - entry[k] = v - self.entries.append(entry) - bibfile_logger.warning("Dummy key added to entry at line %d" % lineno) - else : # otherwise it is really a macro entry - for field in subtags[1][3]: - name, str = dispatch(self, field, buffer) - self._macroMap[name] = str - """ - self._macroMap[name] = str - - - def preamble( self, (tag,start,stop,subtags), buffer ): - """Process the given production and it's children""" - the_type = getString(subtags[0], buffer) - lineno = lines(0,start,buffer)+1 - if the_type.upper() != 'PREAMBLE' : - bibfile_logger.warning("Entry at line %d has preamble syntax but entry_type is %s" % (lineno,the_type)) - else : - bibfile_logger.warning("Preamble entry on line %d:" % lineno + "\n" + buffer[start:stop]) - - def comment_entry( self, (tag,start,stop,subtags), buffer ): - """Process the given production and it's children""" - the_type = getString(subtags[0], buffer) - lineno = lines(0,start,buffer)+1 - if the_type.upper() != 'COMMENT' : - bibfile_logger.warning("Entry at line %d has comment syntax but entry_type is %s" % (lineno,the_type)) - else : - bibfile_logger.info("Comment entry on line %d:" % lineno + " " + getString(subtags[1],buffer)) - - def search_entries(self, string_or_compiled, field='', ignore_case=True): - """Return list of matching entries. - Search for regular expression in the fields of each entry. - If field is omitted, search is through all fields. - - :note: used by bibsearch.py - :Parameters: - `string_or_compiled` : string to compile or compiled regex - pattern for searching - `field` : string - field to search in self (default: search all fields) - """ - if isinstance(string_or_compiled, str): - if ignore_case: - reo = re.compile(string_or_compiled, re.MULTILINE | re.IGNORECASE) - else: - reo = re.compile(string_or_compiled, re.MULTILINE) - else: #->must have a compiled regular expression - reo = string_or_compiled - """ - Find regex in bib_entry. - If field is omitted, search is through all fields. - - :note: used by bibsearch.py - """ - ls = [entry for entry in self.entries - if entry.search_fields(string_or_compiled=reo, field=field, ignore_case=ignore_case)] - return ls - - -# self test -# ------------------------- -# usage: bibfile.py DATABASE_FILE -if __name__ == "__main__": - import sys - if len(sys.argv) > 1 : - src = open(sys.argv[1]).read() - bfile = BibFile() - bibgrammar.Parse(src, bfile) - for entry in bfile.entries : - print entry - - else : - print "self test usage: bibfile.py DATABASE_FILE" - diff --git a/documentation/sphinxext/bibstuff/bibgrammar.py b/documentation/sphinxext/bibstuff/bibgrammar.py deleted file mode 100644 index 35b4252441..0000000000 --- a/documentation/sphinxext/bibstuff/bibgrammar.py +++ /dev/null @@ -1,106 +0,0 @@ -#! /usr/bin/env python -# File: bibgrammar.py - -""" -Provides an EBNF description of the bibtex bibliography format. -The grammar draws largely from -the grammar description in Nelson Beebe's `Lex/Yacc parser`_ -and also from -Greg Ward's btOOL_ documentation. - -:author: Dylan Schwilk -:contact: http://www.schwilk.org -:author: Alan G Isaac -:contact: http://www.american.edu/cas/econ/faculty/faculty.htm#isaac -:license: MIT (see `license.txt`_) -:date: 2008-06-28 - - -.. _license.txt: ./license.txt -.. _`Lex/Yacc parser`: http://www.math.utah.edu/~beebe/ -.. _btooL: http://www.tug.org/tex-archive/biblio/bibtex/utils/btOOL/ -""" -__docformat__ = "restructuredtext en" -__needs__ = '2.4' -__version__ = "1.7" -__author__ = ["Dylan W. Schwilk", "Alan G Isaac"] - - -################### IMPORTS ################################################## -#import from standard library -# (some if run as main; see below) - -#import dependencies -from simpleparse.parser import Parser -from simpleparse.common import numbers, strings, chartypes - -#local imports -################################################################################ - - -# EBNF description of a bibtex file - -# 2008-06-27: There may be a bug in simpleparse that sometimes causes certain entries to -# not be recognized. The problem, however, can disapear if the order of entries -# in a bibfile is changed! I do not believe it is a problem with the grammar -# but is a bug in simpleparse itself. - -#modification 2009-01-01 -# change `key` to `citekey` -# add `alpha_name` -# change `macro` def (use case insenstive string) -# change `macro_contents` def (field instead of fields) -# change `fields` def (since comma is allowed after last field) -#modification 2009-02-11 -# change braces_string and esp. quotes_string def bec old def *very* slow -# also, gives better match to format described at -# http://artis.imag.fr/~Xavier.Decoret/resources/xdkbibtex/bibtex_summary.html - -dec = r""" -bibfile := entry_or_junk+ ->entry_or_junk< := (tb, object) / (tb, junk) ->object< := entry / macro / preamble / comment_entry -entry := '@', entry_type, tb, ( '{' , tb, contents, tb, '}' ) / ( '(' , tb, contents, tb, ')' ) -macro := c'@string', tb, ( '{' , tb, macro_contents, tb, '}' ) / ( '(' , tb, macro_contents, tb, ')' ) -preamble := '@', entry_type, tb, ( '{' , tb, preamble_contents, tb, '}' ) / ( '(' , tb, preamble_contents, tb, ')' ) -comment_entry := '@', entry_type, tb, string ->contents< := citekey , tb, ',' , tb, fields ->macro_contents< := field ->preamble_contents< := value -entry_type := alpha_name -citekey := number / name -fields := (field_comma / field)+ ->field_comma< := field , tb, ',', tb -field := name, tb, '=' , tb, value -value := simple_value / (simple_value, (tb,'#', tb, simple_value)+) ->simple_value< := string / number / name -alpha_name := [a-zA-Z]+ -name := []-[a-z_A-Z!$&+./:;<>?^`|'] , []-[a-z_A-Z0-9!$&+./:;<>?^`|']* -number := [0-9]+ / ([[0-9]+, tb, [-]+, tb, [0-9]+) -string := ('\"' , quotes_string?, '\"') / ('{' , braces_string?, '}') - := (-[{}@]+ / string)+ - := (-[\"{}]+ / ('{', braces_string,'}'))+ - := -[ \t\r\n]+ - := (comment / ws)* - := [ \t\n\r] - := '%' , -[\n]*, '\n' -""" - - -## instantiate SimpleParse parsers -parser = Parser(dec, 'bibfile') -entry_parser = Parser(dec, 'entry') - -## offer a default parse function -def Parse(src, processor=None) : - '''Parse the bibtex string in src, process with processor.''' - return parser.parse(src, processor=processor) - -## self-test -if __name__ =="__main__": - import sys, pprint - if len(sys.argv) > 1 : - src = open(sys.argv[1]).read() - taglist = Parse(src) - pprint.pprint(taglist) - diff --git a/documentation/sphinxext/bibstuff/biblabel.py b/documentation/sphinxext/bibstuff/biblabel.py deleted file mode 100644 index 93e04d757c..0000000000 --- a/documentation/sphinxext/bibstuff/biblabel.py +++ /dev/null @@ -1,122 +0,0 @@ -#! /usr/bin/env python -# File: biblabel.py -''' -Simple script to generate automatic labels (keys) -for bibtex database entries. -Default format produces citekeys like: -Schwilk+Isaac:2002 and Isaac+Schwilk+etal:2006. - -:author: Dylan Schwilk -:contact: http://www.schwilk.org -:author: Alan G Isaac (esp. refactoring) -:contact: http://www.american.edu/cas/econ/faculty/isaac/isaac1.htm -:copyright: 2006 by Dylan Schwilk -:license: MIT (see `license.txt`_) -:date: $Date: 2006/08/29 15:48:05 $ - -.. _license.txt: ./license.txt -''' -__docformat__ = "restructuredtext en" -__authors__ = ['Dylan Schwilk','Alan G. Isaac'] -__version__ = '1.9.1' -__needs__ = '2.4' - - -################### IMPORTS ################################################## -# import from standard library -from string import ascii_lowercase -import logging -logging.basicConfig(format='\n%(levelname)s:\n%(message)s\n') -biblabel_logger = logging.getLogger('bibstuff_logger') - -# bibstuff imports -import bibfile, bibname -import bibstyles -################################################################################ - - -def make_entry_citekey(entry, used_citekeys, name_template = 'v_|l', max_names = 2, sep = '+' , ysep = ':', etal = 'etal'): - '''return new entry key (as string) - ''' - a = entry['author'] or entry['editor'] - if not a: - a = 'anon' - - y = entry['year'] or '????' - - name_formatter = bibstyles.shared.NameFormatter(template = name_template) - names_dicts = entry.get_names().get_names_dicts() - #make list of 'v_|l' last names, which can possibly have multiple tokens (e.g., two piece last names) - ls = [name_formatter.format_name(name_dict) for name_dict in names_dicts] - if len(ls) > max_names: - ls = ls[:max_names] + [etal] - #for each name, join the tokens with an underscore (i.e., split on whitespace and then join with '_'). - ls = ['_'.join( s.split() ) for s in ls] - result = sep.join(ls) + ysep + y - - #make unique result: if needed, append suffix (sfx) b or c or d . . . - sfx = ''; c = 1 - while result+sfx in used_citekeys: - sfx = ascii_lowercase[c%26]*(1+c//26) #:note: lowercase since BibTeX does not distinguish case - c += 1 - result += sfx - return result - - - -#-- Command line version of tool -def main(): - '''Command line version of tool''' - import sys - import bibgrammar - - from optparse import OptionParser - - usage = "%prog [options] filename(s)" - - parser = OptionParser(usage=usage, version ="%prog " + __version__) - parser.add_option("-y", "--yearsep", action="store", type="string", \ - dest="yearsep", default = ':', help="char to separate names and year") - parser.add_option("-s", "--sep", action="store", type="string", \ - dest="sep", default = '+', help="char to separate names") - parser.add_option("-m", "--maxnames", action="store", type="int", \ - dest="maxnames", default = 2, help="Max names to add to key") - parser.add_option("-e", "--etal", action="store", type="string", \ - dest="etal", default = 'etal',help="What to add after max names") - parser.add_option("-v", "--verbose", action="store_true", dest="verbose", default=False, - help="Print INFO messages to stdout, default=%default") - - # get options - (options, args) = parser.parse_args() - if options.verbose: - biblabel_logger.setLevel(logging.INFO) - - # get database as text from .bib file(s) or stdin - if len(args) > 0 : - try : - src = ''.join(open(f).read() for f in args) - except: - print 'Error in filelist' - else : - src = sys.stdin.read() - - - bfile = bibfile.BibFile() - bibgrammar.Parse(src, bfile) - used_citekeys = [] # stores created keys - for entry in bfile.entries: - label = make_entry_citekey( entry, - used_citekeys, - max_names = options.maxnames, - sep = options.sep, - ysep = options.yearsep, - etal = options.etal) - #:note: citekey != key, be careful! - entry.citekey = label - used_citekeys.insert(0,label) #prepend to take advantage (in make_entry_citekey) of possibly sorted bfile - - for entry in bfile.entries: - print entry - -if __name__ == '__main__': - main() diff --git a/documentation/sphinxext/bibstuff/bibname.py b/documentation/sphinxext/bibstuff/bibname.py deleted file mode 100755 index 8e930ba6b2..0000000000 --- a/documentation/sphinxext/bibstuff/bibname.py +++ /dev/null @@ -1,279 +0,0 @@ -#! /usr/bin/env python -#File: bibname.py -""" -Parses bibtex-formatted author/editor raw names and provides -formatting functions (e.g., via bibstyles/shared.NamesFormatter). - -:author: Dylan W. Schwilk -:contact: http://www.schwilk.org -:author: Alan G. Isaac -:contact: http://www.american.edu/cas/econ/faculty/isaac/isaac1.htm -:copyright: 2009 by Dylan Schwilk and Alan G Isaac -:license: MIT (see `license.txt`_) -:date: 2009-01-14 -:since: 2006-08-29 - - -:note: Major change as of 2008-07-02. Now the ebnf grammar and processor - handles parsing of a list of names (a bibtex names field such as editor - or author) and parses the single author name into its fvlj parts. This - eliminates the need for the original hand-coded parse_raw_names_parts - function. Moved to using names_dicts rather than names_parts. The - grammar handles latex accents and ligatures as well as braces strings so - that a name such as {Barnes and Noble, Inc} is parsed as a single name - and not split on the " and ". -:todo: The dispatch processor does not currently strip the leading and trailing - braces from latex/bibtex strings. Not hard to add (see bibfile.py). This - should be done eventually. -:todo: The grammar does not support quoted strings, only braces strings. Could - be added fairly simply - -.. _license.txt: ./license.txt -""" -__docformat__ = "restructuredtext en" -__authors__ = ["Dylan W. Schwilk", "Alan G. Isaac"] -__version__ = '2.0' -__needs__ = '2.4' - - -################ IMPORTS ############################# -# import from standard library -import logging -logging.basicConfig(format='\n%(levelname)s:\n%(message)s\n') -bibname_logger = logging.getLogger('bibstuff_logger') - -# import dependencies -import simpleparse -from simpleparse.dispatchprocessor import dispatch, DispatchProcessor, getString, lines -from string import maketrans -# BibStuff imports -import bibstyles, bibfile, bibgrammar -###################################################### - - -################## Global Variables ################## - -# constant needed for populating dicts in names_dicts with empty lists for -# missing parts -nameparts = ("first","last","von","jr") - -# The EBNF description of a bibtex name field (such as a list of author names). -ebnf_bibname = r""" -namelist := sp*, name, (_and_, name)* -<_and_> := sp+, "and", sp+ -name := vlf / fvl / fl / vljf / fvlj / l ->l< := last ->vlf< := (von, sp+)*, last, (sp+, last)*, comma, (sp*, first)+ ->fl< := first, sp+, (first, sp+, ?(capitalized/capstring))*, last ->fvl< := (first, sp+)+, (von, sp+)+, last, (sp+, last)* ->fvlj< := fvl, comma, jr ->vljf< := (von, sp+)*, last, (sp+, last)*, comma, jr, comma, first, (sp+ , first)* -von := lowercase / lowerstring -first := capitalized / capstring -last := capitalized / capstring -jr := "jr" / "Jr" / "JR" / "Junior" / "junior" / - "Sr" / "sr" / "II" / "III" / "IV" / "2nd" / "3rd" / "4th" - := sp*, ',', sp* - := capital , anyc* - := ?lowerc, -"and ", anyc* # Mustn't grab the delimiter _and_ for a part - := '\\`' / "\\'" / '\\^' / '\\"' / '\\H' / '\\~' / '\\c' / '\\=' / '\\b' / '\\.' / - '\\d' / '\\u' / '\\v' / '\\t' - := '\\^{\\i}' / '\\"{\\i}' / '\\^{\\j}' / '\\"{\\j}' - := '\\AE' / '\\OE' / '\\AA' / '\\O' - := '\\ae' / '\\oe' / '\\aa' / '\\o' / '\\ss' - := ('{',capital,'}') / [A-Z] / - (ltx_accent, [A-Z]) / (ltx_accent, '{' , [A-Z] , '}') / - ltx_ligature_uc - := ('{',lowerc,'}') / [a-z] / (ltx_accent, [a-z]) / - (ltx_accent, '{' , [a-z] , '}') / - ltx_ij_accent / ltx_ligature_lc - := [~'-] / capital / lowerc - := '{' , braces_string?, '}' - := '{' , cap_braces_string?, '}' - := '{' , lower_braces_string?, '}' - := ( (capital, -[{}]*) / capstring)+ - := ( (capital, -[{}]*) / lowerstring)+ - := (-[{}]+ / string)+ - := [ \t\n\r.] -""" - -bibnamelist_parser = simpleparse.parser.Parser(ebnf_bibname, 'namelist') - -###################################################### - -# ----------- Public Classes and Functions -----------------# - - -# ---------------------------------------------------------- -# BibName -# ------- -# Parser processor for bibtex names -# ---------------------------------------------------------- -class BibName( simpleparse.dispatchprocessor.DispatchProcessor ): - """Processes a bibtex names entry (author, editor, etc) and - stores the resulting raw_names_parts. - - :note: a BibName object should be bibstyle independent. - """ - def __init__(self, raw_names=None, from_field=None) : #:note: 2006-07-25 add initialization based on raw name - """initialize a BibName instance - - :Parameters: - `raw_names` : str - the raw names (e.g., unparsed author field of a BibEntry instance) - `from_field` : str - the entry field for the raw name - - :note: 2006-08-02 add `from_field` argument (set by `BibEntry.make_names`) - """ - self.from_field = from_field - self.raw_names = raw_names - self.names_dicts = [] - #populate self.names_dicts from raw_names - if raw_names: - self.parse_raw_names(raw_names) - - ############### PRODUCTION FUNCTIONS ####################### - # Handle each name by adding new dict to list "names_dicts", then - # handle each name part by adding to last dict in names_dict list. - - def name(self, (tag,start,stop,subtags), buffer): - """Prduction function to process a single name in a nameslist""" - self.names_dicts.append({}) # add new dict to list - for part in subtags: - dispatch(self, part, buffer) - # Create empty lists for missing parts - for p in nameparts: - if not self.names_dicts[-1].has_key(p): - self.names_dicts[-1][p] = [] - - def last(self, (tag,start,stop,subtags), buffer ): - """Processes last name part in a single name of a bibtex names field""" - if self.names_dicts[-1].has_key("last"): - self.names_dicts[-1]["last"].append(buffer[start:stop]) - else: - self.names_dicts[-1]["last"] = [buffer[start:stop],] - - def first(self, (tag,start,stop,subtags), buffer ): - """Processes first name part in a single name of a bibtex names field""" - if self.names_dicts[-1].has_key("first"): - self.names_dicts[-1]["first"].append(buffer[start:stop]) - else: - self.names_dicts[-1]["first"] = [buffer[start:stop],] - - def von(self, (tag,start,stop,subtags), buffer ): - """Processes von name part in a single name of a bibtex names field""" - if self.names_dicts[-1].has_key("von"): - self.names_dicts[-1]["von"].append(buffer[start:stop]) - else: - self.names_dicts[-1]["von"] = [buffer[start:stop],] - - def jr(self, (tag,start,stop,subtags), buffer ): - """Processes jr name part in a single name of a bibtex names field""" - # Just on jr part so simple add list with one item - self.names_dicts[-1]["jr"] = [ buffer[start:stop],] - - ############## HELPER FUNCTIONS ###################### - - def parse_raw_names(self, raw_name): - """This function can be used to populate an empty BibName - instance or replace all the name values currently contained in - an instance. It parses the names field with the bibname grammar""" - self.names_dicts = [] # Replace extant list of names - bibnamelist_parser.parse(raw_name, processor = self) - - def get_names_dicts(self): #:note: renamed - """ - Return a list of name dicts, - one dict per name, - having the fields: first , von, last, jr - """ - return self.names_dicts - - - #ai: method to get last names, which is needed by bibstyle.py and by - #some style sortkeys - def get_last_names(self): - """Return list of strings, where each string is a last name. - - :TODO: graceful handling of missing names parts - """ - result = list(' '.join(name_dict['last']) for name_dict in self.names_dicts) - #bibname_logger.debug("BibName.get_last_names result: "+str(result)) - return result - - def format(self, names_formatter): - """ - format a BibName object into a string useful for citations - - :note: called by the BibEntry class in bibfile.py when entry formatting - is requested - """ - return names_formatter.format_names(self) - - -def getNames(src) : - """Returns list of name dicts. Each dict has keys "first", "last", - "von", "jr". `src` is a string is in bibtex name format. - """ - try : - p = BibName(src) #:note: 2006-07-25 allow initialization w src - return p.get_names_dicts() #:note: 2006-07-25 renamed - except : - bibname_logger.error('Error in name %s' % src) - raise - - -# command-line version -if __name__ =="__main__": - import sys - from optparse import OptionParser - - usage = "usage: %prog [options] filenames" - - parser = OptionParser(usage=usage, version ="%prog " + __version__) - parser.add_option("-t", "--template", action="store", type="string", \ - dest="template", default = 'f{.}. |v |l| jr', help="Name format template") - parser.add_option("-i", "--initials", action="store_true", dest="initials", \ - default = True, help="Initialize first names") - parser.add_option("-I", "--no-initials", action="store_false", dest="initials", \ - default = True, help="do not initialize first names") - parser.add_option("-l", "--last-names", action="store_true", dest="last_names", \ - default = False, help="Print last names only.") - parser.add_option("-v", "--verbose", action="store_true", dest="verbose", default=False, - help="Print INFO messages to stdout, default=%default") - - # get options - (options, args) = parser.parse_args() - if options.verbose: - bibname_logger.setLevel(logging.INFO) - if options.last_names: - options.template = 'l' - if options.initials : - initials = 'f' # only first names. Does any style ever use initials for anything else? - else : - initials = '' - - if len(args) == 0 : - src = sys.stdin.read() - else : - flist = list() - for fname in args: - try: - flist.append(open(fname,'r')) - except IOError : - bibname_logger.warn('Error in filelist: %s.'%fname) - src = '\n'.join(f.read() for f in flist) - map(lambda f: f.close(), flist) - - if not src: - bibname_logger.error("No bibtex source database found") - sys.exit(1) - else: - bfile = bibfile.BibFile() - bibgrammar.Parse(src, bfile) - - names_formatter = bibstyles.shared.NamesFormatter(template_list=[options.template]*2,initials=initials) - for entry in bfile.entries: - print entry.format_names(names_formatter) - diff --git a/documentation/sphinxext/bibstuff/bibsearch.py b/documentation/sphinxext/bibstuff/bibsearch.py deleted file mode 100755 index b9dcbc3502..0000000000 --- a/documentation/sphinxext/bibstuff/bibsearch.py +++ /dev/null @@ -1,139 +0,0 @@ -#! /usr/bin/env python -# File: bibsearch.py -""" -Utility for extracting references from bibtex database file. -Extract formatted reference, citekey, or entry from a bibtex file. -Search by key or by regular expression. - -bibsearchy.py -h gives usage options. - -The script allows style based formatting. The default style -produces a reference for pasting into a plain text file. - -Example:: - - python bibsearch.py my_database.bib Smith:1998 - -> produces a formated reference if citekey Smith:1998 is found - - cat ref_list.txt | python bibsearch.py -l my_database.bib - -> produces a bibtex-format file of all references in list. - - -:author: Dylan Schwilk -:contact: http://www.schwilk.org -:author: Alan G Isaac -:contact: http://www.american.edu/cas/econ/faculty/isaac/isaac1.htm -:license: MIT (see `license.txt`_) -:date: 2006-08-19 -:see: reflist.py (useful in conjuction with bibsearch.py) -:TODO: add additional search capabilities -:TODO: add HTML output option -:TODO: add output options (e.g., to file) - -.. _license.txt: ./license.txt -""" -__docformat__ = "restructuredtext en" -__authors__ = ["Dylan W. Schwilk", "Alan G. Isaac"] -__version__ = "1.8.1" -__needs__ = '2.4' - - -################### IMPORTS ################################################## -#imports from standard library -import string, sys, os -import logging -logging.basicConfig(format='\n%(levelname)s:\n%(message)s\n') -bibsearch_logger = logging.getLogger('bibstuff_logger') - -#local imports -import bibfile, bibgrammar -import bibstyles -################################################################################ - - -def main(): - """Command-line tool. - See bibsearch.py -h for help. - """ - - from optparse import OptionParser - - usage = "usage: %prog [options] FILE [search strings]" - parser = OptionParser(usage=usage, version ="%prog " + __version__) - - parser.add_option("-k", "--key", action="store_true", dest="citekey_output", - default=False, help="Output citekey rather than reference") - parser.add_option("-l", "--long", action="store_true", dest="long_output", - default=False, help="Output entire bibtex entry") - parser.add_option("-r", "--regex", action="store_true", dest="search_input", - default=False, help="Search for regular expression rather than key") - parser.add_option("-s", "--stylefile", action="store", dest="stylefile", default="default.py", - help="Specify user-chosen style file",metavar="FILE") - parser.add_option("-f", "--field", action="store", type="string", dest="field", - default=None, - help="Search only FIELD; default=%default.", - metavar="FIELD") - parser.add_option("-v", "--verbose", action="store_true", dest="verbose", default=False, - help="Print INFO messages to stdout, default=%default") - parser.add_option("-V", "--very_verbose", action="store_true", dest="very_verbose", default=False, - help="Print DEBUG messages to stdout, default=%default") - - (options, args) = parser.parse_args() - if options.verbose: - bibsearch_logger.setLevel(logging.INFO) - if options.very_verbose: - bibsearch_logger.setLevel(logging.DEBUG) - bibsearch_logger.debug("Script running.\nargs=%s\nstyle file=%s" - %(args, options.stylefile) - ) - - try: - src = open(args[0]).read() - except : - print("Error: No bibtex file found.") - sys.exit(1) - # If no search string was sepcified was specified, read search strings from stdin - if len(args) < 2 : - searches = string.split(sys.stdin.read()) - else : - searches = args[1:] - - # create object to store parsed .bib file - parsed_bibfile = bibfile.BibFile() - # store a parsed .bib file in parsed_bibfile - bibgrammar.Parse(src, parsed_bibfile) - - # list of entries - entrylist = [] - if options.field: - for s in searches: - entrylist.extend( parsed_bibfile.search_entries(s, field=options.field) ) - elif options.search_input: - for s in searches: - entrylist.extend(parsed_bibfile.search_entries(s)) - else: - entrylist = parsed_bibfile.get_entrylist(searches, discard=True) - - if entrylist: #found some matches -> output the list in desired format - result = "" - if options.citekey_output: - result = "\n".join(e.citekey for e in entrylist ) - elif options.long_output : - result = "\n".join(str(e) for e in entrylist) - else : - # style based formated references - style_stmt = "import bibstyles.%s as style"%os.path.splitext(options.stylefile)[0] - exec style_stmt in globals() - citation_manager = style.CitationManager([parsed_bibfile], - citekeys=[e.citekey for e in entrylist], - citation_template=style.CITATION_TEMPLATE) - cite_processor = bibstyles.shared.CiteRefProcessor(citation_manager) - result = citation_manager.make_citations() - print(result) - else: #did not find any matches - bibsearch_logger.info("No matches.") - - - -if __name__ == '__main__': - main() diff --git a/documentation/sphinxext/bibstuff/bibstyles/__init__.py b/documentation/sphinxext/bibstuff/bibstyles/__init__.py deleted file mode 100644 index 3e5c121e07..0000000000 --- a/documentation/sphinxext/bibstuff/bibstyles/__init__.py +++ /dev/null @@ -1,17 +0,0 @@ -"""The bibstyles package provides classes and styles for formatted text output. - -This is the __init__.py for bibstyles package -""" - -from . import default -from . import example_numbered -from . import jasss_style - -_named = dict( - default = default, - example_numbered = example_numbered, - jasss_style = jasss_style, - jasss = jasss_style) - -def from_name(name): - return _named[name] diff --git a/documentation/sphinxext/bibstuff/bibstyles/default.py b/documentation/sphinxext/bibstuff/bibstyles/default.py deleted file mode 100644 index 60e11da3d2..0000000000 --- a/documentation/sphinxext/bibstuff/bibstyles/default.py +++ /dev/null @@ -1,133 +0,0 @@ -#File: default.py -""" -Provides a default style for bib4txt.py -Produces a list of citations that to be included in a reStructuredText document. -(In very simple documents, can also provide citation reference formatting -by substituting in the document text for the citation references.) - -A style includes: - -- citation template -- CitationManager class -- sortkey for make_text_output - (often based on a field list) - -:note: you will often want to override these -:note: shared.py holds defintions common to most styles -:note: see the examples (e.g., example_numbered.py) of different styles - -:author: Alan G Isaac -:contact: http://www.american.edu/cas/econ/faculty/isaac/isaac1.htm -:copyright: 2006 by Alan G Isaac -:license: MIT (see `license.txt`_) -:date: 2006-08-01 - -.. _license.txt: ./license.txt -""" -__docformat__ = "restructuredtext en" -__author__ = "Alan G. Isaac" -__version__ = "0.6" -__needs__ = '2.4' - -################### IMPORTS ########################## -# from standard library -import logging -style_logger = logging.getLogger('bibstuff_logger') -#shared_logger = logging.getLogger('bibstuff_logger') - -# imports from bibstuff -#TODO: change to relative imports (requires Python 2.5) -# :IMPORTANT: every style must import shared! -import shared -# most styles with start with the default templates: -# in default_templates.py -import default_templates -######################################################## - - - - - -########################################################################## -################### CITEREF FORMATTING ################################# -########################################################################## -CITEREF_TEMPLATE = default_templates.DEFAULT_CITEREF_TEMPLATE.copy() - - -########################################################################## -################## CITATION FORMATTING ################################# -########################################################################## -""" -Every style must have a CITATION_TEMPLATE, a CitationManager, and a ref_list_sort_key. -Crucial formatting decisions are made int the CITATION_TEMPLATE. -The CITATION_TEMPLATE provides default reference formatting (may also be used by BibStyle) - -:TODO: - - - provide graceful handling of missing fields - - allow different formatting of first and other names - - allow different initial line and subsequent line indenting -""" - -# here we simply use the default citation template -CITATION_TEMPLATE = shared.CitationManager.default_citation_template - -class CitationManager(shared.CitationManager): - - ################### CITEREF FORMATTING ######################### - #we set the 'format_inline_cite' method equal to the below 'format_inline_cite' function - def format_inline_cite(self, cite_key_list): - """ - Usually you will need to write a 'format_inline_cite' function - that the CiteRefProcessor will use to substitute inline for citation references. - """ - style_logger.debug('default: enter CitationManager.format_inline_cite') - #:note: need entry to be None if cite_key not found, so discard=False - entry_list = self.find_entries(cite_key_list,discard=False) - """ - for entry in entry_list: - print entry - """ - return format_inline_cite(entry_list, self) - - ################### CITATION FORMATTING ######################## - def get_citation_label(self,entry,citation_template=None): - return '.. [' + entry.citekey + ']\n' - - #sort_key for sorting list of references - # (choice of field_list is a formatting decision) - def sortkey(self,bibentry): - return self.make_sort_key(bibentry,['Author','Year']) - -def format_inline_cite(entry_list, citation_manager): - """Return string, formatted in-text citation (allows *multiple* citations). - - `entry_list` : list - entries to be formatted - `citation_manager` : CitationManager instance - handles name formatting - - :note: need the entry formatter bc its determines the field of the names for the cite - :note: much of the following functionality was in the old Bibstyle's formatCitation() method - :TODO: rewrite - :TODO: ? entries shd be more featureful ? (conflicts with core goal of BibEntry class) - """ - style_logger.debug("default.py: Entering format_inline_cite.") - name_date_sep = ' ' - formatted_list = [] - for entry in entry_list: - if not entry: #None replaces missing entries - formatted_list.append('?') - else: - year = entry['year'] - entry_formatter = citation_manager.entry_formatter - last_names = entry.get_names(entry_formatter).get_last_names() #:note: ignores "von" part - if len(last_names) < 3: - last_names = ' and '.join(last_names) - else: - last_names = last_names[0] + ' et al.' - formatted_list.append( ('%s' + name_date_sep + '%s')%(last_names, year) ) - #to cite by number can use this instead: - #formatted_list.append('%d'%entry.citation_rank) - style_logger.debug("Exiting format_inline_cite.") - return '(' + CITEREF_TEMPLATE['citeref_sep'].join(formatted_list)+')' diff --git a/documentation/sphinxext/bibstuff/bibstyles/default_templates.py b/documentation/sphinxext/bibstuff/bibstyles/default_templates.py deleted file mode 100644 index 82aeb3e981..0000000000 --- a/documentation/sphinxext/bibstuff/bibstyles/default_templates.py +++ /dev/null @@ -1,96 +0,0 @@ -#File: default_templates.py -""" -Provides default templates for style writers. -Used by the default style (default.py). - -CITATION TEMPLATE ------------------ - -book = '%(year)s. %(title)s.', -article = '%(year)s. %(title)s. %(journal)s %(volume)s, %(pages)s.', -misc = '%(year)s. %(title)s.', - -`default_type` : str - provide template for string interpolation (use fields as keys) - e.g., ' %(year)s. %(title)s.' -`name_first` : str - name template for primary name in citation (see NameFormatter documentation) -`name_other` : str - name template for remaining names in citation (see NameFormatter documentation) -`name_name_sep` : 2-tuple of str - first element separates each name from the next, - second element separates penultimate name from ultimate -`etal` : str - replacement for name when max_citation_names exceeded (e.g., ', et al.') -`initials` : str - first letter of first (f), von (v), last (l), jr (j) (e.g., 'f') -`max_citation_names` : int - maximum number of names to format for a citation definition -`indent_left` : int - left indent for citation definitions -`citation_sep` : str - separator between citations (e.g., "\n\n") -`names_details_sep` : str - separator between the names and the details in a citation definition (e.g., '. ') - -:author: Alan G Isaac -:contact: http://www.american.edu/cas/econ/faculty/isaac/isaac1.htm -:copyright: 2006 by Alan G Isaac -:license: MIT (see `license.txt`_) -:since: 2006-08-19 - -.. _license.txt: ./license.txt -""" -__docformat__ = "restructuredtext en" -import re - - -#default post processing of citations -# remove newlines (may be returned by bib parser) -_crs = re.compile(r"\s*$\s*", re.MULTILINE) -# remove accents and braces -_aigu = re.compile(r"\\'") -_specialchars = re.compile(r'{\\([a-zA-Z])}') -_deletechars = re.compile(r'[\\{}]') -_ldquote = re.compile(r'``') - -def default_post_processor(citations_as_string): - result = citations_as_string - result = _crs.sub(' ', result) - result = _aigu.sub('', result) - result = _specialchars.sub(r'\1', result) - result = _deletechars.sub('', result) - result = _ldquote.sub('"', result) - return result - -DEFAULT_CITEREF_TEMPLATE = dict( -max_cite_names = 2, -citeref_sep = ", ", -) - -""" -initials - string containing none, any, or all of f,v,l,j -:TODO: add separate editor handling -""" - -DEFAULT_CITATION_TEMPLATE = dict( -book = '(%(year)s) *%(title)s*. %(address)s: %(publisher)s.', -article = '%(year)s. %(title)s. *%(journal)s* %(volume)s, %(pages)s.', -techreport = '(%(year)s) "%(title)s". %(institution)s %(type)s %(number)s. %(url)s', -inproceedings = '(%(year)s) "%(title)s". In %(editor)s (Eds.) *%(booktitle)s*, %(address)s: %(publisher)s.', -incollection = '(%(year)s) "%(title)s". In %(editor)s (Eds.) *%(booktitle)s*, %(address)s: %(publisher)s.', -misc = '%(year)s. %(title)s.', -default_type = ' %(year)s. %(title)s.', -name_first = 'v |l,| j,| f', -name_other = 'f |v |l|, j', -name_name_sep = (', ',', and '), -etal = ', et al.', -initials = '', -max_citation_names = 3, -indent_left = 3, -citation_sep = "\n\n", -names_details_sep = '. ', -post_processor = default_post_processor -) - diff --git a/documentation/sphinxext/bibstuff/bibstyles/example_numbered.py b/documentation/sphinxext/bibstuff/bibstyles/example_numbered.py deleted file mode 100644 index 8810d02f82..0000000000 --- a/documentation/sphinxext/bibstuff/bibstyles/example_numbered.py +++ /dev/null @@ -1,80 +0,0 @@ -#File: example_numbered.py -""" -Provides an examle of how to easily modify an existing style: -Just import everything from that style, and then override -what you wish to change. In this case, we import from -default.py, the default style. - -This style changes to numbered citation references and citations. -Citation references are numbered like this: (1,2). -Citations are numbered like this: - - 1. First Citation Definition - 2. Second Citation Definition - -The numbers reflect the order cited (the 'citation_rank'). - - -:author: Alan G Isaac -:contact: http://www.american.edu/cas/econ/faculty/isaac/isaac1.htm -:copyright: 2006 by Alan G Isaac -:license: MIT (see `license.txt`_) -:date: 2006-08-01 - -.. _license.txt: ./license.txt -""" -__docformat__ = "restructuredtext en" -__author__ = "Alan G. Isaac" -__version__ = "0.5" -__needs__ = '2.4' - -# import everything from a useful style -from . import default -from . import shared - -##################################################################### -############ Override the style choices ########################### -##################################################################### - - -######## ADJUST CITATION TEMPLATE FOR NEW STYLE ########### -######## note: see help for bibstyles.shared.NameFormatter for name details -CITATION_TEMPLATE = default.CITATION_TEMPLATE.copy() -CITATION_TEMPLATE.update(dict( -indent_left=0, -name_first = 'f{. }. |v |l|, j', -name_other = 'f{. }. |v |l|, j', -initials = 'f', -name_name_sep = (', ',' and '), -)) - -# Redefine the CitationManager class, even if "unchanged". -# (This is necessary if you want to change any of the global formatting functions, -# and usually you change 'format_inline_cite') -class CitationManager(shared.CitationManager): - default_citation_template = CITATION_TEMPLATE - ################### CITEREF FORMATTING ######################### - def format_inline_cite(self, cite_key_list): - entry_list = self.find_entries(cite_key_list,discard=False) - all_keys = self.citeref_processor.all_citekeys - return format_inline_cite(entry_list,cite_key_list,all_keys) - - ################### CITATION FORMATTING ######################## - def get_citation_label(self, entry, template=None): - return ("%d."%self.get_citation_rank(entry)).ljust(5) - - def sortkey(self, bibentry): - return self.get_citation_rank(bibentry) - - - -def format_inline_cite(entries, keys, all_keys) : - formatted_list = [] - assert(len(entries)==len(keys)) - for i in range(len(entries)): - if not entries[i]: - formatted_list.append(keys[i]) #keys appear for missing entries - else: - formatted_list.append('%d'%(all_keys.index(keys[i])+1)) - return '(' + ", ".join(formatted_list)+')' - diff --git a/documentation/sphinxext/bibstuff/bibstyles/jasss_style.py b/documentation/sphinxext/bibstuff/bibstyles/jasss_style.py deleted file mode 100644 index 04fd1671b4..0000000000 --- a/documentation/sphinxext/bibstuff/bibstyles/jasss_style.py +++ /dev/null @@ -1,82 +0,0 @@ -#File: jass_style.py -""" -Style for the Journal of Artificial Societies and Social Simulation -The JASSS page for authors__ claims they use the `Oxford style`__, -but these are clearly different. - -__http://jasss.soc.surrey.ac.uk/admin/submit.html -__http://www.usq.edu.au/library/help/ehelp/ref_guides/oxford.htm - -Examples (from the journal website) inconsistent in use of commas, quotes, ... - - HASTIE, R (1986) "Experimental evidence on group accuracy". - In Jablin F M, Putnam L L, Roberts K H and Porter L W (Eds.) - Handbook of Organizational Communication: An Interdisciplinary Perspective, Beverly Hills, CA: Sage. - - KALAKOTA R and Whinston A B (1996) - Frontiers of Electronic Commerce. Reading, MA: Addison-Wesley Publishing Company, Inc.. - - KARPINSKI R (1997) Extranets emerge as next challenge for marketers. Netmarketing, April 1997. pp. 1-4. - - LEE H L and Billington C (1992) Managing Supply Chain Inventory: Pitfalls and Opportunities. - Sloan Management Review, Spring 1992. pp. 65-73. - - RICHIARDI, M, Leombruni, R, Sonnessa, M and Saam, N (2006). - 'A Common Protocol for Agent-Based Social Simulation'. - Journal of Artificial Societies and Social Simulation 9(1) http://jasss.soc.surrey.ac.uk/9/1/15.html. - -:contact: http://www.american.edu/cas/econ/faculty/isaac/isaac1.htm -:author: Alan G Isaac -:license: MIT (see `license.txt`_) -:date: 2006-08-01 - -.. _license.txt: ../license.txt -""" -__docformat__ = "restructuredtext en" -__author__ = "Alan G. Isaac" -__version__ = "0.7" -__needs__ = '2.4' - -# import everything from a useful style -from . import default -from . import shared -##################################################################### -############ Override the style choices ########################### -##################################################################### - - -######## ADJUST CITATION TEMPLATE FOR NEW STYLE ########### -######## note: see help for bibstyles.shared.NameFormatter for name details -CITATION_TEMPLATE = default.CITATION_TEMPLATE.copy() -CITATION_TEMPLATE.update(dict( -indent_left=3, -name_first = 'V |L |f', -name_other = 'v |l |f', -initials = 'f', -max_citation_names = 5, -name_name_sep = (', ',' and '), -names_details_sep = ' ', -article = '(%(year)s) "%(title)s". *%(journal)s* %(volume)s, %(month)s %(year)s. pp. %(pages)s. %(url)s', -inproceedings = '(%(year)s) "%(title)s". In %(editor)s (Eds.) *%(booktitle)s*, %(address)s: %(publishers)s', -incollection = '(%(year)s) "%(title)s". In %(editor)s (Eds.) *%(booktitle)s*, %(address)s: %(publishers)s', -book = '(%(year)s) *%(title)s*. %(address)s: %(publisher)s.', -techreport = '(%(year)s) "%(title)s". %(institution)s %(type)s %(number)s. %(url)s', -)) - - -# Redefine the CitationManager class, even if "unchanged". -# (This is necessary if you want to change any of the global formatting functions, -# and usually you change 'format_inline_cite') -class CitationManager(shared.CitationManager): - default_citation_manager = CITATION_TEMPLATE - def format_inline_cite(self, cite_key_list): - pass - ################### CITATION FORMATTING ######################## - def get_citation_label(self,entry,citation_template=None): - return '.. ['+entry.citekey+']\n' #:TODO: ? allow use of key in place of citekey ? - - #sort_key for sorting list of references - # (choice of field_list is a formatting decision) - def sortkey(self,bibentry): - return self.make_sort_key(bibentry,['Author','Year']) - diff --git a/documentation/sphinxext/bibstuff/bibstyles/shared.py b/documentation/sphinxext/bibstuff/bibstyles/shared.py deleted file mode 100644 index 9ceee9983a..0000000000 --- a/documentation/sphinxext/bibstuff/bibstyles/shared.py +++ /dev/null @@ -1,654 +0,0 @@ -#File: shared.py -""" -Utilities and formatting classes for BibStuff, -especially for bib4txt.py. - -:author: Alan G Isaac -:contact: http://www.american.edu/cas/econ/faculty/isaac/isaac1.htm -:copyright: 2008 by Alan G. Isaac -:license: MIT (see `license.txt`_) -:since: 2006-08-01 -:date: 2008-10-14 - -.. _license.txt: ../license.txt -""" -__docformat__ = "restructuredtext en" -__version__ = "1.3" - -################### IMPORTS ################################################## -#import from standard library -import logging, re -#import dependencies -import simpleparse -# We need to import this specifically because simpleparse does not import it by -# default -import simpleparse.dispatchprocessor -#create globals -shared_logger = logging.getLogger('bibstuff_logger') -################################################################################ - -from .default_templates import DEFAULT_CITATION_TEMPLATE - -#allow for a single citation reference to have keys for multiple citations -#ordinarily, you do not override this -CITE_SEP = ',' - -def append_sep(s,sep): - """return s+sep after removing duplicate punctuation at the join - `s`: string - `sep`: string - TODO? restrict characters removed - """ - if s[-1]==sep[0]: - sep = sep[1:] - return s+sep - -def reformat_para(para='', left=0, right=72, just='LEFT'): - """Simple paragraph reformatter. Allows specification - of left and right margins, and of justification style - (using constants defined in module). - :note: Adopted by Schwilk from David Mertz's example in TPiP - :see: Mertz, David, *Text Processing in Python* (TPiP) - """ - LEFT, RIGHT, CENTER = 'LEFT', 'RIGHT', 'CENTER' - words = para.split() - lines = [] - line = '' - word = 0 - end_words = 0 - while not end_words: - if len(words[word]) > right-left: # Handle very long words - line = words[word] - word +=1 - if word >= len(words): - end_words = 1 - else: # Compose line of words - while len(line)+len(words[word]) <= right-left: - line += words[word]+' ' - word += 1 - if word >= len(words): - end_words = 1 - break - lines.append(line) - line = '' - if just.upper() == CENTER: - r, l = right, left - return '\n'.join([' '*left+ln.center(r-l) for ln in lines]) - elif just.upper() == RIGHT: - return '\n'.join([line.rjust(right) for line in lines]) - else: # left justify - return '\n'.join([' '*left+line for line in lines]) - -class NamesFormatter(object): - """Provides a formatter for BibName instances. - Instances are initialized with formatting information. - Use the `format_names` method to produce - a formatted string representing a BibName instance. - - Sample usage:: - - #create an author entry - n = bibname.BibName('One, Test and Test Two','author') - #create a formatter - nf = bibstyles.shared.NamesFormatter(template_list=['f| v| l| j']*2,initials=False) - #print the formatted names - print nf.format_names(n) - - :see: documentation for the `NameFormatter` class - :note: 2006-08-03 add initials keyword to ``__init__`` - """ - def __init__(self, citation_template=None, template_list=None, initials=''): - """Create name formatters for each template.""" - shared_logger.debug("NamesFormatter.__init__ args: "+str((citation_template,template_list,initials))) - assert (template_list or citation_template), "Must provide formatting templates." - if citation_template: - self.citation_template = citation_template - self.template_list = [citation_template['name_first'], citation_template['name_other']] - self.initials = citation_template['initials'] - self.etal = citation_template['etal'] - self.max_citation_names = citation_template['max_citation_names'] - self.name_name_sep = citation_template['name_name_sep'] - else: #set defaults - self.template_list = template_list - self.initials = initials - self.etal = "et al." - self.max_citation_names = 99 - self.name_name_sep = (', ', ', and ') - self.formatters = [ NameFormatter(template,self.initials) for template in self.template_list ] - - #get all names, formatted as a string - def format_names(self,names): - """Return string, - which represents the BibName instance `names` - formatted as determined by the `NamesFormatter` attributes. - - `NAME FORMATTING TEMPLATES`_ are explained in some detail - in the doc string for the NameFormatter class. Briefly: - - Template sections are separated by ``|``. - Name parts are referred to by first letter: (v)on, (l)last, (j)r or (f)irst. - These letters may be followed by token separator enclosed in curly braces. - Any other characters are included as is. - - :type `names`: BibName object - :note: 2006-07-25 radically refactored from bibname.py's FormatName() function - - .. _`NAME FORMATTING TEMPLATES`: bibstyles/shared.py - """ - shared_logger.debug("NamesFormatter.format: Type of names data is "+str(type(names))) - #get the list of name_dicts from the BibName instance - # each name_dict in the list has the keys: first , von, last, jr - names_dicts = names.get_names_dicts() - num_names = len(names_dicts) - - #now make a list of formatted names - #the first name formatted with the first formatter no matter what - formatted_name_list = [ self.formatters[0].format_name(names_dicts[0]) ] - #any additional names are formatted with the second formatter (unless too many -> etal) - if num_names > 1 and num_names <= self.max_citation_names: - for name_dict in names_dicts[1:]: #for each name ... - formatted_name_list.append( self.formatters[1].format_name(name_dict) ) - shared_logger.debug("NamesFormatter.format_names: formatted_name_list: "+str(formatted_name_list)) - - #formatted_name_list = [' '.join(names_dicts[0]['last'])] - - #now concatenate the formatted names into the desired result - result = formatted_name_list.pop(0) - #first concatenate all but the last - while len(formatted_name_list) > 1: - result = append_sep(result,self.name_name_sep[0]) + formatted_name_list.pop(0) - #finally, add on the last (with the different name_name_sep) - if formatted_name_list: - final_name = formatted_name_list.pop(0) - if final_name != "others": - result = append_sep(result,self.name_name_sep[1]) + final_name - else: - result = append_sep(result,self.etal) - assert (len(formatted_name_list) == 0) #obviously - if num_names > self.max_citation_names: - result = append_sep(result,self.etal) - return result - - -class NameFormatter(object): - """Create a NameFormatter object based on a template string. - - NAME FORMATTING TEMPLATES - ------------------------- - - The name template takes some explanation. - - Name parts are referred to by part-designator, which is just the part's first letter: - (v)on, (l)last, (j)r or (f)irst. - The designator may be capitalized for force upper-casing the entire part. - - Each name part may have one associated section in a name formatting template. - Sections are separated by '|' and *must* include a part-designator (one of 'FVLJfvlj'). - The presumption is that part-designators will be the only alphabetic characters in a name template. - - A section will generate output iff the name part for that section exists. - Each section may have a partsep - (in curly braces, immediately following the part-designator) - and other characters - (which may not be any of 'fvljFVLJ'). - The partsep indicates what should separate multiple tokens of the same part - (e.g., two part last names, or 'van der' for the (v)on part). - A part separator will replace the default space to separate multiple tokens in a part. - Any other characters are included as is. - - For example:: - - "v{~}~|l,| j,| f{. }." with initials='f' produces: - "McFeely, J. W." or "van~der~Stadt, Jr, C. M." - - :note: has a property -> must be new style class, inherit carefully - :note: 20080331 allow capital part-designators (FVLJ) to force capitalization - """ - def __init__(self, template, initials=''): - shared_logger.debug("NameFormatter.__init__ args: "+str((template,initials))) - #set a default partsep - #:note: not planning to parameterize this default (e.g., in the citation template) - self.default_partsep = ' ' - #self.partdict = {} #this will be set by set_template - self.initials = initials - self.set_template(template) - - #get one name, formatted - def format_name(self,name_data): - """Return one name (stored in `name_data`) as a formatted string. - - Formats `name_data` according to the `NameFormatter` template. - - :param `name_data`: list of name_parts or name as string - :type `name_data`: list or string - """ - shared_logger.debug("NameFormatter.format_name:\nType of name_data is: "+str(type(name_data))) - if isinstance( name_data, (list,tuple) ): - shared_logger.debug("Assume list is a name_parts list.") - result = self.name_parts2formatted(name_data) #TODO: currently commented out for testing dicts - elif isinstance(name_data, dict): - shared_logger.debug("Assume dict is a name_dict.") - result = self.name_dict2formatted(name_data) - elif isinstance(name_data, str): - result = name_data - else: - raise ValueError("Unrecognized name_data type.") - shared_logger.debug("NameFormatter.format_name result: '"+result+"'") - return result - - ''' - def name_parts2formatted(self,name_parts): - """Returns one fully formatted name, based on a name_parts tuple. - """ - shared_logger.debug("name_parts2formatted: name_parts is "+str(name_parts)) - partdict = self.partdict - shared_logger.debug("name_parts2formatted: partdict is "+str(partdict)) - result = '' - #name_parts have a fixed order, and each part is a list (e.g., of one person's last names) - map_names_parts = dict(f=0, v=1, l=2, j=3) - if self.initials: - f,v,l,j = name_parts - name_parts = ([s[0] for s in f],v,l,j) - for partcode in partdict['parts_order']: - partsep = partdict[partcode]['partsep'] - part = partsep.join(name_parts[map_names_parts[partcode]]) - if part: - result += partdict[partcode]['pre'] + part + partdict[partcode]['post'] - shared_logger.debug("%s: %s"%(partcode,result)) - return result - ''' - - def name_dict2formatted(self,name_dict): - """Returns one fully formatted name, based on a name_dict. - the name_dict should have the keys: first , von, last, jr - """ - assert ( len(name_dict['last'][0]) > 0 ) - if name_dict['last'][0] == "others": - return "others" - shared_logger.debug("name_dict2formatted: name_dict is "+str(name_dict)) - #get the partdict (that was produced from the name template) - # recall that the partdict has keys: pre, post, partsep, parts_order - # the parts_order value is a string with characters from "FVLJfvlj" - partdict = self.partdict - shared_logger.debug("name_dict2formatted: partdict is "+str(partdict)) - result = '' - #name_dict has keys, and each value is a list (e.g., of one person's last names) - map_names_parts = dict(f='first', v='von', l='last', j='jr') - #change names to initials where requested - if self.initials: - name_dict = name_dict.copy() - for partcode in self.initials.lower(): - part_key = map_names_parts[partcode] - name_dict[part_key] = [s[0] for s in name_dict[part_key]] - for partcode in partdict['parts_order']: #keep the parts in the template determined order - partsep = partdict[partcode]['partsep'] - part = partsep.join(name_dict[map_names_parts[partcode.lower()]]) - if part: - #force upper case if parcode is uppercase - if partcode.isupper(): - part = part.upper() - result += partdict[partcode]['pre'] + part + partdict[partcode]['post'] - shared_logger.debug("%s: %s"%(partcode,result)) - return result - - def get_template(self): - return self._template - def set_template(self,template): - """Return None. - - sets the name formatting template *and* sets the associated partdict used for actual formatting - """ - shared_logger.debug("NameFormatter.set_template args: "+str(template)) - assert isinstance(template,str), "Provide a name-template string to make a NameFormatter object." - self._template = template - self.partdict = self.template2dict(template) - template = property(get_template,set_template,None,"template property") - - def template2dict(self,template): - """ - parse the name formatting template into a partdict to be used for the actual formatting - - :note: parsing a name template into a partdict is trivial, so just do it here - :note: allow capital part id (to force capitalization) - """ - #to keep track of the order of the parts... - parts_order = '' - #split a name template into parts (each part shd have part-designator) - template_parts = template.split('|') - partdict = {} - for part in template_parts: - for partid in 'FVLJfvlj': - if partid in part: - parts_order += partid - pre, temp = part.split(partid) - if temp and temp[0] == '{': #found a partsep - partsep,post = temp[1:].split('}') - else: - post = temp - partsep = self.default_partsep - partdict[partid] = dict(pre=pre,post=post,partsep=partsep) - break - shared_logger.debug("template2dict: name formatting template parsed to:\n"+str(partdict)) - partdict['parts_order'] = parts_order - return partdict - - -class CitationManager(object): - """ - :TODO: possibly useful for bibsearch.py - """ - default_citation_template = DEFAULT_CITATION_TEMPLATE.copy() - - def __init__(self, biblist, citekeys=None, citation_template=None, sortkey=None): - self.biblist = biblist - #:alert: set_citekeys -> self._entries created! - self.set_citekeys(citekeys) - if citation_template is None: - citation_template = self.default_citation_template - self.citation_template = citation_template - self.entry_formatter = EntryFormatter(citation_template) - if sortkey: #TODO: ?? remove this possibility ?? - self.sortkey = sortkey - self.citeref_processor = None - - def __str__(self): - if self.citation_template and "citation_sep" in self.citation_template: - citation_sep = self.citation_template['citation_sep'] - else: - citation_sep = "\n\n" - return citation_sep.join( [str(entry) for entry in self._entries] ) - - def set_citeref_processor(self, processor): - self.citeref_processor = processor - def format_inline_cite(self, cite_key_list): - """Returns a formatted inline citation reference. - Usually used by a CiteRefProcessor object during processing. - Usually styles need to override this method. - """ - #substitute formatted citation reference into document text - self.result.append( self.citation_manager.format_inline_cite(entry_list,cite_key_list) ) - return '**[' + ','.join(cite_key_list) + ']_' - - - def get_citekeys(self): - return self._citekeys - def set_citekeys(self, citekeys): - """set self._citekeys to keys **and** make associated entries - """ - shared_logger.debug("shared.CitationManager.set_citekeys %s."%citekeys) - self._citekeys = citekeys - if citekeys: - #discard keys that do not have an entry - self._entries = self.find_entries(citekeys, discard=True) - else: - self._entries = [] - citekeys = property(get_citekeys, set_citekeys, None, "citekeys property") - - - def find_entries(self, citekeys=None, discard=True): - """return all entries if citekeys==None else matching entries - discard=True -> discard keys that do not have a bib entry - """ - if citekeys is None: - citekeys = self.citekeys - result = [] - #TODO: check for reuse of citekeys in different BibFile objects - for bib in self.biblist: - result.extend(bib.get_entrylist(citekeys,discard=discard)) - return result - def get_entries(self, citekeys=None): - if not citekeys: - return self._entries[:] - else: - return self.find_entries(citekeys) - #note: citation_rank uses unit-based indexing!! (so styles don't have to offset it) - def get_citation_rank(self, entry, citekeys=None): - if citekeys is None: - citekeys = self._citekeys - if citekeys is None: #chk - citekeys = self.citeref_processor.all_citekeys - self._citekeys = citekeys - shared_logger.debug("shared.CitationManager.get_citation_rank citekeys %s."%citekeys) - if entry.citekey not in citekeys: - rank = None - msg = 'Entry citekey not in citekeys; citation_rank set to None.' - shared_logger.error(msg) - else: # found the citekey in the cite-key list - rank = 1 + self._citekeys.index(entry.citekey) - return rank - - def make_sort_key(self, bibentry, field_list): - """create a string for sorting. - Function returns tuple: (sort_string, bibentry key) - - :note: this is essentially what was Bibstyle's makeSortKey method - """ - shared_logger.debug("Entering make_sort_key.") - result = [] - for field in field_list: - # some special cases - if field.lower() in [ 'author','editor','names']: - result.append(' '.join(bibentry.get_names().get_last_names()).lower()) - elif field.lower() == "year": - result.append(bibentry['year']) - else : - w = bibentry[field] - if w : - result.append(w) - shared_logger.debug("Exiting make_sort_key.") - return result - - def sortkey(self, entry): - """ - :note: the sort key is a style consideration and so must be provided by the style; - therefore, you must usually OVERRIDE this default sort key - """ - result = entry.get_names().get_last_names() - result.append(entry['year']) - return result - def sort(self, sortkey=None): #TODO: not currently using this! - if sortkey: - self.sortkey = sortkey # NB! - if self.sortkey: - self._entries.sort(key=sortkey) #2.4 dependency (implements stable Schwartzian transform or better) - shared_logger.debug("Entries are sorted.") - - #citation_label handling can make be style dependent - # e.g., for numbered citations, see example_numbered.py - def get_citation_label(self,entry,citation_template=None): - return '' - - def make_citations(self, entries=None, citation_template=None): - """return formatted citations based on list of entries - - :note: called by ../bib4txt.py in make_text_output - :note: citation order based on order of entries (so must sort ahead of time) - :note: related functionality was in the old CitationFormatter's FormatReferences() method - """ - shared_logger.debug("shared.CitationManager.make_citations: args are:"+str((entries,citation_template))) - if entries is None: - if not self._entries: #get entries matching cite keys found by citeref_processor - self._entries = self.find_entries(self.citeref_processor.all_citekeys) - entries = self._entries - msg = "make_citations: entries are: %s"%(self._entries) - shared_logger.debug(msg) - entries.sort(key=self.sortkey) #TODO!!! use more sensible approach (also: 2.4 dependency) - if citation_template is None: - citation_template = self.citation_template - citation_sep = citation_template['citation_sep'] - #:note: in 2.4 join will accept generators; why is the list necessary? - result = citation_sep.join( [self.format_citation(entry) for entry in entries] ) - shared_logger.debug("Exiting make_citations.") - return result - - def format_citation(self, entry): - citation_template = self.citation_template - formatter = self.entry_formatter - result = formatter.format_entry(entry) - citation_label = self.get_citation_label(entry, citation_template) - #result = citation_label + reformat_para( append_sep(names,sep)+details, left=citation_template['indent_left'] ) - result = citation_label + reformat_para( result, left=citation_template['indent_left'] ) - return result - - - - - - -class CiteRefProcessor( simpleparse.dispatchprocessor.DispatchProcessor ): - """Formats inline citations and substitutes them into text. - Stores all cite keys in `all_citekeys` (a list, to record citation order). - Can store `result` as original text with substituted citation references. - - :note: based on the defunct 'addrefs.py' CitationFormatter class - """ - def __init__(self, citation_manager): - """ - param `parsed_bibfile`: a dispatch processor holding parsed .bib file - """ - #associate with citation manager - citation_manager.set_citeref_processor(self) - self.citation_manager = citation_manager - #self.bib = parsed_bibfile - # result holds the entire processed file, reformatted for inline citation - self.result = [] - self.all_citekeys = [] #order matters! unique citekeys added as encountered: see `cite` - - def __repr__(self): - return ''.join(self.result) - - #set up debug message logging - def log_msg(self,msg): - shared_logger.debug(msg) - - #PRODUCTION FUNCTIONS - # define method for EACH production (see the help for DispatchProcessor) - - def cite(self, (tag,start,stop,subtags), buffer ): - """Return everything. - - Alternative default def: - self.result.append( buffer[start:stop]) - """ - self.log_msg("The following is parsed as cite:\n" + buffer[start:stop]) - "Process cites and format in text citation according to current style" - # list because allow for a single citation reference to have keys for multiple citations - cite_key_list = [s.strip() for s in buffer[start+1:stop-2].split(CITE_SEP)] - #include current cite keys in set of all cite keys - # keep track of order of citation (used by some styles) - for cite_key in cite_key_list: - if cite_key not in self.all_citekeys: - self.all_citekeys.append(cite_key) - #make (ordered) list of entries for the current cite key(s) - #:note: need entry to be None if cite_key not found, so discard=False - entry_list = self.citation_manager.find_entries(cite_key_list,discard=False) - #substitute formatted citation reference into document text - self.result.append( self.citation_manager.format_inline_cite(cite_key_list) ) - - def inline_literal(self, (tag,start,stop,subtags), buffer): - "Return everything." - self.result.append( buffer[start:stop] ) - self.log_msg("The following is parsed as inline_literal:\n" + buffer[start:stop]) - - def fn(self, (tag,start,stop,subtags), buffer): - "Return everything." - self.result.append( buffer[start:stop]) - self.log_msg("The following is parsed as fn:\n" + buffer[start:stop]) - - def plain(self, (tag,start,stop,subtags), buffer): - "Return everything." - self.result.append( buffer[start:stop]) - self.log_msg("The following is parsed as plain:\n" + buffer[start:stop]) - - -class EntryFormatter(object): - def __init__(self, citation_template): - self.citation_template = citation_template - self.names_formatter=NamesFormatter(citation_template) - - def format_entry(self, entry, citation_template=None): - """Return string. - Format an entry (e.g., as a citation, i.e., a single bibliography reference). - Note that a BibEntry object acts like a dict for Bib fields - *except* no KeyError (returns None instead). - `citation_template` holds templates for entry types - - :note: something related to this method was formerly Bibstyle's formatRef method - :note: called by make_citations (and currently nothing else) - """ - shared_logger.debug("Entering format_citation.") - if citation_template is None: - citation_template = self.citation_template - #:note: a BibEntry object will return None if field is missing - #get the other (not name) fields - names = self.format_citation_names(entry, citation_template) - details = self.format_citation_details(entry, citation_template) - sep = citation_template['names_details_sep'] - result = append_sep(names, sep) + details - #ai 2009-02-11 by request but, good idea? think about it - post_processor = citation_template.get('post_processor', None) - if post_processor: - result = post_processor(result) - shared_logger.debug("EntryFormatter.format_citation: result = "+result) - return result - def format_citation_names(self, entry, citation_template=None): - if citation_template is None: - citation_template = self.citation_template - #get the names from the entry (as a BibName object) - names = entry.make_names(self) #use this entry formatter (self) to make the names - #use own names_formatter (based on citation_template) to format the names - result = self.names_formatter.format_names(names) - #shared_logger.debug("name_name_sep: "+str(template['name_name_sep'])) - #shared_logger.debug("format_citation_names: result = "+result) - return result - #TODO: this deserves substantial enhancement, at the least for journal handling for articles - def format_citation_details(self, entry, citation_template=None): - """Return string.""" - if citation_template is None: - citation_template = self.citation_template - try: - type_template = citation_template[entry.entry_type] #:note: recall entry_type was stored as lowercase - except KeyError: #no template exists for this entry_type -> use default - type_template = citation_template['default_type'] - shared_logger.warning("Unknown entry type: "+entry.entry_type+". Using default format.") - #:note: entry will return None instead of KeyError - result = type_template % entry - return result - def pick_raw_names(self, entry, fields=None): - """Return BibName-object if possible else string - (from "raw" names). - - :type `field`: str - :note: 2006-08-02 altered to return BibName instance and not set _names - :note: self returns None if field missing (-> no KeyError) - :TODO: return BibName instance for each available name field?? - """ - names_source = dict( - article = ['author','organization'], - book = ['author','editor','organization'] - ) - if fields: - for field in fields: - raw_names = entry['field'] - if raw_names: - break - if not raw_names: - shared_logger.warning("EntryFormatter.make_names: empty field -> empty BibName object.") - #raw_names = self['author'] or self['editor'] #TODO: distinguish author and editor - elif entry.entry_type in names_source: - for field in names_source[entry.entry_type]: - raw_names = entry[field] - if raw_names: - break - else: # default formatting - for field in ['author','editor','organization']: - raw_names = entry[field] - if raw_names: - break - if not raw_names: - shared_logger.warning("No raw names for bib citekey "+entry.citekey) - raw_names = "Anonymous" #TODO: shd be a formatting choice (use None?) - field = None - #return bibname.BibName(raw_names,from_field=field) #names are in a BibName object - return raw_names, field - diff --git a/documentation/sphinxext/bibstuff/data/latex_codec.py b/documentation/sphinxext/bibstuff/data/latex_codec.py deleted file mode 100644 index bd8b30eacd..0000000000 --- a/documentation/sphinxext/bibstuff/data/latex_codec.py +++ /dev/null @@ -1,594 +0,0 @@ -"""LaTeX.py - -Character translation utilities for LaTeX-formatted text. - -Usage: - - unicode(string,'latex') - - ustring.decode('latex') -are both available just by letting "import latex" find this file. - - unicode(string,'latex+latin1') - - ustring.decode('latex+latin1') -where latin1 can be replaced by any other known encoding, also -become available by calling latex.register(). - -We also make public a dictionary latex_equivalents, -mapping ord(unicode char) to LaTeX code. - - -Copyright (c) 2003,2008 David Eppstein - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. -""" - -import codecs -import re - -def register(): - """Enable encodings of the form 'latex+x' where x describes another encoding. - Unicode characters are translated to or from x when possible, otherwise - expanded to latex. - """ - codecs.register(_registry) - -def getregentry(): - """Encodings module API.""" - return _registry('latex') - -def _registry(encoding): - if encoding == 'latex': - encoding = None - elif encoding.startswith('latex+'): - encoding = encoding[6:] - else: - return None - - class Codec(codecs.Codec): - def encode(self,input,errors='strict'): - """Convert unicode string to latex.""" - output = [] - for c in input: - if encoding: - try: - output.append(c.encode(encoding)) - continue - except: - pass - if ord(c) in latex_equivalents: - output.append(latex_equivalents[ord(c)]) - else: - output += ['{\\char', str(ord(c)), '}'] - return ''.join(output), len(input) - - def decode(self,input,errors='strict'): - """Convert latex source string to unicode.""" - if encoding: - input = unicode(input,encoding,errors) - - # Note: we may get buffer objects here. - # It is not permussable to call join on buffer objects - # but we can make them joinable by calling unicode. - # This should always be safe since we are supposed - # to be producing unicode output anyway. - x = map(unicode,_unlatex(input)) - return u''.join(x), len(input) - - class StreamWriter(Codec,codecs.StreamWriter): - pass - - class StreamReader(Codec,codecs.StreamReader): - pass - - return (Codec().encode,Codec().decode,StreamReader,StreamWriter) - -def _tokenize(tex): - """Convert latex source into sequence of single-token substrings.""" - start = 0 - try: - # skip quickly across boring stuff - pos = _stoppers.finditer(tex).next().span()[0] - except StopIteration: - yield tex - return - - while 1: - if pos > start: - yield tex[start:pos] - if tex[start] == '\\' and not (tex[pos-1].isdigit() and tex[start+1].isalpha()): - while pos < len(tex) and tex[pos].isspace(): # skip blanks after csname - pos += 1 - - while pos < len(tex) and tex[pos] in _ignore: - pos += 1 # flush control characters - if pos >= len(tex): - return - start = pos - if tex[pos:pos+2] in {'$$':None, '/~':None}: # protect ~ in urls - pos += 2 - elif tex[pos].isdigit(): - while pos < len(tex) and tex[pos].isdigit(): - pos += 1 - elif tex[pos] == '-': - while pos < len(tex) and tex[pos] == '-': - pos += 1 - elif tex[pos] != '\\' or pos == len(tex) - 1: - pos += 1 - elif not tex[pos+1].isalpha(): - pos += 2 - else: - pos += 1 - while pos < len(tex) and tex[pos].isalpha(): - pos += 1 - if tex[start:pos] == '\\char' or tex[start:pos] == '\\accent': - while pos < len(tex) and tex[pos].isdigit(): - pos += 1 - -class _unlatex: - """Convert tokenized tex into sequence of unicode strings. Helper for decode().""" - - def __iter__(self): - """Turn self into an iterator. It already is one, nothing to do.""" - return self - - def __init__(self,tex): - """Create a new token converter from a string.""" - self.tex = tuple(_tokenize(tex)) # turn tokens into indexable list - self.pos = 0 # index of first unprocessed token - self.lastoutput = 'x' # lastoutput must always be nonempty string - - def __getitem__(self,n): - """Return token at offset n from current pos.""" - p = self.pos + n - t = self.tex - return p < len(t) and t[p] or None - - def next(self): - """Find and return another piece of converted output.""" - if self.pos >= len(self.tex): - raise StopIteration - nextoutput = self.chunk() - if self.lastoutput[0] == '\\' and self.lastoutput[-1].isalpha() and nextoutput[0].isalpha(): - nextoutput = ' ' + nextoutput # add extra space to terminate csname - self.lastoutput = nextoutput - return nextoutput - - def chunk(self): - """Grab another set of input tokens and convert them to an output string.""" - for delta,c in self.candidates(0): - if c in _l2u: - self.pos += delta - return unichr(_l2u[c]) - elif len(c) == 2 and c[1] == 'i' and (c[0],'\\i') in _l2u: - self.pos += delta # correct failure to undot i - return unichr(_l2u[(c[0],'\\i')]) - elif len(c) == 1 and c[0].startswith('\\char') and c[0][5:].isdigit(): - self.pos += delta - return unichr(int(c[0][5:])) - - # nothing matches, just pass through token as-is - self.pos += 1 - return self[-1] - - def candidates(self,offset): - """Generate pairs delta,c where c is a token or tuple of tokens from tex - (after deleting extraneous brackets starting at pos) and delta - is the length of the tokens prior to bracket deletion. - """ - t = self[offset] - if t in _blacklist: - return - elif t == '{': - for delta,c in self.candidates(offset+1): - if self[offset+delta+1] == '}': - yield delta+2,c - elif t == '\\mbox': - for delta,c in self.candidates(offset+1): - yield delta+1,c - elif t == '$' and self[offset+2] == '$': - yield 3, (t,self[offset+1],t) - else: - q = self[offset+1] - if q == '{' and self[offset+3] == '}': - yield 4, (t,self[offset+2]) - elif q: - yield 2, (t,q) - yield 1, t - -latex_equivalents = { - 9: ' ', - ord(u'\N{EN DASH}'): '{--}', - ord(u'\N{EM DASH}'): '{---}', - ord(u'\N{LEFT SINGLE QUOTATION MARK}'): '{`}', - ord(u'\N{RIGHT SINGLE QUOTATION MARK}'): "{'}", - ord(u'\N{LEFT DOUBLE QUOTATION MARK}'): '{``}', - ord(u'\N{RIGHT DOUBLE QUOTATION MARK}'): "{''}", - ord(u'\N{DAGGER}'): '{\\dag}', - ord(u'\N{DOUBLE DAGGER}'): '{\\ddag}', - ord(u'\N{BULLET}'): '{\\mbox{$\\bullet$}}', - ord(u'\N{NUMBER SIGN}'): '{\\#}', - ord(u'\N{AMPERSAND}'): '{\\&}', - ord(u'\N{NO-BREAK SPACE}'): '{~}', - ord(u'\N{INVERTED EXCLAMATION MARK}'): '{!`}', - ord(u'\N{CENT SIGN}'): '{\\not{c}}', - ord(u'\N{POUND SIGN}'): '{\\pounds}', - ord(u'\N{SECTION SIGN}'): '{\\S}', - ord(u'\N{DIAERESIS}'): '{\\"{}}', - ord(u'\N{NOT SIGN}'): '{\\neg}', - ord(u'\N{SOFT HYPHEN}'): '{\\-}', - ord(u'\N{MACRON}'): '{\\={}}', - ord(u'\N{DEGREE SIGN}'): '{\\mbox{$^\\circ$}}', - ord(u'\N{PLUS-MINUS SIGN}'): '{\\mbox{$\\pm$}}', - ord(u'\N{SUPERSCRIPT TWO}'): '{\\mbox{$^2$}}', - ord(u'\N{SUPERSCRIPT THREE}'): '{\\mbox{$^3$}}', - ord(u'\N{ACUTE ACCENT}'): "{\\'{}}", - ord(u'\N{MICRO SIGN}'): '{\\mbox{$\\mu$}}', - ord(u'\N{PILCROW SIGN}'): '{\\P}', - ord(u'\N{MIDDLE DOT}'): '{\\mbox{$\\cdot$}}', - ord(u'\N{CEDILLA}'): '{\\c{}}', - ord(u'\N{SUPERSCRIPT ONE}'): '{\\mbox{$^1$}}', - ord(u'\N{INVERTED QUESTION MARK}'): '{?`}', - ord(u'\N{LATIN CAPITAL LETTER A WITH GRAVE}'): '{\\`A}', - ord(u'\N{LATIN CAPITAL LETTER A WITH CIRCUMFLEX}'): '{\\^A}', - ord(u'\N{LATIN CAPITAL LETTER A WITH TILDE}'): '{\\~A}', - ord(u'\N{LATIN CAPITAL LETTER A WITH DIAERESIS}'): '{\\"A}', - ord(u'\N{LATIN CAPITAL LETTER A WITH RING ABOVE}'): '{\\AA}', - ord(u'\N{LATIN CAPITAL LETTER AE}'): '{\\AE}', - ord(u'\N{LATIN CAPITAL LETTER C WITH CEDILLA}'): '{\\c{C}}', - ord(u'\N{LATIN CAPITAL LETTER E WITH GRAVE}'): '{\\`E}', - ord(u'\N{LATIN CAPITAL LETTER E WITH ACUTE}'): "{\\'E}", - ord(u'\N{LATIN CAPITAL LETTER E WITH CIRCUMFLEX}'): '{\\^E}', - ord(u'\N{LATIN CAPITAL LETTER E WITH DIAERESIS}'): '{\\"E}', - ord(u'\N{LATIN CAPITAL LETTER I WITH GRAVE}'): '{\\`I}', - ord(u'\N{LATIN CAPITAL LETTER I WITH CIRCUMFLEX}'): '{\\^I}', - ord(u'\N{LATIN CAPITAL LETTER I WITH DIAERESIS}'): '{\\"I}', - ord(u'\N{LATIN CAPITAL LETTER N WITH TILDE}'): '{\\~N}', - ord(u'\N{LATIN CAPITAL LETTER O WITH GRAVE}'): '{\\`O}', - ord(u'\N{LATIN CAPITAL LETTER O WITH ACUTE}'): "{\\'O}", - ord(u'\N{LATIN CAPITAL LETTER O WITH CIRCUMFLEX}'): '{\\^O}', - ord(u'\N{LATIN CAPITAL LETTER O WITH TILDE}'): '{\\~O}', - ord(u'\N{LATIN CAPITAL LETTER O WITH DIAERESIS}'): '{\\"O}', - ord(u'\N{MULTIPLICATION SIGN}'): '{\\mbox{$\\times$}}', - ord(u'\N{LATIN CAPITAL LETTER O WITH STROKE}'): '{\\O}', - ord(u'\N{LATIN CAPITAL LETTER U WITH GRAVE}'): '{\\`U}', - ord(u'\N{LATIN CAPITAL LETTER U WITH ACUTE}'): "{\\'U}", - ord(u'\N{LATIN CAPITAL LETTER U WITH CIRCUMFLEX}'): '{\\^U}', - ord(u'\N{LATIN CAPITAL LETTER U WITH DIAERESIS}'): '{\\"U}', - ord(u'\N{LATIN CAPITAL LETTER Y WITH ACUTE}'): "{\\'Y}", - ord(u'\N{LATIN SMALL LETTER SHARP S}'): '{\\ss}', - ord(u'\N{LATIN SMALL LETTER A WITH GRAVE}'): '{\\`a}', - ord(u'\N{LATIN SMALL LETTER A WITH ACUTE}'): "{\\'a}", - ord(u'\N{LATIN SMALL LETTER A WITH CIRCUMFLEX}'): '{\\^a}', - ord(u'\N{LATIN SMALL LETTER A WITH TILDE}'): '{\\~a}', - ord(u'\N{LATIN SMALL LETTER A WITH DIAERESIS}'): '{\\"a}', - ord(u'\N{LATIN SMALL LETTER A WITH RING ABOVE}'): '{\\aa}', - ord(u'\N{LATIN SMALL LETTER AE}'): '{\\ae}', - ord(u'\N{LATIN SMALL LETTER C WITH CEDILLA}'): '{\\c{c}}', - ord(u'\N{LATIN SMALL LETTER E WITH GRAVE}'): '{\\`e}', - ord(u'\N{LATIN SMALL LETTER E WITH ACUTE}'): "{\\'e}", - ord(u'\N{LATIN SMALL LETTER E WITH CIRCUMFLEX}'): '{\\^e}', - ord(u'\N{LATIN SMALL LETTER E WITH DIAERESIS}'): '{\\"e}', - ord(u'\N{LATIN SMALL LETTER I WITH GRAVE}'): '{\\`\\i}', - ord(u'\N{LATIN SMALL LETTER I WITH ACUTE}'): "{\\'\\i}", - ord(u'\N{LATIN SMALL LETTER I WITH CIRCUMFLEX}'): '{\\^\\i}', - ord(u'\N{LATIN SMALL LETTER I WITH DIAERESIS}'): '{\\"\\i}', - ord(u'\N{LATIN SMALL LETTER N WITH TILDE}'): '{\\~n}', - ord(u'\N{LATIN SMALL LETTER O WITH GRAVE}'): '{\\`o}', - ord(u'\N{LATIN SMALL LETTER O WITH ACUTE}'): "{\\'o}", - ord(u'\N{LATIN SMALL LETTER O WITH CIRCUMFLEX}'): '{\\^o}', - ord(u'\N{LATIN SMALL LETTER O WITH TILDE}'): '{\\~o}', - ord(u'\N{LATIN SMALL LETTER O WITH DIAERESIS}'): '{\\"o}', - ord(u'\N{DIVISION SIGN}'): '{\\mbox{$\\div$}}', - ord(u'\N{LATIN SMALL LETTER O WITH STROKE}'): '{\\o}', - ord(u'\N{LATIN SMALL LETTER U WITH GRAVE}'): '{\\`u}', - ord(u'\N{LATIN SMALL LETTER U WITH ACUTE}'): "{\\'u}", - ord(u'\N{LATIN SMALL LETTER U WITH CIRCUMFLEX}'): '{\\^u}', - ord(u'\N{LATIN SMALL LETTER U WITH DIAERESIS}'): '{\\"u}', - ord(u'\N{LATIN SMALL LETTER Y WITH ACUTE}'): "{\\'y}", - ord(u'\N{LATIN SMALL LETTER Y WITH DIAERESIS}'): '{\\"y}', - ord(u'\N{LATIN CAPITAL LETTER A WITH MACRON}'): '{\\=A}', - ord(u'\N{LATIN SMALL LETTER A WITH MACRON}'): '{\\=a}', - ord(u'\N{LATIN CAPITAL LETTER A WITH BREVE}'): '{\\u{A}}', - ord(u'\N{LATIN SMALL LETTER A WITH BREVE}'): '{\\u{a}}', - ord(u'\N{LATIN CAPITAL LETTER A WITH OGONEK}'): '{\\c{A}}', - ord(u'\N{LATIN SMALL LETTER A WITH OGONEK}'): '{\\c{a}}', - ord(u'\N{LATIN CAPITAL LETTER C WITH ACUTE}'): "{\\'C}", - ord(u'\N{LATIN SMALL LETTER C WITH ACUTE}'): "{\\'c}", - ord(u'\N{LATIN CAPITAL LETTER C WITH CIRCUMFLEX}'): '{\\^C}', - ord(u'\N{LATIN SMALL LETTER C WITH CIRCUMFLEX}'): '{\\^c}', - ord(u'\N{LATIN CAPITAL LETTER C WITH DOT ABOVE}'): '{\\.C}', - ord(u'\N{LATIN SMALL LETTER C WITH DOT ABOVE}'): '{\\.c}', - ord(u'\N{LATIN CAPITAL LETTER C WITH CARON}'): '{\\v{C}}', - ord(u'\N{LATIN SMALL LETTER C WITH CARON}'): '{\\v{c}}', - ord(u'\N{LATIN CAPITAL LETTER D WITH CARON}'): '{\\v{D}}', - ord(u'\N{LATIN SMALL LETTER D WITH CARON}'): '{\\v{d}}', - ord(u'\N{LATIN CAPITAL LETTER E WITH MACRON}'): '{\\=E}', - ord(u'\N{LATIN SMALL LETTER E WITH MACRON}'): '{\\=e}', - ord(u'\N{LATIN CAPITAL LETTER E WITH BREVE}'): '{\\u{E}}', - ord(u'\N{LATIN SMALL LETTER E WITH BREVE}'): '{\\u{e}}', - ord(u'\N{LATIN CAPITAL LETTER E WITH DOT ABOVE}'): '{\\.E}', - ord(u'\N{LATIN SMALL LETTER E WITH DOT ABOVE}'): '{\\.e}', - ord(u'\N{LATIN CAPITAL LETTER E WITH OGONEK}'): '{\\c{E}}', - ord(u'\N{LATIN SMALL LETTER E WITH OGONEK}'): '{\\c{e}}', - ord(u'\N{LATIN CAPITAL LETTER E WITH CARON}'): '{\\v{E}}', - ord(u'\N{LATIN SMALL LETTER E WITH CARON}'): '{\\v{e}}', - ord(u'\N{LATIN CAPITAL LETTER G WITH CIRCUMFLEX}'): '{\\^G}', - ord(u'\N{LATIN SMALL LETTER G WITH CIRCUMFLEX}'): '{\\^g}', - ord(u'\N{LATIN CAPITAL LETTER G WITH BREVE}'): '{\\u{G}}', - ord(u'\N{LATIN SMALL LETTER G WITH BREVE}'): '{\\u{g}}', - ord(u'\N{LATIN CAPITAL LETTER G WITH DOT ABOVE}'): '{\\.G}', - ord(u'\N{LATIN SMALL LETTER G WITH DOT ABOVE}'): '{\\.g}', - ord(u'\N{LATIN CAPITAL LETTER G WITH CEDILLA}'): '{\\c{G}}', - ord(u'\N{LATIN SMALL LETTER G WITH CEDILLA}'): '{\\c{g}}', - ord(u'\N{LATIN CAPITAL LETTER H WITH CIRCUMFLEX}'): '{\\^H}', - ord(u'\N{LATIN SMALL LETTER H WITH CIRCUMFLEX}'): '{\\^h}', - ord(u'\N{LATIN CAPITAL LETTER I WITH TILDE}'): '{\\~I}', - ord(u'\N{LATIN SMALL LETTER I WITH TILDE}'): '{\\~\\i}', - ord(u'\N{LATIN CAPITAL LETTER I WITH MACRON}'): '{\\=I}', - ord(u'\N{LATIN SMALL LETTER I WITH MACRON}'): '{\\=\\i}', - ord(u'\N{LATIN CAPITAL LETTER I WITH BREVE}'): '{\\u{I}}', - ord(u'\N{LATIN SMALL LETTER I WITH BREVE}'): '{\\u\\i}', - ord(u'\N{LATIN CAPITAL LETTER I WITH OGONEK}'): '{\\c{I}}', - ord(u'\N{LATIN SMALL LETTER I WITH OGONEK}'): '{\\c{i}}', - ord(u'\N{LATIN CAPITAL LETTER I WITH DOT ABOVE}'): '{\\.I}', - ord(u'\N{LATIN SMALL LETTER DOTLESS I}'): '{\\i}', - ord(u'\N{LATIN CAPITAL LIGATURE IJ}'): '{IJ}', - ord(u'\N{LATIN SMALL LIGATURE IJ}'): '{ij}', - ord(u'\N{LATIN CAPITAL LETTER J WITH CIRCUMFLEX}'): '{\\^J}', - ord(u'\N{LATIN SMALL LETTER J WITH CIRCUMFLEX}'): '{\\^\\j}', - ord(u'\N{LATIN CAPITAL LETTER K WITH CEDILLA}'): '{\\c{K}}', - ord(u'\N{LATIN SMALL LETTER K WITH CEDILLA}'): '{\\c{k}}', - ord(u'\N{LATIN CAPITAL LETTER L WITH ACUTE}'): "{\\'L}", - ord(u'\N{LATIN SMALL LETTER L WITH ACUTE}'): "{\\'l}", - ord(u'\N{LATIN CAPITAL LETTER L WITH CEDILLA}'): '{\\c{L}}', - ord(u'\N{LATIN SMALL LETTER L WITH CEDILLA}'): '{\\c{l}}', - ord(u'\N{LATIN CAPITAL LETTER L WITH CARON}'): '{\\v{L}}', - ord(u'\N{LATIN SMALL LETTER L WITH CARON}'): '{\\v{l}}', - ord(u'\N{LATIN CAPITAL LETTER L WITH STROKE}'): '{\\L}', - ord(u'\N{LATIN SMALL LETTER L WITH STROKE}'): '{\\l}', - ord(u'\N{LATIN CAPITAL LETTER N WITH ACUTE}'): "{\\'N}", - ord(u'\N{LATIN SMALL LETTER N WITH ACUTE}'): "{\\'n}", - ord(u'\N{LATIN CAPITAL LETTER N WITH CEDILLA}'): '{\\c{N}}', - ord(u'\N{LATIN SMALL LETTER N WITH CEDILLA}'): '{\\c{n}}', - ord(u'\N{LATIN CAPITAL LETTER N WITH CARON}'): '{\\v{N}}', - ord(u'\N{LATIN SMALL LETTER N WITH CARON}'): '{\\v{n}}', - ord(u'\N{LATIN CAPITAL LETTER O WITH MACRON}'): '{\\=O}', - ord(u'\N{LATIN SMALL LETTER O WITH MACRON}'): '{\\=o}', - ord(u'\N{LATIN CAPITAL LETTER O WITH BREVE}'): '{\\u{O}}', - ord(u'\N{LATIN SMALL LETTER O WITH BREVE}'): '{\\u{o}}', - ord(u'\N{LATIN CAPITAL LETTER O WITH DOUBLE ACUTE}'): '{\\H{O}}', - ord(u'\N{LATIN SMALL LETTER O WITH DOUBLE ACUTE}'): '{\\H{o}}', - ord(u'\N{LATIN CAPITAL LIGATURE OE}'): '{\\OE}', - ord(u'\N{LATIN SMALL LIGATURE OE}'): '{\\oe}', - ord(u'\N{LATIN CAPITAL LETTER R WITH ACUTE}'): "{\\'R}", - ord(u'\N{LATIN SMALL LETTER R WITH ACUTE}'): "{\\'r}", - ord(u'\N{LATIN CAPITAL LETTER R WITH CEDILLA}'): '{\\c{R}}', - ord(u'\N{LATIN SMALL LETTER R WITH CEDILLA}'): '{\\c{r}}', - ord(u'\N{LATIN CAPITAL LETTER R WITH CARON}'): '{\\v{R}}', - ord(u'\N{LATIN SMALL LETTER R WITH CARON}'): '{\\v{r}}', - ord(u'\N{LATIN CAPITAL LETTER S WITH ACUTE}'): "{\\'S}", - ord(u'\N{LATIN SMALL LETTER S WITH ACUTE}'): "{\\'s}", - ord(u'\N{LATIN CAPITAL LETTER S WITH CIRCUMFLEX}'): '{\\^S}', - ord(u'\N{LATIN SMALL LETTER S WITH CIRCUMFLEX}'): '{\\^s}', - ord(u'\N{LATIN CAPITAL LETTER S WITH CEDILLA}'): '{\\c{S}}', - ord(u'\N{LATIN SMALL LETTER S WITH CEDILLA}'): '{\\c{s}}', - ord(u'\N{LATIN CAPITAL LETTER S WITH CARON}'): '{\\v{S}}', - ord(u'\N{LATIN SMALL LETTER S WITH CARON}'): '{\\v{s}}', - ord(u'\N{LATIN CAPITAL LETTER T WITH CEDILLA}'): '{\\c{T}}', - ord(u'\N{LATIN SMALL LETTER T WITH CEDILLA}'): '{\\c{t}}', - ord(u'\N{LATIN CAPITAL LETTER T WITH CARON}'): '{\\v{T}}', - ord(u'\N{LATIN SMALL LETTER T WITH CARON}'): '{\\v{t}}', - ord(u'\N{LATIN CAPITAL LETTER U WITH TILDE}'): '{\\~U}', - ord(u'\N{LATIN SMALL LETTER U WITH TILDE}'): '{\\~u}', - ord(u'\N{LATIN CAPITAL LETTER U WITH MACRON}'): '{\\=U}', - ord(u'\N{LATIN SMALL LETTER U WITH MACRON}'): '{\\=u}', - ord(u'\N{LATIN CAPITAL LETTER U WITH BREVE}'): '{\\u{U}}', - ord(u'\N{LATIN SMALL LETTER U WITH BREVE}'): '{\\u{u}}', - ord(u'\N{LATIN CAPITAL LETTER U WITH RING ABOVE}'): '{\\r{U}}', - ord(u'\N{LATIN SMALL LETTER U WITH RING ABOVE}'): '{\\r{u}}', - ord(u'\N{LATIN CAPITAL LETTER U WITH DOUBLE ACUTE}'): '{\\H{U}}', - ord(u'\N{LATIN SMALL LETTER U WITH DOUBLE ACUTE}'): '{\\H{u}}', - ord(u'\N{LATIN CAPITAL LETTER U WITH OGONEK}'): '{\\c{U}}', - ord(u'\N{LATIN SMALL LETTER U WITH OGONEK}'): '{\\c{u}}', - ord(u'\N{LATIN CAPITAL LETTER W WITH CIRCUMFLEX}'): '{\\^W}', - ord(u'\N{LATIN SMALL LETTER W WITH CIRCUMFLEX}'): '{\\^w}', - ord(u'\N{LATIN CAPITAL LETTER Y WITH CIRCUMFLEX}'): '{\\^Y}', - ord(u'\N{LATIN SMALL LETTER Y WITH CIRCUMFLEX}'): '{\\^y}', - ord(u'\N{LATIN CAPITAL LETTER Y WITH DIAERESIS}'): '{\\"Y}', - ord(u'\N{LATIN CAPITAL LETTER Z WITH ACUTE}'): "{\\'Z}", - ord(u'\N{LATIN SMALL LETTER Z WITH ACUTE}'): "{\\'Z}", - ord(u'\N{LATIN CAPITAL LETTER Z WITH DOT ABOVE}'): '{\\.Z}', - ord(u'\N{LATIN SMALL LETTER Z WITH DOT ABOVE}'): '{\\.Z}', - ord(u'\N{LATIN CAPITAL LETTER Z WITH CARON}'): '{\\v{Z}}', - ord(u'\N{LATIN SMALL LETTER Z WITH CARON}'): '{\\v{z}}', - ord(u'\N{LATIN CAPITAL LETTER DZ WITH CARON}'): '{D\\v{Z}}', - ord(u'\N{LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON}'): '{D\\v{z}}', - ord(u'\N{LATIN SMALL LETTER DZ WITH CARON}'): '{d\\v{z}}', - ord(u'\N{LATIN CAPITAL LETTER LJ}'): '{LJ}', - ord(u'\N{LATIN CAPITAL LETTER L WITH SMALL LETTER J}'): '{Lj}', - ord(u'\N{LATIN SMALL LETTER LJ}'): '{lj}', - ord(u'\N{LATIN CAPITAL LETTER NJ}'): '{NJ}', - ord(u'\N{LATIN CAPITAL LETTER N WITH SMALL LETTER J}'): '{Nj}', - ord(u'\N{LATIN SMALL LETTER NJ}'): '{nj}', - ord(u'\N{LATIN CAPITAL LETTER A WITH CARON}'): '{\\v{A}}', - ord(u'\N{LATIN SMALL LETTER A WITH CARON}'): '{\\v{a}}', - ord(u'\N{LATIN CAPITAL LETTER I WITH CARON}'): '{\\v{I}}', - ord(u'\N{LATIN SMALL LETTER I WITH CARON}'): '{\\v\\i}', - ord(u'\N{LATIN CAPITAL LETTER O WITH CARON}'): '{\\v{O}}', - ord(u'\N{LATIN SMALL LETTER O WITH CARON}'): '{\\v{o}}', - ord(u'\N{LATIN CAPITAL LETTER U WITH CARON}'): '{\\v{U}}', - ord(u'\N{LATIN SMALL LETTER U WITH CARON}'): '{\\v{u}}', - ord(u'\N{LATIN CAPITAL LETTER G WITH CARON}'): '{\\v{G}}', - ord(u'\N{LATIN SMALL LETTER G WITH CARON}'): '{\\v{g}}', - ord(u'\N{LATIN CAPITAL LETTER K WITH CARON}'): '{\\v{K}}', - ord(u'\N{LATIN SMALL LETTER K WITH CARON}'): '{\\v{k}}', - ord(u'\N{LATIN CAPITAL LETTER O WITH OGONEK}'): '{\\c{O}}', - ord(u'\N{LATIN SMALL LETTER O WITH OGONEK}'): '{\\c{o}}', - ord(u'\N{LATIN SMALL LETTER J WITH CARON}'): '{\\v\\j}', - ord(u'\N{LATIN CAPITAL LETTER DZ}'): '{DZ}', - ord(u'\N{LATIN CAPITAL LETTER D WITH SMALL LETTER Z}'): '{Dz}', - ord(u'\N{LATIN SMALL LETTER DZ}'): '{dz}', - ord(u'\N{LATIN CAPITAL LETTER G WITH ACUTE}'): "{\\'G}", - ord(u'\N{LATIN SMALL LETTER G WITH ACUTE}'): "{\\'g}", - ord(u'\N{LATIN CAPITAL LETTER AE WITH ACUTE}'): "{\\'\\AE}", - ord(u'\N{LATIN SMALL LETTER AE WITH ACUTE}'): "{\\'\\ae}", - ord(u'\N{LATIN CAPITAL LETTER O WITH STROKE AND ACUTE}'): "{\\'\\O}", - ord(u'\N{LATIN SMALL LETTER O WITH STROKE AND ACUTE}'): "{\\'\\o}", - ord(u'\N{PARTIAL DIFFERENTIAL}'): '{\\mbox{$\\partial$}}', - ord(u'\N{N-ARY PRODUCT}'): '{\\mbox{$\\prod$}}', - ord(u'\N{N-ARY SUMMATION}'): '{\\mbox{$\\sum$}}', - ord(u'\N{SQUARE ROOT}'): '{\\mbox{$\\surd$}}', - ord(u'\N{INFINITY}'): '{\\mbox{$\\infty$}}', - ord(u'\N{INTEGRAL}'): '{\\mbox{$\\int$}}', - ord(u'\N{INTERSECTION}'): '{\\mbox{$\\cap$}}', - ord(u'\N{UNION}'): '{\\mbox{$\\cup$}}', - ord(u'\N{RIGHTWARDS ARROW}'): '{\\mbox{$\\rightarrow$}}', - ord(u'\N{RIGHTWARDS DOUBLE ARROW}'): '{\\mbox{$\\Rightarrow$}}', - ord(u'\N{LEFTWARDS ARROW}'): '{\\mbox{$\\leftarrow$}}', - ord(u'\N{LEFTWARDS DOUBLE ARROW}'): '{\\mbox{$\\Leftarrow$}}', - ord(u'\N{LOGICAL OR}'): '{\\mbox{$\\vee$}}', - ord(u'\N{LOGICAL AND}'): '{\\mbox{$\\wedge$}}', - ord(u'\N{ALMOST EQUAL TO}'): '{\\mbox{$\\approx$}}', - ord(u'\N{NOT EQUAL TO}'): '{\\mbox{$\\neq$}}', - ord(u'\N{LESS-THAN OR EQUAL TO}'): '{\\mbox{$\\leq$}}', - ord(u'\N{GREATER-THAN OR EQUAL TO}'): '{\\mbox{$\\geq$}}', - ord(u'\N{MODIFIER LETTER CIRCUMFLEX ACCENT}'): '{\\^{}}', - ord(u'\N{CARON}'): '{\\v{}}', - ord(u'\N{BREVE}'): '{\\u{}}', - ord(u'\N{DOT ABOVE}'): '{\\.{}}', - ord(u'\N{RING ABOVE}'): '{\\r{}}', - ord(u'\N{OGONEK}'): '{\\c{}}', - ord(u'\N{SMALL TILDE}'): '{\\~{}}', - ord(u'\N{DOUBLE ACUTE ACCENT}'): '{\\H{}}', - ord(u'\N{LATIN SMALL LIGATURE FI}'): '{fi}', - ord(u'\N{LATIN SMALL LIGATURE FL}'): '{fl}', - ord(u'\N{GREEK SMALL LETTER ALPHA}'): '{\\mbox{$\\alpha$}}', - ord(u'\N{GREEK SMALL LETTER BETA}'): '{\\mbox{$\\beta$}}', - ord(u'\N{GREEK SMALL LETTER GAMMA}'): '{\\mbox{$\\gamma$}}', - ord(u'\N{GREEK SMALL LETTER DELTA}'): '{\\mbox{$\\delta$}}', - ord(u'\N{GREEK SMALL LETTER EPSILON}'): '{\\mbox{$\\epsilon$}}', - ord(u'\N{GREEK SMALL LETTER ZETA}'): '{\\mbox{$\\zeta$}}', - ord(u'\N{GREEK SMALL LETTER ETA}'): '{\\mbox{$\\eta$}}', - ord(u'\N{GREEK SMALL LETTER THETA}'): '{\\mbox{$\\theta$}}', - ord(u'\N{GREEK SMALL LETTER IOTA}'): '{\\mbox{$\\iota$}}', - ord(u'\N{GREEK SMALL LETTER KAPPA}'): '{\\mbox{$\\kappa$}}', - ord(u'\N{GREEK SMALL LETTER LAMDA}'): '{\\mbox{$\\lambda$}}', # NO B??!? - ord(u'\N{GREEK SMALL LETTER MU}'): '{\\mbox{$\\mu$}}', - ord(u'\N{GREEK SMALL LETTER NU}'): '{\\mbox{$\\nu$}}', - ord(u'\N{GREEK SMALL LETTER XI}'): '{\\mbox{$\\xi$}}', - ord(u'\N{GREEK SMALL LETTER OMICRON}'): '{\\mbox{$\\omicron$}}', - ord(u'\N{GREEK SMALL LETTER PI}'): '{\\mbox{$\\pi$}}', - ord(u'\N{GREEK SMALL LETTER RHO}'): '{\\mbox{$\\rho$}}', - ord(u'\N{GREEK SMALL LETTER SIGMA}'): '{\\mbox{$\\sigma$}}', - ord(u'\N{GREEK SMALL LETTER TAU}'): '{\\mbox{$\\tau$}}', - ord(u'\N{GREEK SMALL LETTER UPSILON}'): '{\\mbox{$\\upsilon$}}', - ord(u'\N{GREEK SMALL LETTER PHI}'): '{\\mbox{$\\phi$}}', - ord(u'\N{GREEK SMALL LETTER CHI}'): '{\\mbox{$\\chi$}}', - ord(u'\N{GREEK SMALL LETTER PSI}'): '{\\mbox{$\\psi$}}', - ord(u'\N{GREEK SMALL LETTER OMEGA}'): '{\\mbox{$\\omega$}}', - ord(u'\N{GREEK CAPITAL LETTER ALPHA}'): '{\\mbox{$\\Alpha$}}', - ord(u'\N{GREEK CAPITAL LETTER BETA}'): '{\\mbox{$\\Beta$}}', - ord(u'\N{GREEK CAPITAL LETTER GAMMA}'): '{\\mbox{$\\Gamma$}}', - ord(u'\N{GREEK CAPITAL LETTER DELTA}'): '{\\mbox{$\\Delta$}}', - ord(u'\N{GREEK CAPITAL LETTER EPSILON}'): '{\\mbox{$\\Epsilon$}}', - ord(u'\N{GREEK CAPITAL LETTER ZETA}'): '{\\mbox{$\\Zeta$}}', - ord(u'\N{GREEK CAPITAL LETTER ETA}'): '{\\mbox{$\\Eta$}}', - ord(u'\N{GREEK CAPITAL LETTER THETA}'): '{\\mbox{$\\Theta$}}', - ord(u'\N{GREEK CAPITAL LETTER IOTA}'): '{\\mbox{$\\Iota$}}', - ord(u'\N{GREEK CAPITAL LETTER KAPPA}'): '{\\mbox{$\\Kappa$}}', - ord(u'\N{GREEK CAPITAL LETTER LAMDA}'): '{\\mbox{$\\Lambda$}}', # DITTO - ord(u'\N{GREEK CAPITAL LETTER MU}'): '{\\mbox{$\\Mu$}}', - ord(u'\N{GREEK CAPITAL LETTER NU}'): '{\\mbox{$\\Nu$}}', - ord(u'\N{GREEK CAPITAL LETTER XI}'): '{\\mbox{$\\Xi$}}', - ord(u'\N{GREEK CAPITAL LETTER OMICRON}'): '{\\mbox{$\\Omicron$}}', - ord(u'\N{GREEK CAPITAL LETTER PI}'): '{\\mbox{$\\Pi$}}', - ord(u'\N{GREEK CAPITAL LETTER RHO}'): '{\\mbox{$\\Rho$}}', - ord(u'\N{GREEK CAPITAL LETTER SIGMA}'): '{\\mbox{$\\Sigma$}}', - ord(u'\N{GREEK CAPITAL LETTER TAU}'): '{\\mbox{$\\Tau$}}', - ord(u'\N{GREEK CAPITAL LETTER UPSILON}'): '{\\mbox{$\\Upsilon$}}', - ord(u'\N{GREEK CAPITAL LETTER PHI}'): '{\\mbox{$\\Phi$}}', - ord(u'\N{GREEK CAPITAL LETTER CHI}'): '{\\mbox{$\\Chi$}}', - ord(u'\N{GREEK CAPITAL LETTER PSI}'): '{\\mbox{$\\Psi$}}', - ord(u'\N{GREEK CAPITAL LETTER OMEGA}'): '{\\mbox{$\\Omega$}}', - ord(u'\N{COPYRIGHT SIGN}'): '{\\copyright}', - ord(u'\N{LATIN CAPITAL LETTER A WITH ACUTE}'): "{\\'A}", - ord(u'\N{LATIN CAPITAL LETTER I WITH ACUTE}'): "{\\'I}", - ord(u'\N{HORIZONTAL ELLIPSIS}'): '{\\ldots}', - ord(u'\N{TRADE MARK SIGN}'): '{\\mbox{$^\\mbox{TM}$}}', -} -for _i in range(0x0020): - if _i not in latex_equivalents: - latex_equivalents[_i] = '' -for _i in range(0x0020,0x007f): - if _i not in latex_equivalents: - latex_equivalents[_i] = chr(_i) - -# Characters that should be ignored and not output in tokenization -_ignore = set([chr(i) for i in range(32)+[127]]) - set('\t\n\r') - -# Regexp of chars not in blacklist, for quick start of tokenize -_stoppers = re.compile('[\x00-\x1f!$\\-?\\{~\\\\`\']') - -_blacklist = set(' \n\r') -_blacklist.add(None) # shortcut candidate generation at end of data - -# Construction of inverse translation table -_l2u = { - '\ ':ord(' ') # unexpanding space makes no sense in non-TeX contexts -} - -for _tex in latex_equivalents: - if _tex <= 0x0020 or (_tex <= 0x007f and len(latex_equivalents[_tex]) <= 1): - continue # boring entry - _toks = tuple(_tokenize(latex_equivalents[_tex])) - if _toks[0] == '{' and _toks[-1] == '}': - _toks = _toks[1:-1] - if _toks[0].isalpha(): - continue # don't turn ligatures into single chars - if len(_toks) == 1 and (_toks[0] == "'" or _toks[0] == "`"): - continue # don't turn ascii quotes into curly quotes - if _toks[0] == '\\mbox' and _toks[1] == '{' and _toks[-1] == '}': - _toks = _toks[2:-1] - if len(_toks) == 4 and _toks[1] == '{' and _toks[3] == '}': - _toks = (_toks[0],_toks[2]) - if len(_toks) == 1: - _toks = _toks[0] - _l2u[_toks] = _tex - -# Shortcut candidate generation for certain useless candidates: -# a character is in _blacklist if it can not be at the start -# of any translation in _l2u. We use this to quickly skip through -# such characters before getting to more difficult-translate parts. -# _blacklist is defined several lines up from here because it must -# be defined in order to call _tokenize, however it is safe to -# delay filling it out until now. - -for i in range(0x0020,0x007f): - _blacklist.add(chr(i)) -_blacklist.remove('{') -_blacklist.remove('$') -for candidate in _l2u: - if isinstance(candidate,tuple): - if not candidate or not candidate[0]: - continue - firstchar = candidate[0][0] - else: - firstchar = candidate[0] - _blacklist.discard(firstchar) diff --git a/documentation/sphinxext/bibstuff/data/publisher_addresses.txt b/documentation/sphinxext/bibstuff/data/publisher_addresses.txt deleted file mode 100644 index 78cea8d6e0..0000000000 --- a/documentation/sphinxext/bibstuff/data/publisher_addresses.txt +++ /dev/null @@ -1,332 +0,0 @@ -#one address per line: name[real_name]|comma_separated_details|bibliographic_address|zip_or_other -#must be able to match name, will used bibliographic_address in the -2 position -#WARNING: consider these addresses "best guesses" (and possibly out of date) -# when possible, they are contemporary rather than historical addresses - -Abingdon Press | 201 Eighth Avenue South, P.O. B. 801 | Nashville, TN | 37202 -Academic Press | | New York | -Addison-Wesley | | Reading, MA | -Addison-Wesley Publishing Company | | Reading, MA | -Addison-Wesley Publishing Company, Inc. | | Reading, MA | -Addison Wesley Longman | | Reading, MA | -Alfred A. Knopf | 1745 Broadway | New York, NY | 10019 -Algonquin Books | P.O. Box 2225 | Chapel Hill, NC | 27515 -Algora Publishing | 222 Riverside Drive, 16th Floor | New York, NY | 10025 -Allworth Press | 10 East 23rd Street | New York, NY | 10010 -Altamira Press | 4501 Forbes Boulevard, Suite 200 | Lanham, MD | 20706 -American Enterprise Institute | | Washington, DC | -American Psychological Foundation | 750 First Street, N.E. | Washington, DC | 20002 -AMS Press | Brooklyn Navy Yard, Building 292, Suite 417, 63 Flushing Avenue | Brooklyn, NY | 10205 -Amsterdam University Press | Prinsengracht 747-751 | Amsterdam | 1017 JX -Apress | | Berkeley, CA | -Arizona Center for Medieval and Renaissance Studies | Arizona State University, P.O. Box 872508 | Tempe, AZ | 85287 -Ashgate Publishing Company | 101 Cherry Street, Suite 420 | Burlington, VT | 05401 -Aspen Publishers | | New York | -Atlantic Monthly Press | 841 Broadway | New York, NY | 10003 -Attic Press | Youngline Industrial Estate, Pouladuff Road, Togher | Cork, Ireland | -Ballinger | | Cambridge, MA | -Ballinger Publishing Co. | | Cambridge, MA | -Bank for International Settlements | | Basle | -Basic Books | | New York, NY | -Basic Books | 387 Park Avenue South | New York, NY | 10016 -Basil Blackwell | | Cambridge, MA | -Baylor University Press | P.O. Box 97363 | Waco, TX | 76798 -Beacon Press | 25 Beacon Street | Boston, MA | 02108 -Berg Publishers | 13950 Park Center Road | Herndon, VA | 22071 -Berghahn Books | 604 West 115th Street | New York, NY | 10025 -Bergin & Garvey Greenwood Publishing Group, | 88 Post Road West | Westport, CT | 06881 -Biblical Archaeology Society | 4710 41st St. NW | Washington, DC | 20016 -Blackwell Publishing | Commerce Place, 350 Main Street | Malden, MA | 02148, USA -Blackwell Publishing Inc. | Commerce Place, 350 Main Street | Malden, MA | 02148 USA -Bloomsbury | 175 Fifth Avenue, Suite 300 | New York, NY | 10010 -Bolchazy-Carducci Publishers | 1570 Baskin Road | Mundelein, IL | 60060 USA -Bolchazy-Carducci Publishers, Inc. | 1570 Baskin Road | Mundelein, IL | 60060 USA -Boydell Press | P.O. Box 41026 | Rochester, NY | 14604-4126 -Bradford Books/MIT Press | | Cambridge, MA | -Brazos Press | P.O. Box 6287 | Grand Rapids, MI | 49516 -Brill Academic Publishers | 112 Water Street, Suite 400 | Boston, MA | 02189 -British Film Institute | 21 Stephen Street | London, UK | W1T 1LN -Broadway Books | 1745 Broadway | New York, NY | 10019 -Brookings Institution | | Washington, DC | -Brookings Institution Press | | Washington, D.C. | -Brookings Institution Press | 1775 Massachusetts Avenue, N.W. | Washington, DC | 20036 -Bucknell University Press Associated University Presses | 440 Forsgate Drive | Cranbury, NJ | 08512 -C.D. Howe Institute | | Toronto | -Cambridge Scholars Publishing | 12 Back Chapman Street | Newcastle upon Tyne, UK | NE6 2XX -Cambridge University Press | | Cambridge, UK | -Cambridge University Press | 32 Avenue of the Americas | New York, NY | 10013 -Camden House Drawer | 2025 | Columbia, SC | 29202 -Carnegie Endowment for International Peace | 1779 Massachusetts Avenue N.W. | Washington, DC | 20036 -Carolina Academic Press | 700 Kent Street | Durham, NC | 27701 -Catholic University of America Press | 620 Michigan Avenue, N.E. | Washington, DC | 20064 -Center for Japanese Studies University of Michigan | 1080 S. University Avenue, Suite 3603 | Ann Arbor, MI | 48109 -Central European University Press | 400 West 59th Street | New York, NY | 10019 -Chemical Heritage Foundation | 315 Chestnut Street | Phildelphia, PA | 19106 -Chilton Co. | | Philadelphia, PA | -Clarendon Press | | Oxford | -CLSI Publications | Ventura Hall, Stanford University | Stanford, CA | 94305 -Cold Spring Harbor Laboratory Press | 500 Sunnyside Boulevard | Woodbury, NY | 11797 -Columbia University Press | 61 West 62nd Street, Third Floor | New York, NY | 10023 -Congressional Quarterly Press | 1414 22nd Street, N.W. | Washington, DC | 20037 -Continuum | 80 Maiden Lane, Suite 704 | New York, NY | 10038 -Cooper Square Press | 150 Fifth Avenue, Suite 911 | New York, NY | 10011 -Cork University Press | Youngline Industrial Estate, Pouladuff Road, Togher | Cork, Ireland | -Cork University Press/Attic Press | Youngline Industrial Estate, Pouladuff Road, Togher | Cork, Ireland | -Cornell University East Asia Program | 140 Uris Hall | Ithaca, NY | 14853 -Cornell University Press Sage House | 512 East State Street | Ithaca, NY | 14850 -Cornwall Books | 440 Forsgate Drive | Cranbury, NJ | 08512 -Counterpoint Press | 387 Park Avenue South | New York, NY | 10016 -D.S. Brewer | P. O. Box 41026 | Rochester, NY | 14604 -Da Capo Press | 11 Cambridge Center | Cambridge, MA | 02142 -Dalkey Archive Press | ISU Campus Box 4241 | Normal, IL | 61790 -Dekker | | New York | -Doubleday | | New York, NY | -Doubleday | 1745 Broadway | New York, NY | 10019 -Duckworth Publishing | International Publishers Marketing, 22883 Quicksilver Drive | Sterling, VA | 20166 -Duke University Press | | Durham, NC | -Duke University Press | P.O. Box 90660 | Durham, NC | 27708 -Dumbarton Oaks | 1703 32nd Street, NW | Washington, DC | 20007 -Duquesne University Press | 600 Forbes Avenue | Pittsburgh, PA | 15282 -Earthscan Publications | 8-12 Camden High Street | London, UK | NW1 OJH, UK -East European Monographs | c/o Columbia University Press, 61 West 62nd Street | New York, NY | 10023 -Edinburgh University Press | 22 George Square, Edinburgh EH 8 | Edinburgh, Scotland | -Edward Arnold Ltd. | | London | -Edward Elgar | | Aldershot, UK | -Edward Elgar Publishing | 136 West Stree, Suite 202 | Northampton, MA | 01060 -Eisenbrauns | P.O. Box 275 | Winona Lake, IN | 46590 -Elsevier Science Publishers B.V. | | Amsterdam | -ELT Press | Department of English, University of North Carolina, P.O. Box 26170 | Greensboro, NC | 27412 -Encounter Books | 900 Broadway, Suite 400 | New York, NY | 10003 -Faber & Faber | 19 Union Square West | New York, NY | 10003 -Fairleigh Dickinson University Press | Associated University Presses, 440 Forsgate Drive | Cranbury, NJ | 08512 -Farrar, Straus and Giroux | 19 Union Square West | New York, NY | 10003 -Federal Reserve Bank of Minneapolis | | Minneapolis | -Federal Reserve Bank of Richmond | | Richmond | -Feminist Press at the City University of New York | 311 East 94th Street | New York, NY | 10128 -Fordham University Press | 2546 Belmont Avenue, University Box L | Bronx, NY | 10458 -Fortress Press | 100 South Fifth Street, Box 1209 | Minneapolis, MN | 55402 -Franklin Beedle and Associates | | Wilsonville, OR | -Free Press | 1230 Avenue of the Americas | New York, NY | 10020 -Galen Press | P.O. Box 64400 | Tucson, AZ | 85728 -Gallaudet University Press | 800 Florida Avenue, N.E. | Washington, DC | 20002 -Garland Publishing | | New York | -Georgetown University Press | 3700 O Street, N.W. | Washington, DC | 20057 -Georgia Museum of Art | 90 Carleton Street | Atlanta, GA | 30602 -Getty Research Institute | 1200 Getty Center Drive, Suite 500 | Los Angeles, CA | 90049 -Graphics Press | | Cheshire, CT | -Greenwood Press | Greenwood Publishing Group, 88 Post Road West | Westport, CT | 06881 -Guilford Press | 72 Spring Street | New York, NY | 10012 -Hambledon and London | 102 Gloucester Avenue | London, UK | NW1 8HX -Harcourt | 15 East 26th Street | New York, NY | 10010 -Harcourt Brace Jovanovich | | New York. | -Harper and Row | | New York | -HarperCollins | 10 East 53rd Street | New York, NY | 10022 -HarperOne | 353 Sacremento Street, Suite 500 | San Francisco, CA | 94111 -Harvard Education Publishing Group | 8 Story Street, First Floor | Cambridge, MA | 02138 -Harvard University Press | | Cambridge, MA | -Harvard University Press | 79 Garden Street | Cambridge, MA | 02138 -Harwood Academic Publishers | | Chur, Switzerland | -Haworth Press | 10 Alice Street | Binghamton, NY | 13904 -Hebrew Union College Press | 3101 Clifton Avenue | Cincinnati, OH | 45220 -Heinemann Greenwood Publishing Group | 88 Post Road West | Westport, CT | 06881 -Henry Holt | 115 West 18th Street | New York, NY | 10011 -Heyday Books | P.O. Box 9145 | Berkeley, CA | 94709 -Hill & Wang | 19 Union Square West | New York, NY | 10003 -Hogarth Press | | London | -Holden-Day | | San Francisco | -Holmes & Meier | 160 Broadway, East Building | New York, NY | 10038 -Hong Kong University Press | 7 Tin Wan Praya Road | Aberdeen, Hong Kong | -Houghton Mifflin | 222 Berkeley Street | Boston, MA | 02116 -Humanity Books | 59 John Glenn Drive | Amherst, NY | 14228 -I.B.Tauris & Co Ltd | 6 Salem Road | London, UK | W2 4BU -Indiana University Press | 601 North Morton Street | Bloomington, IN | 47404 -Institute for International Economics | | Washington, DC | -Interlink Publishing | 46 Crosby Street | Northampton, MA | 01060 -Iowa State University Press | 2121 South State Avenue | Ames, IA | 50010 -Irish Academic Press | c/o ISBS, 5824 NE Hassalo Street | Portland, OR | 97213 -Island Press | 1718 Connecticut Avenue, N.W., Suite 300 | Washington, DC | 20009 -Ivan R. Dee | 1332 North Halsted Street | Chicago, IL | 60642 -Ivan R. Dee, Publisher | 1332 North Halsted Street | Chicago, IL | 60642 -J. Stockdale | | London | -JAI Press Inc. | | Greenwich, CT | -Japanese Center for International Exchange | Minami Azabu 4-9-17, Minato-ku | Tokyo, Japan | 106-0047 -John Wiley & Sons Inc | Commerce Place, 350 Main Street | Malden, MA | 02148 USA -John Wiley & Sons | Commerce Place, 350 Main Street | Malden, MA | 02148 USA -John Wiley & Sons Ltd. | | Chichester, UK | -Johns Hopkins Press | | Baltimore, MD | -Johns Hopkins University Press | 2715 North Charles Street | Baltimore, MD | 21218 -Joseph Henry Press | 500 Fifth Street NW | Washington, DC | 20001 -Jossey-Bass | 989 Market Street | San Francisco, CA | 94103 -Karnac Books | 118 Finchley Road | London, UK | NW3 5HT -Kegan Paul | P.O. Box 256 | London, UK | WC1B 3SW -Kent State University Press | P.O. Box 5190 | Kent, OH | 44242 -Kluwer Academic Publishers | | Norwell, MA | -Kluwer Academic Publishers | 233 Spring Street, Seventh Floor | New York, NY | 10013-1578 -Kumarian Press | 1294 Blue Hills Avenue | Bloomfield, CT | 06002 -League of Nations | | Geneva | -Left Coast Press | 1630 North Main Street #400 | Walnut Creek, CA | 94596 -Lehigh University Press | Associated University Presses, 440 Forsgate Drive | Cranbury, NJ | 08512 -Lexington Books | 4501 Forbes Boulevard | Lanham, MD | 20706 -Little, Brown & Company | 1271 Avenue of the Americas | New York, NY | 10020 -Liverpool University Press | 4 Cambridge Street, Liverpool L69 7ZU | Liverpool, UK | -Locust Hill Press | P.O. Box 260 | West Cornwall, CT | 06796 -Louisiana State University Press | 3990 W. Lakeshore Drive | Baton Rouge, LA | 70808 -Lynne Rienner Publishers | 1800 30th Street, Suite 314 | Boulder, CO | 80301 -M.E. Sharpe | 80 Business Park Drive | Armonk, NY | 10504 -Macmillan | | London, UK | -Macmillan and Co. | | New York | -Macmillan Press, Ltd | | London, UK | -Madison Books | 4720 Boston Way | Lanham, MD | 20706 -Markus Wiener Publishers | 231 Nassau Street | Princeton, NJ | 08542 -McFarland & Company | Box 611 | Jefferson, NC | 28640 -McGill-Queen's University Press | 3430 McTavish Street | Montreal, Canada | H3A 1X9 -McGraw-Hill | | New York, NY | -McGraw-Hill Companies | 1221 Avenue of the Americas | New York, NY | 10020 -McGraw-Hill, Inc. | | New York | -McGraw-Hill, Inc. | | New York, NY | -McGraw Hill Book Company | | New York, NY | -Mercer University Press | 1400 Coleman Avenue | Macon, GA | 31207 -Metropolitan Books | 15 West 18th Street | New York, NY | 10011 -Michigan State University Press | 1405 South Harrison Road, Manly Miles Building, Suite 25 | East Lansing, MI | 48823 -Minnesota Historical Society Press | 345 Kellogg Boulevard West | St. Paul, MN | 55102 -Miramax Books | 161 Avenue of the Americas | New York, NY | 10013 -Missouri Historical Society Press | P.O. Box 11940 | St. Louis, MO | 63112 -MIT Press | | Cambridge, MA | -MIT Press | 55 Hayward Street | Cambridge, MA | 02142 -Monthly Review Press | 122 West 27th Street | New York, NY | 10001 -Moyer Bell | 54 Phillips Street | Wickford, RI | 02852 -Museum of New Mexico Press | P.O. Box 2087 | Santa Fe, NM | 87504 -National Bureau of Economic Research | | Cambridge, MA | -Naval Institute Press | 291 Wood Road | Annapolis, MD | 21402 -New Press | 38 Greene Street | New York, NY | 10013 -New York University Press | 838 Broadway | New York, NY | 10003 -North-Holland | | Amsterdam | -North Holland Publishing Co. | | Amsterdam | -North Point Press | 19 Union Square West | New York, NY | 10003 -Northeastern University Press | 360 Huntington Avenue, 416 CP | Boston, MA | 02115 -Northwestern University Press | 625 Colfax Street | Evanston, IL | 60208 -Norton & Co. | | New York | -O'Reilly Media | | Sebastopol, CA | -Ohio State University Press | 180 Pressey Hall, 1070 Carmack Road | Columbus, OH | 43210 -Ohio University Press | 19 Circle Drive, The Ridges | Athens, OH | 45701 -Open Court Publishing | 332 South Michigan Avenue, Suite 1100 | Chicago, IL | 60604 -Open University Press | 325 Chestnutt Street | Philadelphia, PA | 19106 -Oregon State University Press | 121 The Valley Library | Corvallis, OR | 97331 -OECD | | Paris, France | -Organization for Economic Cooperation and Development | | Paris, France | -Osprey Publishing | 400 Hahn Road | Westminster, MD | 21157 -Other Press | 307 7th Avenue, Suite 1807 | New York, NY | 10001 -Overlook Press | 141 Wooster Street | New York, NY | 10012 -Oxford University Press | | Oxford, UK | -Oxford University Press | 198 Madison Avenue | New York, NY | 10016 -Palgrave Macmillan | 175 Fifth Avenue | New York, NY | 10010 -Pantheon | 1745 Broadway | New York, NY | 10019 -Paradigm Publishers | 3360 Mitchell Lane, Suite E | Boulder, CO | 80301 -Parlor Press | 816 Robinson Street | West Lafayette, IN | 47906 -Paulist Press | 997 Macarthur Boulevard | Mahwah, NJ | 07430 -Peachpit Press | | Berkeley, CA | -Pearson | | Upper Saddle River, New Jersey | -Penguin Press | 375 Hudson Street | New York, NY | 10014 -Penn State University Press | 820 North University Drive | University Park, PA | 16802 -Pergamon Press | | Oxford, UK | -Perseus Books Group | 387 Park Avenue South | New York, NY | 10016 -Peter Lang Publishing | 275 Seventh Avenue, 28th Floor | New York, NY | 10001 -Philip Wilson Publishers | 109 Drysdale Street, the Timber Yard | London, UK | -Picador | 175 Fifth Avenue | New York, NY | 10010 -Plumbago Books | P.O. Box 27832 | London, UK | SE24 9YG -Potomac Books | 22841 Quicksilver Drive | Dulles, VA | 20166 -Praeger Publishers | Greenwood Publishing Group | 88 Post Road West | Westport, CT | 06881 -Prentice-Hall, Inc. | | Upper Saddle River, NJ | -Princeton Architectural Press | 37 East 7th Street | New York, NY | 10003 -Princeton University Press | 41 William Street | Princeton, NJ | 08540 -Princeton Universtiy Press | | Princeton, NJ | -Prometheus Books | 59 John Glenn Drive | Amherst, NY | 14228 -Public Affairs | 250 West 57th Street, Suite 1321 | New York, NY | 10107 -Purdue University Press | 1207 South Campus Courts-E | West Lafayette, IN | 47907 -Python Software Foundation | | Ipswich, MA | -Quorum Books Greenwood Publishing Group | 88 Post Road West | Westport, CT | 06881 -Random House | 1745 Broadway | New York, NY | 10019 -Reaktion Books | 79 Farringdon Road | London, UK | ECIM 3JU -Resources for the Future | 1616 P Street, N.W. | Washington, DC | 20036 -Richard D. Irwin, Inc. | | Homewood, IL | -Rivendale Press | P.O. Box 85, High Wycombe | Buckinghamshire, UK | HP14 4WZ -Riverhead Books | 375 Hudson Street | New York, NY | 10014 -Rookwood Press | 520 Rookwood Place | Charlottesville, VA | 22903 -Routledge | | New York, NY | -Routledge | 270 Madison Avenue | New York, NY | 10016 -Rowman & Littlefield | 4501 Forbes Boulevard, Suite 200 | Lanham, MD | 20706 -Russell Sage Foundation | 112 East 64th Street | New York, NY | 10065 -Rutgers University Press | 100 Joyce Kilmer Avenue | Piscataway, NJ | 08854 -Sage Publications | 2455 Teller Road | Thousand Oaks, CA | 91320 -Saint Joseph's University Press | 5600 City Avenue | Philadelphia, PA | 19131 -Scarecrow Press | 4720 Boston Way | Lanham, MD | 20706 -Schocken Books | 1745 Broadway | New York, NY | 10019 -Scholarly Resources | 104 Greenhill Avenue | Wilmington, DE | 19805 -School of American Research Press P.O, Box 2188 | Santa Fe, NM | 87504 -Scott, Foresmand and Company | | Glenview, IL | -Scribner | 1230 Avenue of the Americas | New York, NY | 10020 -Seven Stories Press | 140 Watts Street | New York, NY | 10013 -Sierra Club Books | 85 Second Street | San Francisco, CA | 94105 -Simon & Schuster | 1230 Avenue of the Americas | New York, NY | 10020 -Simon & Schuster, Inc. | | New York | -Smithsonian Books | 750 Ninth Street, Suite 4300 | Washington, DC | 20560 -Society of Biblical Literature | 825 Houston Mill Road, Suite 350 | Atlanta, GA | 30329 -South-Western | | Cincinnati, OH | -South-Western College Publishing | | Cincinnati, OH | -South End Press | 7 Brookline Street #1 | Cambridge, MA | 02139 -Southern Illinois University Press | 1915 University Press Drive, MC 6806 | Carbondale, IL | 62901 -Southern Methodist University Press | P. O. Box | 750415 | Dallas, TX | 75275 -Spon Press | 29 West 35th Street | New York, NY | 10001 -Springer-Verlag | | New York, NY | -Springer Publishing | 536 Broadway | New York, NY | 10012 -St. Augustine's Press P.O. Box | 2285 | South Bend, IN | 46680 -St. Martin's Press | | New York | -St. Martin's Press | 175 Fifth Avenue | New York, NY | 10010 -St. Martin's Press, Inc. | | New York, NY | -Stanford University Press | | Stanford, CA | -Stanford University Press | 1450 Page Mill Road | Palo Alto, CA | 94304 -State University of New York Press | State University Plaza | Albany, NY | 12246 -Stylus Publishing | 22883 Quicksilver Drive | Sterling, VA | 20166-2012 -Susquehanna University Press | Associated University Presses, 440 Forsgate Drive | Cranbury, NJ | 08512 -Sussex Academic Press | 920 NE 58th Avenue | Portland, OR | 97213 -Sutton Publishing | P.O. Box 605 | Herndon, VA | 20172 -Swarm Development Group | | Santa Fe, New Mexico | -Syracuse University Press | 621 Skytop Road, Suite 110 | Syracuse, NY | 13244 -Teachers College Press | Teachers College, Columbia University, 1234 Amsterdam Avenue | New York, NY | 10027 -Temple University Press | 1601 North Broad Street | Philadelphia, PA | 19122 -Texas A&M University Press John H. Lindsey Building, Lewis Street, 4534 TAMU | College Station, TX | 77843 -Texas Christian University Press | P.O. Box 298300 | Fort Worth, TX | 76129 -Texas State Historical Association Press | 1 University Station D0901 | Austin, TX | 78712 -Texas Tech University Press | Box 41037 | Lubbock, TX | 79409 -Thames & Hudson | 500 Fifth Avenue | New York, NY | 10110 -The Brookings Institution | | Washington, DC | -The Free Press | | New York | -The Macmillan Company | | New York | -The Macmillan Press Ltd | | London | -The MIT Press | | Cambridge, MA | -Transaction Publishers | | New Brunswick, NJ | -Transaction Publishers | Rutgers University, 35 Berrue Circle | Piscataway, NJ | 08854 -Trinity University Press One Trinity Place | San Antonio, TX | 78212 -United Nations | | New York, NY | -United States Government Printing Office | | Washington, DC | -United States Institute of Peace Press | 1200 17th Street, N.W., Suite 200 | Washington, DC | 20036 -University of Akron Press | 374B Bierce Library | Akron, OH | 44325 -University of Alabama Press | P.O. Box 870380 | Tuscaloosa, AL | 35487 -University of Alaska Press | First Floor, Gruening Building | Fairbanks, AK | 99775 -University of Arizona Press | 355 S. Euclid Avenue, Suite 103 | Tucson, AZ | 85719 -University of Arkansas Press | 105 McIlroy Avenue | Fayettville, AR | 72701 -University of British Columbia Press | 2029 West Mall, Vancouver | British Columbia | V6T 1Z2 -University of Calgary Press | 2500 University Drive, N.W. | Calgary, Alberta | T2N 1N4 -University of California Press | 2120 Berkeley Way | Berkeley, CA | 94720 -University of Chicago Press | | Chicago, IL | -University of Chicago Press | 1427 East 60th Street | Chicago, IL | 60637 -University of Michigan Press | | Ann Arbor, MI | -University of Minnesota Press | | Minneapolis, MN | -W.W. Norton & Company | | New York, NY | -W.W. Norton & Company, Inc. | | New York, NY | -W.W. Norton | | New York, NY | -W.W. Norton and Co. | | New York, NY | -Westview Press | | Boulder, CO | -Wiley-Interscience | | Hoboken, New Jersey | -Wiley | | New York, NY | - diff --git a/documentation/sphinxext/bibstuff/doc/license.txt b/documentation/sphinxext/bibstuff/doc/license.txt deleted file mode 100644 index 80ffff647e..0000000000 --- a/documentation/sphinxext/bibstuff/doc/license.txt +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License - -Copyright (c) 2006, 2007, 2008 Dylan Schwilk and Alan G. Isaac (as -specified in the source files) - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/documentation/sphinxext/bibstuff/ebnf_sp.py b/documentation/sphinxext/bibstuff/ebnf_sp.py deleted file mode 100644 index c526f7f9d4..0000000000 --- a/documentation/sphinxext/bibstuff/ebnf_sp.py +++ /dev/null @@ -1,63 +0,0 @@ -""" -Contains some simpleparse style ebnf declarations -for use in parsing with simpleparse. - -:author: Alan G Isaac -:contact: http://www.american.edu/cas/econ/faculty/isaac/isaac1.htm -:copyright: 2006 by Alan G Isaac -:license: MIT (see `license.txt`_) -:date: 2006-08-19 -""" - -# AI's modifications for reST -cites_rest = r""" -src := plain_or_fn_or_cite* ->plain_or_fn_or_cite< := cite / fn_or_plain -cite := '[', -([]#] / [0-9]+),-[]]+, ']_' ->fn_or_plain< := fn / plain -fn := '[', ('#' / '*' / [0-9]+), ']_' -plain := noref_brackets / nopunct+ / punct ->nopunct< := -punct ->punct< := '[' / ']' ->noref_brackets< := '[', -[]]+, ']', ?-'_' -""" - -cites_only_rest = r""" -src := plain_or_fn_or_cite* ->plain_or_fn_or_cite< := cite / fn_or_plain -cite := '[', -([]#] / [0-9]+),-[]]+, ']_' ->fn_or_plain< := fn / plain - := '[', ('#' / '*' / [0-9]+), ']_' - := noref_brackets / nopunct+ / punct ->nopunct< := -punct ->punct< := '[' / ']' ->noref_brackets< := '[', -[]]+, ']', ?-'_' -""" - -#EXPERIMENTAL VERSION (use is currently recommended) -cites_xp = r""" -src := plain_or_known* ->plain_or_known< := known / plain ->known< := inline_literal / cite / fn -inline_literal := '``', -'``'+, '``' -cite := '[', -([]#] / [0-9]+),-[]]+, ']_' -fn := '[', ('#' / '*' / [0-9]+), ']_' -plain := noref_brackets / nopunct+ / punct ->nopunct< := ?-inline_literal,-punct ->punct< := '[' / ']' ->noref_brackets< := '[', -[]]+, ']', ?-'_' -""" - - - -# Schwilk's original: -# EBNF description of a simple text file with citations in reST format -addrefs = r''' -src := plain_or_cite* ->plain_or_cite< := cite / plain -cite := '[', -[]]+, ']_' -plain := nocite_brackets / nopunct+ / punct ->nopunct< := -punct ->punct< := '[' / ']' ->nocite_brackets< := '[', -[]]+, ']', ?-'_' -''' diff --git a/documentation/sphinxext/bibstuff/examples/example.bib b/documentation/sphinxext/bibstuff/examples/example.bib deleted file mode 100755 index cb167f0c83..0000000000 --- a/documentation/sphinxext/bibstuff/examples/example.bib +++ /dev/null @@ -1,88 +0,0 @@ -@string{jorr="Journal of Occasionally Reproducible Results"} -@article{vonHagel+vonHagel:2000, - author = {Joe von Hagel and van der Meer, Jako}, - title = {Von test}, - year = 2010, - journal = jorr, - volume = 2, - pages = {1--100} -} -@article{isaac.schwilk-2010, - author = {Isaac, Alan G. and -Dylan Schwilk}, - title = {Using Interoperable Names}, - year = 2010, - journal = jorr, - volume = 1, - pages = {1--100}, -} - -@article{schwilk+isaac:2010, - author = {Dylan Walker Schwilk and Alan G. Isaac}, - title = {Using Dangerous Names}, - year = 2010, - journal = jorr, - volume = 2, - pages = {1--100}, -} - -@article{man-2010, - author = {Man, Nowhere}, - title = {Using Dangerous Syntax}, - year = 2010, - journal = jorr, - volume = 3, - pages = {1--100}, -} - -@article{martin-2008-jds, - author = {Henno M\"artin}, - title = "Using {\"a}ccents", - year = 2008, - journal = {Journal of Desert Studies}, - volume = 1, - pages = {1--10} -} -@article{Marten+As:1900, - author = {J\orgen M\"{a}rtin and Sven \AAs}, - title = {Names with latex accents and non-English characters}, - year = 1900, - journal = {Journal of Glacial Studies}, - volume = 1, - pages = {1--10}, -} - -@article{doe-2525-tq, - author = "Doe, John Edgar", - title = "{Testing} quoted strings", - year = 2525, - journal = "Testing Quarterly", - volume = "{1}", - pages = "1--10", -} -@article{Doe:2023, - author={Doe, John \AAdgar}, - title = "Testing quoted strings with accent in entry", - year = 1900, - journal = "Testing quarterly", - volume = "{1}", - pages = "1--10", -} -@article{Poussin:1900, - author={Charles Louis Xavier Joseph de la Vallee Poussin}, - title = {A Long Name}, - year = 1900, - journal = {Testing quarterly}, - volume = {1}, - pages = {1--20} -} -@article{vanWilgen:1910, - author={van Baer Wilgen, jr , Edward Charles}, - title = {A vljf test}, - year = 1910, - journal = {Testing quarterly}, - volume = {1}, - pages = {21--30} -} -@comment "The text comment" - diff --git a/documentation/sphinxext/bibstuff/examples/examples-README.txt b/documentation/sphinxext/bibstuff/examples/examples-README.txt deleted file mode 100644 index 84f00e839b..0000000000 --- a/documentation/sphinxext/bibstuff/examples/examples-README.txt +++ /dev/null @@ -1,35 +0,0 @@ -================================ - README: BibStuff examples -================================ - -:authors: Dylan W. Schwilk and Alan G. Isaac -:web site: http://www.pricklysoft.org -:source code: http://code.google.com/p/bibstuff/ -:date: 2009-02-13 -:version: 1.0 - -Some odds and ends files and scripts -==================================== - -rst_input.txt - An example reStructuredText document using bibstuff style - citations for processing with bib4txt.py. - -testout.txt - Example output bibliography from running bib4txt.py on - rst_input.txt. - `> python bib4txt.py -i examples/rst_input.txt -no examples/new-testout.txt examples/example.bib` - -jmaker.py - A little script to translate the list of journal abbreviations - from `Cambridge Scientific Abstracts`_ to the format used by - jabbrev.py. The CSA format file is journals_from_csa.txt and the - the output produced by running jmaker.py on this file is - journal_abbreviations.txt. - -schwilk.bib - An example bibliography database - - -.. _`Cambridge Scientific Abstracts` : http://www.csa.com/htbin/sjldisp.cgi?filename=/wais/data/srcjnl/biologset - diff --git a/documentation/sphinxext/bibstuff/examples/jmaker.py b/documentation/sphinxext/bibstuff/examples/jmaker.py deleted file mode 100644 index f283a44b8a..0000000000 --- a/documentation/sphinxext/bibstuff/examples/jmaker.py +++ /dev/null @@ -1,20 +0,0 @@ -#!usr/bin/python - -# simple script to take journal list from -# http://www.csa.com/htbin/sjldisp.cgi?filename=/wais/data/srcjnl/biologset -# and produce a format readable by jabbrev.py - - -import sys, string - -input = sys.stdin.readlines() - -for line in input: - names = line.split(', (') - journal = names[0].strip() - try : - info = names[1].split(')') - abbrev = info[0].strip() - except : - abbrev = journal - print "%s = %s" % (abbrev, journal) diff --git a/documentation/sphinxext/bibstuff/examples/journal_abbreviations.txt b/documentation/sphinxext/bibstuff/examples/journal_abbreviations.txt deleted file mode 100644 index 2ab896a023..0000000000 --- a/documentation/sphinxext/bibstuff/examples/journal_abbreviations.txt +++ /dev/null @@ -1,5928 +0,0 @@ -Trends Guide = A Trends Guide -Aarsberet. Nor. Fisk. = Aarsberet. Nor. Fisk. -Aarsberet. NORCONS-RV = Aarsberetning. NORCONS-RV -Aarsberet. Nordlands Forsk. = Aarsberetning. Nordlands Forskning -Aarsberet. Norsk Sjoefartsmus. = Aarsberetning. Norsk Sjoefartsmuseum -Aarsberet. SSF = Aarsberetning. Sildolje- og Sildemelindustriens Forskningsinstitutt -Aarsberet. Statens Kartverk = Aarsberetning. Statens Kartverk -Aarsmelding Eksport. Fisk = Aarsmelding. Eksportutvalget for Fisk -Aarsmelding Fiskeriforsk. = Aarsmelding. Fiskeriforskning -Aarsmelding. Havforskingsinst. = Aarsmelding. Havforskingsinstituttet -Aarsmelding Nordlands Forsk. = Aarsmelding. Nordlands Forskning -Aarsmelding Norges Landbrukshoegsk. = Aarsmelding. Norges Landbrukshoegskole -Aarsmelding Norges Sildesalgslag = Aarsmelding. Norges Sildesalgslag -Aarsrapp. Fiskeriforsk. = Aarsrapport. Fiskeriforskning -Abh. Akad. Wiss. Lit. Mainz Math.-Naturwiss. Kl. = Abhandlungen. Akademie der Wissenschaften und der Literatur, Mainz. Mathematisch- Naturwissenschaftliche Klasse. Mainz -Abh. Naturwiss. Ver. Bremen = Abhandlungen. Naturwissenschaftlicher Verein zu Bremen. Bremen -Abysses = Abysses. Monaco -Abysses = Abysses. Musee Oceanographique Monaco -Acad. Est. Acad. Sci. = Academia. Estonian Academy of Sciences. Tallin -Acad. Med. = Academic Medicine -Acarologia = Acarologia -Accid. Anal. Prev. = Accident Analysis & Prevention -ACI Mater. J. = ACI Materials Journal -ACI Struct. J. = ACI Structural Journal -ACIAR Proc. = ACIAR proceedings. Canberra -ACOPS Yearb. = ACOPS yearbook. London -Acoust. Phys. = Acoustical physics. New York NY -Acta Acad. Agric. Tech. Olst. Prot. Aquarum Piscatoria = Acta Academiae Agriculturae ac Technicae Olstenensis. Protectio Aquarum et Piscatoria -Acta Amazon. = Acta Amazonica -Acta Anaesthesiol. Scand. = Acta Anaesthesiologica Scandinavica -Acta Anat. = Acta Anatomica -Acta Arct. = Acta arctica. Copenhagen -Acta Astronaut. = Acta Astronautica -Acta Biochim. Pol. = Acta Biochimica Polonica -Acta Biol. Hung. = Acta Biologica Hungarica -Acta Biol. Iugosl. (B Mikrobiol. = Acta Biologica Iugoslavica, Series B. Mikrobiologijca -Acta Biol. Iugosl. (E Ichthyol. = Acta biologica iugoslavica. Serija E. Ichthyologia. Belgrade -Acta Biol. Univ. Daugavpiliensis = Acta Biologica Universitatis Daugavpiliensis -Acta Biol. Venez. = Acta biologica venezuelica. Caracas -Acta Biotechnol. = Acta Biotechnologica -Acta Bot. Boreali-Occidential Sinica = Acta Botanica Boreali-Occidentalia Sinica -Acta Bot. Croat. = Acta Botanica Croatica -Acta Bot. Fenn. = Acta Botanica Fennica -Acta Bot. Gallica = Acta Botanica Gallica -Acta Bot. Neerl. = Acta Botanica Neerlandica -Acta Cient. Venez. = Acta Cientifica Venezolana -Acta Ecol. Sin./Shengtai Xuebao = Acta ecologica sinica/Shengtai Xuebao. Beijing -Acta Entomol. (Prague = Acta entomologica (Prague). Supplement. Prague -Acta Entomol. Chilena = Acta Entomologica Chilena -Acta Entomol. Iberica Macarones. = Acta Entomologica Iberica Macaronesica -Acta Entomol. Serbica = Acta Entomologica Serbica -Acta Entomol. Siles. = Acta Entomologica Silesiana -Acta Entomol. Sin. = Acta Entomologica Sinica -Acta Entomol. Sloven. = Acta Entomologica Slovenica -Acta Geogr. Sin./Dili Xuebao = Acta geographica sinica/Dili Xuebao. Beijing -Acta Geol. Leopold. = Acta geologica leopoldensia. Sao Leopoldo -Acta Geol. Lilloana = Acta geologica lilloana. Tucuman -Acta Geol. Pol. = Acta geologica polonica. Warsaw -Acta Histochem. Cytochem. = Acta Histochemica et Cytochemica -Acta Hydrobiol. (Cracow = Acta Hydrobiologica (Cracow) -Acta Hydrobiol. Litu. = Acta hydrobiologica lituanica. Vilnius -Acta Hydrobiol. Sin./Shuisheng Shengwu Xuebao = Acta hydrobiologica sinica/Shuisheng Shengwu Xuebao. Wuhan -Acta Hydrochim. Hydrobiol. = Acta Hydrochimica et Hydrobiologica -Acta Ichthyol. Pisc. = Acta Ichthyologica et Piscatoria -Acta Microbiol. Hung. = Acta microbiologica hungarica. Budapest -Acta Microbiol. Pol. = Acta Microbiologica Polonica -Acta Microbiol. Sin. = Acta Microbiologica Sinica -Acta Morphol. Hung. = Acta morphologica hungarica. Budapest -Acta Mus. Morav./Cas. Morav. Mus. Brne = Acta Musei moraviae/Casopsis Moravskeho musea v Brne. Brno -Acta Mycol. = Acta Mycologica -Acta Neurobiol. Exp. = Acta Neurobiologiae Experimentalis -Acta Oceanogr. Taiwan. = Acta Oceanographica Taiwanica -Acta Oceanol. Sin./Haiyang Xuebao = Acta Oceanologica Sinica/Haiyang Xuebao -Acta Oceanol. Sin./Haiyang Xuebao = Acta oceanologica sinica/Haiyang Xuebao. Beijing -Acta Oecol. = Acta Oecologica -Acta Ophthalmol. Scand. = Acta Ophthalmologica Scandinavica -Acta Ornithol. (Warszawa = Acta Ornithologica (Warszawa) -Acta Ornithol. Lit. = Acta Ornithologica Lituanica -Acta Paediatr. = Acta Paediatrica -Acta Palaeontol. Pol. = Acta Palaeontologica Polonica -Acta Parasitol. Port. = Acta Parasitologica Portuguesa -Acta Pharm. Hung. = Acta Pharmaceutica Hungarica -Acta Pharm. Turc. = Acta Pharmaceutica Turcica -Acta Physiol. Scand. = Acta Physiologica Scandinavica -Acta Phytogeogr. Suec. = Acta phytogeographica suecica. Uppsala -Acta Phytopathol. Acad. Sci. Hung. = Acta phytopathologica Academiae scientiarum hungaricae. Budapest -Acta Phytopathol. Entomol. Hung. = Acta Phytopathologica et Entomologica Hungarica -Acta Polytech. Scand. = Acta Polytechnica Scandinavica -Acta Protozool. = Acta Protozoologica -Acta R. Soc. Sci. Litt. Gothob. (Zool. = Acta Regiae Societatis scientiarum et litterarum gothoburgensis. Zoologica. Gothenburg -Acta Sci. Circumstant./Huanjing Kexue Xuebao = Acta scientiae circumstantiae/Huanjing Kexue Xuebao. Beijing -Acta Sci. Nat. Univ. Sunyatseni/Zhongshan Daxue Xuebao = Acta scientiarum naturalium Universitatis Sunyatseni/Zhongshan Daxue Xuebao. Guangzhou -Acta Sci. = Acta scientiarum. Maringa -Acta Sedimentol. Sin./Chenji Xuebao = Acta sedimentologica sinica/Chenji Xuebao. Lanzhou -Acta Soc. Zool. Bohem. = Acta Societatis Zoologicae Bohemicae -Acta Trop. = Acta Tropica -Acta Univ. Carol. Biol. = Acta Universitatis Carolinae Biologica -Acta Vet. (Brno = Acta Veterinaria (Brno) -Acta Virol. = Acta Virologica -Acta Zool. (Stockh. = Acta Zoologica (Stockholm) -Acta Zool. (Stockh. = Acta zoologica (Stockholm). Stockholm -Acta Zool. Acad. Sci. Hung. = Acta Zoologica Academiae Scientiarum Hungaricae -Acta Zool. Cracov. = Acta Zoologica Cracoviensia -Acta Zool. Pathol. Antverp. = Acta zoologica et pathologica antverpiensia. Antwerp -Acta Zool. Fenn. = Acta Zoologica Fennica -Acta Zool. Mex. = Acta Zoologica Mexicana -Acta Zool. Sin./Dongwu Xuebao = Acta zoologica sinica/Dongwu Xuebao. Beijing -Acta Zool. Taiwan. = Acta zoologica taiwanica. Taipei -Actes Colloq. IFREMER = Actes de colloques. Institut Francais de Recherche pour l'Exploitation de la Mer. Brest -Act. Dir. Rech. Sci. Tech. (Que. Prov. = Activites. Direction de la Recherche scientifique et technique (Quebec Prov.). Gaspe PQ -Actual. Biol. = Actualidades biologicas. Medellin -Adapt. Behav. = Adaptive Behavior -Addiction = Addiction -Addict. Biol. = Addiction Biology -Addict. Behav. = Addictive Behaviors -Adm. Law Rev. = Administrative law review. Chicago IL -Admin. Rep. Southwest Fish. Sci. Cent. = Administrative Report. Southwest Fisheries Science Center -Adolescence = Adolescence -Adour Garonne = Adour Garonne. Toulouse -Adv. Drug Del. Rev. = Advanced Drug Delivery Reviews -Adv. Appl. Microbiol. = Advances in Applied Microbiology -Adv. Bot. Res. = Advances in Botanical Research -Adv. Cancer Res. = Advances in Cancer Research -Adv. Complex Syst. = Advances in Complex Systems -Adv. Drug Res. = Advances in Drug Research -Adv. Ecol. Res. = Advances in Ecological Research -Adv. Eng. Software = Advances in Engineering Software -Adv. Environ. Res. = Advances in Environmental Research -Adv. Ethol. = Advances in Ethology -Adv. Exp. Med. Biol. = Advances in Experimental Medicine and Biology -Adv. Food Nutr. Res. = Advances in food and nutrition research. New York NY -Adv. Food Res. Suppl. = Advances in Food Research. Supplement -Adv. Food Sci. = Advances in Food Sciences -Adv. Genet. = Advances in Genetics -Adv. Host Def. Mech. = Advances in Host Defense Mechanisms -Adv. Immunol. = Advances in Immunology -Adv. Insect Physiol. = Advances in Insect Physiology -Adv. Limnol. = Advances in limnology. Stuttgart -Adv. Mar. Biol. = Advances in Marine Biology -Adv. Microb. Ecol. = Advances in Microbial Ecology -Adv. Microb. Physiol. = Advances in Microbial Physiology -Adv. MRI Contrast = Advances in MRI Contrast -Adv. Parasitol. = Advances in Parasitology -Adv. Struct. Eng = Advances in Structural Engineering -Adv. Virus Res. = Advances in Virus Research -Adv. X-Ray Contrast = Advances in X-Ray Contrast -Adverse Drug React. Bull. = Adverse Drug Reaction Bulletin -Adverse Drug React. Toxicol. Rev. = Adverse Drug Reactions and Toxicological Reviews -Advis. Comm. Pap. Fish. Dep. West. Aust. = Advisory Committee Paper. Fisheries Department of Western Australia -Advis. Serv. Sea Grant Program South. Calif. Univ. = Advisory services. Sea Grant Program, Southern California University. Los Angeles CA -Aegir/Sea = Aegir/Sea. Reykjavik -Aerobiologia = Aerobiologia -Aeronaut. J. = Aeronautical Journal -AFE Facil. Eng. J. = AFE Facilities Engineering Journal -Afr. Entomol. = African Entomology -Afr. J. AIDS Res. = African Journal of AIDS Research -Afr. J. Aquat. Sci. = African Journal of Aquatic Science -Afr. J. Ecol. = African Journal of Ecology -Afr. J. Ecol. = African journal of ecology. Nairobi -Afr. J. Trop. Hydrobiol. Fish. = African journal of tropical hydrobiology and fisheries. Kampala -Afr. Plant Prot. = African Plant Protection -Afr. Wildl. = African Wildlife -Afr. Zool. = African Zoology -Age Ageing = Age and Ageing -Aggressive Behav. = Aggressive Behavior -Agra Univ. J. Res. (Sci. = Agra University journal of research: science. Agra -Agraroekologie = Agraroekologie -Agribiol. Res. = Agribiological Research -Agric. Pesca Aliment. Esp. = Agricultura, la pesca y la alimentacion espanolas. Madrid -Agric. Biol. Chem. = Agricultural and Biological Chemistry -Agric. Food Sci. Finland = Agricultural and Food Science in Finland -Agric. For. Entomol. = Agricultural and Forest Entomology -Agric. Resour. Econ. Rev. = Agricultural and Resource Economics Review -Agric. Econ. Res. = Agricultural Economics Research -Agric. Water Manage. = Agricultural Water Management -Agric. North. Irel. = Agriculture in Northern Ireland -Agric., Ecosyst. Environ. = Agriculture, Ecosystems & Environment -Agro Ciec. = Agro Ciencia -Agro Sur = Agro Sur -Agro-Environ. Sci. Prot. = Agro-Environment Protection -Agroalimentaria = Agroalimentaria -Agrochimica = Agrochimica -Agron. Colombiana = Agronomia Colombiana -Agron. Lusit. = Agronomia lusitana. Oeiras -Agron. J. = Agronomy Journal -Agron. Res. = Agronomy Research -AI Commun. = AI Communications -AIAA J. = AIAA Journal -AICHE J. = AICHE Journal -AICHE Symp. Ser. = AICHE Symposium Series -AIDS = AIDS -AIDS Behav. = AIDS and Behavior -AIDS Care = AIDS Care -AIDS Educ. Prev. = AIDS Education and Prevention -AIDS Patient Care STDs = AIDS Patient Care and STDs -AIDS Res. Hum. Retroviruses = AIDS Research and Human Retroviruses -Aircraft Eng. Aerospace Technol. = Aircraft Engineering and Aerospace Technology -A I S E Steel Technol. = AISE Steel Technology -Al'gologiya = Al'gologiya. Kiev -Alaska Fish. Res. Bull. = Alaska Fishery Research Bulletin -Alaska Sea Grant Rep. Alaska Sea Grant Program Univ. Alaska = Alaska Sea Grant report. Alaska Sea Grant Program, University of Alaska. Anchorage AK -Alauda = Alauda -Albertoa = Albertoa -Alcohol = Alcohol -Alcohol Alcohol. = Alcohol and Alcoholism -Alcohol. Treat. Quart. = Alcoholism -ALCOM News = ALCOM news. Harare -ALCOM Rep. = ALCOM report. Harare -Alexanor = Alexanor -Algae = Algae -Alieft. Nea/Fish. News = Alieftika nea/Fishing news. Athens -Allergy = Allergy -Alpe Adria Microbiol. J. = Alpe Adria Microbiology Journal -Alternatives = Alternatives -Alytes = Alytes -Alzheimer's Dis. Rev. = Alzheimer's Disease Review -Amazoniana = Amazoniana -Amazoniana = Amazoniana. Kiel -Ambiente = Ambiente. Offenburg -Ambio = Ambio -Ambio Spec. Rep. = Ambio special report. Oslo -Ambio = Ambio. Stockholm -Ambulatory Pediatr. = Ambulatory Pediatrics -Ameghiniana = Ameghiniana. Buenos Aires -Am. Bee J. = American Bee Journal -Am. Entomol. = American Entomologist -Am. Fam. Physician = American Family Physician -Am. Fern J. = American Fern Journal -Am. Fish. Soc. Special Pub. = American Fisheries Society Special Publication -Am. Fish. Soc. Symp. = American Fisheries Society Symposium -Am. Foreign Policy Interests = American Foreign Policy Interests -Am. Ind. Hyg. Assoc. J. = American Industrial Hygiene Association Journal -Am. J. Agric. Econ. = American Journal of Agricultural Economics -Am. J. Alternative Agric. = American Journal of Alternative Agriculture -Am. J. Alzheimer's Dis. Other Dementias = American Journal of Alzheimer's Disease and Other Dementias -Am. J. Bot. = American Journal of Botany -Am. J. Chin. Med. = American Journal of Chinese Medicine -Am. J. Clin. Nutr. = American Journal of Clinical Nutrition -Am. J. Community Psychol. = American Journal of Community Psychology -Am. J. Drug Alcohol Abuse = American Journal of Drug and Alcohol Abuse -Am. J. Epidemiol. = American Journal of Epidemiology -Am. J. Forensic Med. Pathol. = American Journal of Forensic Medicine and Pathology -Am. J. Health Ed. = American Journal of Health Education -Am. J. Health Promot. = American Journal of Health Promotion -Am. J. Health Stud. = American Journal of Health Studies -Am. J. Hum. Biol. = American Journal of Human Biology -Am. J. Hum. Genet. = American Journal of Human Genetics -Am. J. Ind. Med. = American Journal of Industrial Medicine -Am. J. Law Med. = American Journal of Law and Medicine -Am. J. Med. Genet. A = American Journal of Medical Genetics Part A -Am. J. Med. = American Journal of Medicine -Am. J. Neuroradiol. = American Journal of Neuroradiology -Am. J. Nurs. = American Journal of Nursing -Am. J. Ophthalmol. = American Journal of Ophthalmology -Am. J. Orthopsychiatry = American Journal of Orthopsychiatry -Am. J. Phys. Med. Rehabil. = American Journal of Physical Medicine and Rehabilitation -Am. J. Physiol. Cell Physiol. = American Journal of Physiology: Cell Physiology -Am. J. Physiol. Endocrinol. Metabol. = American Journal of Physiology: Endocrinology and Metabolism -Am. J. Physiol. Heart Circ. Physiol. = American Journal of Physiology: Heart and Circulatory Physiology -Am. J. Physiol. Regul. Integr. Comp. Physiol. = American Journal of Physiology: Regulatory, Integrative and Comparative Physiology -Am. J. Prev. Med. = American Journal of Preventive Medicine -Am. J. Primatol. = American Journal of Primatology -Am. J. Psychiatry = American Journal of Psychiatry -Am. J. Public Health = American Journal of Public Health -Am. J. Reprod. Immunol. = American Journal of Reproductive Immunology -Am. J. Respir. Crit. Care Med. = American Journal of Respiratory and Critical Care Medicine -Am. J. Roentgenol. = American Journal of Roentgenology -Am. J. Sci. = American Journal of Science -Am. J. Sports Med. = American Journal of Sports Medicine -Am. J. Transplantation = American Journal of Transplantation -Am. J. Trop. Med. Hyg. = American Journal of Tropical Medicine and Hygiene -Am. J. Vet. Res. = American Journal of Veterinary Research -Am. Malacol. Bull. = American Malacological Bulletin -Am. Midl. Nat. = American Midland Naturalist -Am. Mus. Novit. = American Museum Novitates. New York NY -Am. Nat. = American Naturalist -Am. Psychol. = American Psychologist -Am. Sci. = American Scientist -Am. Univ. Law Rev. = American university law review. Washington DC -Am. Zool. = American Zoologist -Amino Acids = Amino Acids -Amphibia-Reptilia = Amphibia-Reptilia -Amphipacifica = Amphipacifica -Amyotrophic Lat. Scler. = Amyotrophic Lateral Sclerosis -Anaesthesia = Anaesthesia -An. Bras. Dermatol. = Anais Brasileiros de Dermatologia -An. Acad. Bras. Cienc. = Anais da Academia Brasileira de Ciencias. Rio de Janeiro -An. Fac. Med. Vet. Lisb. = Anais da Faculdade de Medicina Veterinaria, Lisbon. Lisbon -An. Soc. Entomol. Bras. = Anais de Sociedade Entomologica do Brasil -An. Clube Mil. Nav. Lisb. = Anais do Clube Militar Naval, Lisbon. Lisbon -An. Inst. Hig. Med. Trop. Lisb. = Anais do Instituto de Higiene e Medicina Tropical, Lisbon. Lisbon -An. Inst. Hidrogr. Lisb. = Anais do Instituto Hidrografico, Lisbon. Lisbon -An. Biol. = Anales de biologia. Madrid -An. Inst. Biol. Univ. Nac. Auton. Mex. (Bot. = Anales del Instituto de Biologia, Universidad Nacional Autonoma de Mexico. Serie botanica. Mexico City -An. Inst. Biol. Univ. Nac. Auton. Mex. (Zool. = Anales del Instituto de Biologia, Universidad Nacional Autonoma de Mexico. Serie zoologia. Mexico City -An. Inst. Cienc. Mar Limnol. Univ. Nac. Auton. Mex. = Anales del Instituto de Ciencias del Mar y Limnologia, Universidad Nacional Autonoma de Mexico. Mexico City -An. Inst. Patagonia = Anales del Instituto de la Patagonia. Punta Arenas -An. Mus. Hist. Nat. Valparaiso = Anales del Museo de Historia Natural de Valparaiso. Valparaiso -Analusis = Analusis. Paris -Analyst (Cambridge UK = Analyst (Cambridge UK) -Anal. Chim. Acta = Analytica Chimica Acta -Anal. Bioanal. Chem = Analytical and Bioanalytical Chemistry -Anal. Biochem. = Analytical Biochemistry -Anal. Chem. (Wash. = Analytical Chemistry (Washington) -Anal. Lett. = Analytical Letters -Anartia = Anartia -Anat. Rec. A. Discov. Mol. Cell. Evol. Biol. = Anatomical Record. Part A: Discoveries in Molecular, Cellular, and Evolutionary Biology -Andamento Ind. Conserv. Ittica Ital. = Andamento dell'industria conserviera ittica italiana. Rome -Anesth. Analg. = Anesthesia & Analgesia -Anesthesiology = Anesthesiology -Angew. Bot. = Angewandte Botanik -Angiogenesis = Angiogenesis -Anim. Behav. = Animal Behaviour -Anim. Biodiv. Conserv. = Animal Biodiversity and Conservation -Anim. Biol. = Animal Biology -Anim. Biotechnol. = Animal Biotechnology -Anim. Conserv. = Animal Conservation -Anim. Conserv. = Animal conservation. Cambridge -Anim. Genet. = Animal Genetics -Anim. Learn. Behav. = Animal Learning & Behavior -Anim. Prod. = Animal Production -Anim. Res. = Animal Research -Anim. Res. Dev. = Animal research and development. Tubingen -Anim. Sci. Technol. = Animal Science and Technology -Anim. Sci. Pap. Rep. = Animal Science Papers and Reports -Anim. Welfare = Animal Welfare -Animalia = Animalia -Animalia = Animalia. Barcelona -Ann. Meteorol. (Neue Folge = Annalen der Meteorologie. Neue Folge. Offenbach -Ann. Naturhist. Mus. Wien (A Mineral. Petrogr. Geol. Palaeontol. Anthropol. Praehist. = Annalen des Naturhistorischen Museums in Wien. Serie A. Mineralogie und Petrographie, Geologie und Palaontologie, Anthropologie und Prahistorie. Wien -Ann. Naturhist. Mus. Wien (B Bot. Zool. = Annalen des Naturhistorischen Museums in Wien. Serie B. Botanik und Zoologie. Wien -Ann. Naturhist. Mus. Wien (C Jahresber. = Annalen des Naturhistorischen Museums in Wien. Serie C. Jahresberichte. Wien -Annales = Annales -Ann. Bot. Fenn. = Annales Botanici Fennici -Ann. Inst. Oceanogr. Paris (Nouv. Ser. = Annales de l'Institut oceanographique, Paris. Nouvelle serie. Paris -Ann. Soc. Sci. Nat. Charente-Marit. = Annales de la Societe des Sciences naturelles de la Charente-Maritime. La Rochelle -Ann. Stn. Biol. Besse-en-Chandesse = Annales de la Station biologique de Besse-en-Chandesse. Besse-en-Chandesse -Ann. Limnol. = Annales de Limnologie -Ann. Limnol. = Annales de limnologie. Toulouse -Ann. Med. Interne = Annales de Medecine Interne -Ann. Med. Vet. = Annales de Medecine Veterinaire -Ann. Paleontol. = Annales de Paleontologie -Ann. Pathol. = Annales de Pathologie -Ann. Zootech. = Annales de Zootechnie -Ann. Geol. Pays Hell./Geol. Chron. Ell. Choron = Annales geologiques des pays helleniques/Geologica chronika ton ellinikon choron. Athens -Ann. Geophys. (Atmos. Hydros. Space Sci. = Annales geophysicae. Atmospheres, hydrospheres and space sciences. Paris -Ann. Hydrogr. (5eme Ser. = Annales hydrographiques. 5eme serie. Paris -Ann. Mus. Goulandris = Annales musei goulandris. Kifissia -Ann. Natl. Inst. Hyg./Rocz. Panstw. Zak. Hig. = Annales of National Institute of Hygiene/Roczniki Panstwowego Zakladu Higieny -Ann. Sci. Univ. Besancon (4 Ser. = Annales scientifiques de l'Universite de Besancon. 4eme serie. Geologie. Besancon -Ann. Zool. (Warsaw = Annales zoologici (Warsaw). Warsaw -Ann. Zool. Fenn. = Annales Zoologici Fennici -Ann. Mus. Civ. Stor. Nat. "Giacomo Doria" = Annali del Museo Civico di Storia Naturale "Giacomo Doria" -Ann. Fac. Sci. Naut. Ist. Univ. Nav. Napoli = Annali della Facolta di scienze nautiche, Istituto universitario navale, Napoli. Naples -Ann. Agri Bio Res. = Annals of Agri Bio Research -Ann. Agric. Environ. Med. = Annals of Agricultural and Environmental Medicine -Ann. Agric. Sci., Moshtohor = Annals of Agricultural Science, Moshtohor -Ann. Allergy, Asthma Immunol. = Annals of Allergy, Asthma & Immunology -Ann. Appl. Biol. = Annals of Applied Biology -Ann. Biol. = Annals of Biology -Ann. Bot. = Annals of Botany -Ann. Epidemiol. = Annals of Epidemiology -Ann. Intern. Med. = Annals of Internal Medicine -Ann. Med. Entomol. = Annals of Medical Entomology -Ann. Med. = Annals of Medicine -Ann. Nucl. Energy = Annals of Nuclear Energy -Ann. Occup. Hyg. = Annals of Occupational Hygiene -Ann. Cape Prov. Mus. Nat. Hist. = Annals of the Cape Provincial Museums, Natural History -Ann. East. Cape Mus. = Annals of the Eastern Cape Museums -Ann. Entomol. Soc. Am. = Annals of the Entomological Society of America -Ann. N. Y. Acad. Sci. = Annals of the New York Academy of Sciences -Ann. Phytopathol. Soc. Japan = Annals of the Phytopathological Society of Japan -Ann. Rheum. Dis. = Annals of the Rheumatic Diseases -Ann. R. Coll. Surg. Engl. = Annals of the Royal College of Surgeons of England -Ann. S. Afr. Mus. = Annals of the South African Museum -Ann. Upper Silesian Mus. Bytom, Entomol. = Annals of the Upper Silesian Museum in Bytom, Entomology -Ann. Trop. Med. Parasitol. = Annals of Tropical Medicine and Parasitology -Ann. Trop. Paediatr. Int. Child Health = Annals of Tropical Paediatrics: International Child Health -Ann. Mo. Bot. Gard. = Annals. Missouri Botanical Garden. St. Louis MO -Annee Biol. = Annee biologique. Paris -Annu. Stat. Prod. Peche Tunis. = Annuaire des statistiques des produits de la peche en Tunisie. Tunis -Annu. Dep. Rep. Dir. Agric. Fish. (Hong Kong = Annual departmental report by the Director of Agriculture and Fisheries (Hong Kong). Hong Kong -Annu. Rep. Acc. Environ. Agency (G.B. = Annual report and accounts. Environment Agency (Gt. Brit.). Bristol -Annu. Rep. Acc. Ir. Sea Fish. Board = Annual report and accounts. Irish Sea Fisheries Board. Dublin -Annu. Rep. Acc. Sea Fish Ind. Auth. = Annual report and accounts. Sea Fish Industry Authority. Edinburgh -Annu. Rep., Natl. Inst. Genet., Jap. = Annual Report National Institute of Genetics, Japan -Annu. Rep. Neth. Inst. Sea Res. = Annual Report Netherlands Institute for Sea Research -Annu. Rep. Act. Dir. Fish. (Bahrain = Annual report of activities. Directorate of Fisheries (Bahrain). Manama -Annu. Rep. Oceanogr. Obs. Natl. Fish. Res. Dev. Inst. (Korea = Annual report of oceanographic observations. National Fisheries Research and Development Institute (Korea). Pusan -Annu. Rep. Dir. Fish. Ind. Res. Inst. Univ. Cape Town/Jaarversl. Dir. Visnywerheid- navorsingsinst. Univ. Kaapstad = Annual report of the Director. Fishing Industry Research Institute, University of Cape Town/Jaarverslag van die Direkteur. Visnywerheid- navorsingsinstituut Universiteit van Kaapstad. Rosebank -Annu. Rep. IATTC/Inf. Anu. CIAT = Annual Report of the Inter-American Tropical Tuna Commission/Informe anual de la Comision Interamericana del Atun Tropical -Annu. Rep. Int. Whaling Comm. = Annual Report of the International Whaling Commission -Annu. Rep. Mar. Mamm. Comm. = Annual report of the Marine Mammal Commission. Washington DC -Annu. Rep. Natl. Inst. Genet. (Japan = Annual report of the National Institute of Genetics (Japan). Mishima -Annu. Rep. Fish. Dep. West. Aust. = Annual Report, Fisheries Department of Western Australia -Annu. Rep. GLFC = Annual Report, Great Lakes Fishery Commission -Annu. Rep. Atl. Fish. Restruct. Act/Rapp. Annu. Loi Restruct. Sect. Peches Atl. = Annual report. Atlantic Fisheries Restructuring Act/Rapport annuel. Loi sur la Restructuration du Secteur des Peches de l'Atlantique. Ottawa ON -Annu. Rep. Atl. Salm. Fed. = Annual report. Atlantic Salmon Federation. St. Andrews NB -Annu. Rep. Aust. Inst. Mar. Sci. = Annual report. Australian Institute of Marine Science. Townsville -Annu.Rep. Bermuda Biol. Stn. Res. = Annual report. Bermuda Biological Station for Research. St. George's West -Annu. Rep. Can. Inst. Sci. Tech. Inf./Rapp. Annu. Inst. Can. Inf. Sci. Tech. = Annual report. Canada Institute for Scientific and Technical Information/Rapport annuel. Institut canadien de l'Information scientifique et technique. Ottawa ON -Annu. Rep. Can. Water Act/Rapp. Annu. Loi Ressour. Eau Can. = Annual report. Canada Water Act/Rapport annuel. Loi sur les Ressources en Eau du Canada. Ottawa ON -Annu. Rep. Can. Inst. Fish. Technol. = Annual report. Canadian Institute of Fisheries Technology. Halifax NS -Annu. Rep. Cent. Inland Capture Fish. Res. Inst. Barrackpore = Annual report. Central Inland Capture Fisheries Research Institute, Barrackpore. Barrackpore -Annu. Rep. Cent. Inst. Fish. Educ. Bombay = Annual report. Central Institute of Fisheries Education, Bombay. Bombay -Annu. Rep. Cent. Inst. Fish. Technol. Cochin = Annual report. Central Institute of Fisheries Technology, Cochin. Cochin -Annu. Rep. Cent. Mar. Fish. Res. Inst. Cochin = Annual report. Central Marine Fisheries Research Institute, Cochin. Cochin -Annu. Rep. Chesapeake Bay Found. = Annual report. Chesapeake Bay Foundation. Annapolis MD -Annu. Rep. Dep. Fish. (Zambia = Annual report. Department of Fisheries (Zambia). Chilanga -Annu. Rep. Dep. Fish. Oceans (Can. = Annual report. Department of Fisheries and Oceans (Canada)/Rapport annuel. Ministere des Peches et des Oceans (Canada). Ottawa ON -Annu. Rep. Dep. Oceanogr. Univ. B.C. = Annual report. Department of Oceanography, University of British Columbia. Vancouver BC -Annu. Rep. Environ. Can./Rapp. Annu. Environ. Can. = Annual report. Environment Canada/Rapport annuel. Environnement Canada. Ottawa ON -Annu. Rep. ERL/NOAA = Annual report. Environmental Research Laboratories, National Oceanic and Atmospheric Administration (U.S.). Washington DC -Annu. Rep. EMAPS = Annual Report. European Marine and Polar Science -Annu. Rep. Fish Health Unit Fac. Vet. Med. Univ. P.E.I. = Annual report. Fish Health Unit, Faculty of Veterinary Medicine, University of Prince Edward Island. Charlottetown PE -Annu. Rep. Fish Mark. Organ. Hong Kong = Annual report. Fish Marketing Organization, Hong Kong. Hong Kong -Annu. Rep. Fish. Aquacult. (N.B. = Annual report. Fisheries and Aquaculture (New Brunswick)/Rapport annuel. Peches et Aquaculture (Nouveau-Brunswick). Fredericton NB -Annu. Rep. Fish. Dev. Act Dep. Fish. Oceans (Can. = Annual report. Fisheries Development Act. Department of Fisheries and Oceans (Canada)/Rapport annuel. Loi sur le Developpement de la Peche. Ministere des Peches et des Oceans (Canada). Ottawa ON -Annu. Rep. Fish. Div. (Fiji = Annual report. Fisheries Division (Fiji). Suva -Annu. Rep. Fish. Div. (Kiribati = Annual report. Fisheries Division (Kiribati). Tarawa -Annu. Rep. Fish. Improv. Loans Act Dep. Fish. Oceans (Can. = Annual report. Fisheries Improvement Loans Act. Department of Fisheries and Oceans (Canada)/Rapport annuel. Loi sur les Prets aidant aux Operations de Peche. Ministere des Peches et des Oceans (Canada). Ottawa ON -Annu. Rep. Fish. Prices Support Board Can./Rapp. Annu. Off. Prix Prod. Peche Can. = Annual report. Fisheries Prices Support Board Canada/Rapport annuel. Office des Prix de Produits de la Peche Canada. Ottawa ON -Annu. Rep. Fish. Surv. India = Annual report. Fishery Survey of India. Bombay -Annu. Rep. Freshwat. Fish. Cent. Christchurch = Annual report. Freshwater Fisheries Centre, Christchurch. Wellington -Annu. Rep. Great Barrier Reef Mar. Park Auth. = Annual report. Great Barrier Reef Marine Park Authority. Townsville -Annu. Rep. GLFC = Annual report. Great Lakes Fishery Commission. Ann Arbor MI -Annu. Rep. Huntsman Mar. Sci.Cent. = Annual report. Huntsman Marine Science Centre. St. Andrews NB -Annu. Rep. Inshore Fish. Stat. Minist. Fish. (Tonga = Annual report. Inshore fisheries statistics. Ministry of Fisheries (Tonga). Nuku'alofa -Annu. Rep. IPHC = Annual report. International Pacific Halibut Commission. Seattle WA -Annu. Rep. Int. Whaling Comm. = Annual Report. International Whaling Commission -Annu. Rep. Iran. Fish. Res. Train. Org. = Annual Report. Iranian Fisheries Research and Training Organization -Annu. Rep. Iran. Fish. Res. Train. Organ. = Annual report. Iranian Fisheries Research and Training Organization. Teheran -Annu. Rep. Mar. Freshw. Resour. Inst. = Annual report. Marine and Freshwater Resources Institute. Queenscliff, Vic. -Annu. Rep. Mar. Biol. Assoc. U.K. = Annual report. Marine Biological Association of the United Kingdom. Plymouth -Annu. Rep. Mar. Mamm. Comm. = Annual Report. Marine Mammal Commission -Annu. Rep. Mar. Prod. Export Dev. Auth. India = Annual report. Marine Products Export Development Authority of India. Cochin -Annu. Rep. Minist. Agric. Fish. Forests (Fiji = Annual Report. Ministry of Agriculture, Fisheries and Forests (Fiji) -Annu. Rep. MBARI = Annual Report. Monterey Bay Aquarium Research Institute -Annu. Rep. Murray-Darling Freshwat. Res. Cent. = Annual report. Murray-Darling Freshwater Research Centre. Albury -Annu. Rep. Natl. Bur. Fish Genet. Resour. (India = Annual report. National Bureau of Fish Genetic Resources (India). Allahabad -Annu. Rep. Natl. Cent. Atmos. Res. (U.S. = Annual report. National Center for Atmospheric Research (U.S.). Boulder CO -Annu. Rep. Natl. Inst. Freshwat. Fish. Res. (Niger. = Annual report. National Institute for Freshwater Fisheries Research (Nigeria). New Bussa -Annu. Rep. Natl. Inst. Oceanogr. (India = Annual report. National Institute of Oceanography (India). Dona Paula-Goa -Annu. Rep. NOAA/ERL/GLEL = Annual report. National Oceanic and Atmospheric Administration (U.S.), Environmental Research Laboratories, Great Lakes Environmental Research Laboratory. Ann Arbor MI -Annu. Rep. NOAA/ERL/PMEL = Annual report. National Oceanic and Atmospheric Administration (U.S.), Environmental Research Laboratories, Pacific Marine Environmental Research Laboratory. Washington DC -Annu. Rep. Neth. Inst. Law Sea = Annual report. Netherlands Institute for the Law of the Sea. Utrecht -Annu. Rep. Niger. Inst. Oceanogr. Mar. Res. = Annual report. Nigerian Institute for Oceanography and Marine Research. Lagos -Annu. Rep. Norad = Annual Report. NORAD -Annu. Rep. NAMMCO = Annual Report. North Atlantic Marine Mammal Commission -Annu. Rep. NPAFC = Annual report. North Pacific Anadromous Fish Commission. Vancouver BC -Annu. Rep. North Pac. Mar. Sci. Organ. = Annual report. North Pacific Marine Science Organization. Sydney BC -Annu. Rep. NAFO = Annual report. Northwest Atlantic Fisheries Organization. Dartmouth NS -Anu. Rep. Ocean. Inst. Honolulu = Annual report. Oceanic Institute, Honolulu. Honolulu HI -Annu. Rep. Pac. Salm. Comm. = Annual report. Pacific Salmon Commission. Vancouver BC -Annu. Rep. Pac. States Mar. Fish. Comm. = Annual report. Pacific States Marine Fisheries Commission. Gladstone OR -Annu. Rep. R. Ont. Mus./Rapp. Annu. Mus. R. Ont. = Annual report. Royal Ontario Museum/Rapport annuel. Musee royal de l'Ontario. Toronto ON -Annu. Rep. Salm. Genet. Res. Program (Can. = Annual report. Salmon Genetics Research Program (Canada). St. Andrews NB -Annu. Rep. Salmon Res. Agency Irel. Inc. = Annual report. Salmon Research Agency of Ireland Incorporated. Newport -Annu. Rep. Seychelles Fish. Auth. = Annual report. Seychelles Fishing Authority. Victoria -Annu. Rep. Sir Alister Hardy Found. Ocean Sci. = Annual report. Sir Alister Hardy Foundation for Ocean Science. Plymouth -Annu. Rep. South. Calif. Coast. Water. Res. Proj. = Annual report. Southern California Coastal Water Research Project. El Segundo CA -Annu. Rep. Univ. Mar. Biol. Stn. Millport = Annual report. University Marine Biological Station, Millport. Millport -Annu. Rep. Univ. South. Calif. Inst. Mar. Coast. Stud. = Annual report. University of Southern California, Institute for Marine and Coastal Studies. Los Angeles CA -Annu. Rep. Ser. IOC = Annual reports series. Intergovernmental Oceanographic Commission. Paris -Annu. Res. Rep. Kuwait Inst. Sci. Res. = Annual research report. Kuwait Institute for Scientific Research. Safat -Annu. Res. Summ. Alligator Rivers Reg. Res. Inst. = Annual research summary. Alligator Rivers Region Research Institute. Canberra -Annu. Rev. Biochem. = Annual Review of Biochemistry -Annu. Rev. Biomed. Eng. = Annual Review of Biomedical Engineering -Annu. Rev. Biomed. Sci. = Annual Review of Biomedical Sciences -Annu. Rev. Biophys. Bioeng. = Annual Review of Biophysics and Bioengineering -Annu. Rev. Biophys. Biomol. Struct. = Annual Review of Biophysics and Biomolecular Structure -Annu. Rev. Cell. Dev. Biol. = Annual Review of Cell and Developmental Biology -Annu. Rev. Ecol. Syst. = Annual Review of Ecology and Systematics -Annu. Rev. Ecol., Evol. Syst. = Annual Review of Ecology, Evolution and Systematics -Annu. Rev. Entomol. = Annual Review of Entomology -Annu. Rev. Fish Dis. = Annual Review of Fish Diseases -Annu. Rev. Genet. = Annual Review of Genetics -Annu. Rev. Genom. Hum. Genet. = Annual Review of Genomics & Human Genetics -Annu. Rev. Immunol. = Annual Review of Immunology -Annu. Rev. Med. = Annual Review of Medicine -Annu. Rev. Microbiol. = Annual Review of Microbiology -Annu. Rev. Neurosci. = Annual Review of Neuroscience -Annu. Rev. Nutr. = Annual Review of Nutrition -Annu. Rev. Pharmacol. Toxicol. = Annual Review of Pharmacology and Toxicology -Annu. Rev. Physiol. = Annual Review of Physiology -Annu. Rev. Phytopathol. = Annual Review of Phytopathology -Annu. Rev. Plant Biol. = Annual Review of Plant Biology -Annu. Rev. Plant Physiol. Plant Mol. Biol. = Annual Review of Plant Physiology and Plant Molecular Biology -Annu. Rev. Public Health = Annual Review of Public Health -Annu. Rev. Freshwat. Fish. Lab. Pitlochry = Annual review. Freshwater Fisheries Laboratory, Pitlochry. Pitlochry -Annu. Rev. Great Lakes Fish. Res. Branch (Can. = Annual review. Great Lakes Fisheries Research Branch (Canada). Burlington ON -Annu. Rev. Mar. Lab. Aberdeen = Annual review. Marine Laboratory, Aberdeen. Aberdeen -Annu. Summ. Fish Mar. Mamm. Harvest Data Northwest Territ. = Annual summary of fish and marine mammal harvest data for the Northwest Territories. Winnipeg MB -Annu. Summ. Fish Harvest. Act. West. Can. Freshwat. Fish. = Annual summary of fish harvesting activities, Western Canadian freshwater fisheries. Winnipeg MB -Annu. Pesce Pesca = Annuario del pesce e della pesca. Modena -Antarctic = Antarctic -Antarct. J. U.S. = Antarctic Journal of the United States -Antarct. Rec. (Christchurch = Antarctic record (Christchurch). Christchurch -Antarct. Rec. (Tokyo = Antarctic record (Tokyo). Tokyo -Antarct. Res. Book Ser. = Antarctic research book series. Washington DC -Antarct. Sci. = Antarctic science. Oxford etc. -Antarktika/Antarctic = Antarktika/Antarctic. Moscow -Anti-Cancer Drugs = Anti-Cancer Drugs -Anticancer Res. = Anticancer Research -Antimicrob. Agents Chemother. = Antimicrobial Agents & Chemotherapy -Antioxid. Redox Signal. = Antioxidants and Redox Signaling -Antisense Nucleic Acid Drug Dev. = Antisense and Nucleic Acid Drug Development -Antiviral Chem. Chemother. = Antiviral Chemistry & Chemotherapy -Antiviral Res. = Antiviral Research -Antonie Van Leeuwenhoek = Antonie Van Leeuwenhoek -Anu. Estad. Pesca Secr. Medio Ambiente Recur. Nat. Pesca = Anuario estadistico de pesca. Secretaria de medio ambiente recursos naturales y pesca. Mexico City -Anu. Estad. Pesca Serv. Nac. Pesca (Chile = Anuario estadistico de pesca. Servicio Nacional de Pesca (Chile). Santiago -Anu. Estad. Pesq. Minist. Pesq. (Peru = Anuario estadistico pesquero. Ministerio de Pesqueria (Peru). Lima -Anxiety, Stress, Coping = Anxiety, Stress, and Coping -Anz. Schaedlingskd./J. Pest Sci. = Anzeiger fuer Schaedlingskunde/Journal of Pest Science -Apidologie = Apidologie -APMIS: Acta Pathol. Microbiol. Immunol. Scand. = APMIS: Acta Pathologica, Microbiologica et Immunologica Scandinavica -Appetite = Appetite -Appl. Environ. Microbiol. = Applied and Environmental Microbiology -Appl. Anim. Behav. Sci. = Applied Animal Behaviour Science -Appl. Biochem. Biotechnol. = Applied Biochemistry and Biotechnology -Appl. Biochem. Microbiol. = Applied Biochemistry and Microbiology -Appl. Biol. Sci./Seibutsu Seisangaku Kenkyu = Applied biological science/Seibutsu Seisangaku Kenkyu. Higashi-Hiroshima -Appl. Ecol. Environ. Res. = Applied Ecology and Environmental Research -Appl. Eng. Agric. = Applied Engineering in Agriculture -Appl. Entomol. Zool. = Applied Entomology and Zoology -Appl. Ergonomics = Applied Ergonomics -Appl. Geochem. = Applied Geochemistry -Appl. Math. Model. = Applied Mathematical Modelling -Appl. Microbiol. Biotechnol. = Applied Microbiology and Biotechnology -Appl. Occup. Environ. Hyg. = Applied Occupational & Environmental Hygiene -Appl. Opt. = Applied Optics -Appl. Plant Sci./Toege. Plantwet. = Applied Plant Science/Toegepaste Plantwetenskap -Appl. Psychol. = Applied Psychology -Appl. Radiat. Isot. = Applied Radiation and Isotopes -Appl. Sci. Res. = Applied scientific research. The Hague -Apuntes Univ. Univ. Auton. Baja Calif. Sur (Didact. = Apuntes universitarios. Universidad Autonoma de Baja California Sur. Serie didactica. La Paz -Aqua J. Ichthyol. Aquat. Biol. = Aqua - Journal of Ichthyology & Aquatic Biology -Aqua Fenn. = Aqua Fennica -Aqua Int. = Aqua international. Hyderabad -Aqua Rev. = Aqua revue. Tours -Aquacult = Aquacult -Aquacult. Eng. = Aquacultural Engineering -Aquacult. Eng. = Aquacultural engineering. Barking -Aquaculture = Aquaculture -Aquac. Asia = Aquaculture Asia. Bangkok -Aquacult. Econ. Manage. = Aquaculture Economics & Management -Aquacult. Eur. = Aquaculture Europe. Bredene -Aquacult. Ext. Man. Aquacult. Dep. Southeast Asian Fish. Dev. Cent. = Aquaculture extension manual. Aquaculture Department, Southeast Asian Fisheries Development Center. Tigbauan -Aquacult. Int. = Aquaculture International -Aquacult. Mag. = Aquaculture Magazine -Aquacult. News = Aquaculture News (Jonesville) -Aquacult. News = Aquaculture news. Stirling -Aquacult. Nutr. = Aquaculture Nutrition -Aquacult. Outlook = Aquaculture Outlook -Aquacult. Res. = Aquaculture Research -Aquacult. Situ. Outlook Rep. = Aquaculture situation and outlook report. Washington DC -Aquanot. Int. = Aquanoticias internacional. Santiago -Aquaphyte = Aquaphyte -Aquarama = Aquarama. Paris, Strasbourg -Aquar. Pondkeep. = Aquarist & Pondkeeper -Aquarium Sci. Conserv. = Aquarium Sciences and Conservation -Aquarius = Aquarius. Lima -Aquatec = Aquatec. La Plata -Aquat. Bot. = Aquatic Botany -Aquat. Conserv.: Mar. Freshwat. Ecosyst. = Aquatic Conservation: Marine and Freshwater Ecosystems -Aquat. Ecol. = Aquatic Ecology -Aquat. Ecosyst. Health Manage. = Aquatic Ecosystem Health & Management -Aquat. Environ. Prot. Anal. Methods Dir. Fish. Res. (G.B. = Aquatic environment protection. Analytical methods. Directorate of Fisheries Research (Gt. Brit.). Lowestoft -Aquat. Insects = Aquatic Insects -Aquat. Living Resour. = Aquatic Living Resources -Aquat. Living Resour./Ressour. Vivantes Aquat. = Aquatic living resources/Ressources vivantes aquatiques. Nantes -Aquat. Mamm. = Aquatic Mammals -Aquat. Microb. Ecol. = Aquatic Microbial Ecology -Aquat. Sci. = Aquatic Sciences -Aquat. Survival = Aquatic Survival -Aquat. Toxicol. = Aquatic Toxicology -Aquilo, Ser. Bot. = Aquilo, Series Botanica -Aquilo, Ser. Zool. = Aquilo, Series Zoologica -Aquitaine Ocean = Aquitaine ocean. Talence -Arab Gulf J. Sci. Res. = Arab Gulf Journal of Scientific Research -Arachnol. Mitt. = Arachnologische Mitteilungen -Arb. Stift. Samf. Naeringslivsforsk./Work. Pap. Cent. Res. Econ. Bus. Adm. = Arbeidsnotat. Stiftelsen for Samfunns- og naeringslivsforskning/Working Paper. Centre for Research in Economics and Business Administration -Arb. Dtsch. Fisch.-Verb. = Arbeiten des Deutschen Fischerei-Verbandes. Hamburg -Arch. Freunde Naturgesch. Mecklenbg. = Archiv der Freunde der Naturgeschichte in Mecklenburg. Rostock -Arch. Hydrobiol. = Archiv fuer Hydrobiologie -Arch. Protistenkd. = Archiv fuer Protistenkunde -Arch. Hydrobiol. = Archiv fur Hydrobiologie. Stuttgart -Arch. Hydrobiol. (Suppl. = Archiv fur Hydrobiologie. Supplementband. Algological studies. Stuttgart -Arch. Hydrobiol. (Suppl. = Archiv fur Hydrobiologie. Supplementband. Arbeiten aus dem Limnologischen Institut der Universitat Konstanz. Stuttgart -Arch. Hydrobiol. (Suppl. = Archiv fur Hydrobiologie. Supplementband. Large rivers. Stuttgart -Arch. Hydrobiol. (Suppl. = Archiv fur Hydrobiologie. Supplementband. Monographic studies. Stuttgart -Arch. Hydrobiol. (Suppl. = Archiv fur Hydrobiologie. Supplementband. Untersuchungen des Elbe-Aestuars. Stuttgart -Arch. Lebensmittelhyg. = Archiv fur Lebensmittelhygiene. Hannover -Arch. Molluskenkd. = Archiv fur Molluskenkunde. Frankfurt/Main -Arch. Fish. Mar. Res./Arch. Fisch. Meeresforsch. = Archive of fishery and marine research/Archiv fur Fischerei- und Meeresforschung. Stuttgart, Jena -Arch. Sci. (Geneve = Archives des Sciences (Geneve) -Arch. Int. Pharmacodyn. Ther. = Archives Internationales de Pharmacodynamie et Therapie -Arch. Int. Physiol. Biochim. Biophys. = Archives internationales de physiologie, de biochimie et de biophysique. Liege, Paris -Arch. Ital. Biol. = Archives Italiennes de Biologie -Arch. Dermatol. = Archives of Dermatology -Arch. Dis. Child. = Archives of Disease in Childhood -Arch. Environ. Contam. Toxicol. = Archives of Environmental Contamination and Toxicology -Arch. Environ. Health = Archives of Environmental Health -Arch. Insect Biochem. Physiol. = Archives of Insect Biochemistry and Physiology -Arch. Microbiol. = Archives of Microbiology -Arch. Ophthalmol. = Archives of Ophthalmology -Arch. Pediatr. Adolesc. Med. = Archives of Pediatrics & Adolescent Medicine -Arch. Sex. Behav. = Archives of Sexual Behavior -Arch. Toxicol. = Archives of Toxicology -Arch. Virol. = Archives of Virology -Arch. Cent. Rech. Oceanogr. Dakar-Thiaroye = Archives. Centre de Recherches oceanographiques, Dakar-Thiaroye. Dakar-Thiaroye -Arch. Sci. Mer Biol. Mar. Cent. Noumea ORSTOM = Archives. Science de la mer. Biologie marine. Centre de Noumea, ORSTOM. Noumea -Arch. Sci. Mer Oceanogr. Phys. Cent. Noumea ORSTOM = Archives. Sciences de la mer. Oceanographie physique. Centre de Noumea, ORSTOM. Noumea -Arch. Biol. Med. Exp. = Archivos de biologia y medicina experimental. Santiago -Arch. Zootec. = Archivos de Zootecnia -Arch. Zootec. = Archivos de zootecnia. Cordova -Arch. Ryb. Pol./Arch. Pol. Fish. = Archiwum rybactwa polskiego/Archives of Polish fisheries. Olsztyn -Arctic = Arctic -Arct. Alp. Res. = Arctic and Alpine Research -Arct. Antarct. Alp. Res. = Arctic, Antarctic, and Alpine Research -Ardea = Ardea -Arh. Hig. Rada Toksikol./Arch. Ind. Hyg. Toxicol. = Arhiv za Higijenu Rada I Toksikologiju/Archives of Industrial Hygiene and Toxicology -Arid Land Res. Manage. = Arid Land Research and Management -Arkh. Anat. Gistol. Ehmbriol. = Arkhiv anatomii gistologii i ehmbriologii. Moscow -Arnoldia Zimbabwe = Arnoldia Zimbabwe. Bulawayo -Arquipelago (Cienc. Biol. Mar./Life Mar. Sci. = Arquipelago. Ciencias biologicas e marinhas/Life and marine sciences. Horta -Arq. Cienc. Mar = Arquivos de ciencias do mar. Fortaleza -Arq. Mus. Bocage (Nova Ser. = Arquivos do Museu Bocage. Nova serie. Lisbon -Ars Pharm. = Ars Pharmaceutica -Artenschutz Rep. = Artenschutz report. Jena -Arthritis Rheum. = Arthritis & Rheumatism -Arthropod Struct. Dev. = Arthropod Structure and Development -Artif. Intell. = Artificial Intelligence -Artif. Intell. Eng. = Artificial Intelligence in Engineering -Artif. Intell. Med. = Artificial Intelligence in Medicine -Artif. Organs = Artificial Organs -Artsrap. PUSH-Programmet = Artsrapport. Program for Utvikling og Stimulering av Havbeite -ASA Bull. = ASA bulletin. Washington DC -ASEAN Food J. = ASEAN food journal. Kuala Lumpur -ASHRAE J. = ASHRAE Journal -Asia-Pacific J. Mol. Biol. Biotechnol. = Asia-Pacific Journal of Molecular Biology and Biotechnology -Asin Commun. = Asian Communictions -Asian Fish. Sci. = Asian fisheries science. Metro Manila -Asian J. Microbiol., Biotechnol. Environ. Sci. = Asian Journal of Microbiology, Biotechnology & Environmental Sciences -Asian J. Surg. = Asian Journal of Surgery -Asian Med. J. = Asian Medical Journal -Asian Pac. J. Allergy Immunol. = Asian Pacific Journal of Allergy & Immunology -ASRA J. = ASRA journal. Burford -Assay Drug Dev. Technol. = Assay and Drug Development Technologies -Astrobiology = Astrobiology -Athletic Ther. Today = Athletic Therapy Today -Atl. Geol. = Atlantic Geology -Atl. Salm. J. = Atlantic salmon journal. Montreal PQ -Atlantica = Atlantica. Rio Grande -Atmosfera = Atmosfera. Mexico City -Atmosphere-Ocean = Atmosphere-ocean. Toronto ON -Atmos. Environ. = Atmospheric Environment -Atoll Res. Bull. = Atoll Research Bulletin -At. Energy = Atomic Energy -Atti Soc. Toscana Sci. Nat. = Atti della Societa Toscana di Scienze Naturali -Audiology = Audiology -Audubon = Audubon -Auk = Auk -Austasia Aquacult. = Austasia Aquaculture -Austasia Aquacult. = Austasia aquaculture. Sandy Bay -Austral Ecol. = Austral Ecology -Australas. J. Dermatol. = Australasian Journal of Dermatology -Australas. J. Disaster Trauma Stud. = Australasian Journal of Disaster and Trauma Studies -Australas. J. Ecotoxicol. = Australasian Journal of Ecotoxicology -Australas. Radiol. = Australasian Radiology -Australas. Sci. = Australasian science. Toowoomba, Qld -Aust. N. Z. J. Med. = Australian and New Zealand Journal of Medicine -Aust. N. Z. J. Psychiatry = Australian and New Zealand Journal of Psychiatry -Aust. Commod. = Australian commodities. Canberra -Aust. Commod. Stat. = Australian commodity statistics. Canberra -Aust. Dent. J. = Australian Dental Journal -Aust. Entomol. = Australian Entomologist -Aust. Fish. = Australian Fisheries -Aust. Fish. Stat. = Australian fisheries statistics. Canberra -Aust. Geogr. = Australian geographic. Sydney -Aust. Inst. Mar. Sci. COTS Rep. = Australian Institute of Marine Science COTS report. Cape Ferguson -Aust. Inst. Mar. Sci. Rep. = Australian Institute of Marine Science report. Cape Ferguson -Aust. Inst. Mar. Sci. Stand. Oper. Proced. = Australian Institute of Marine Science standard operational procedure. Cape Ferguson -Aust. Inst. Mar. Sci. Status Rep. = Australian Institute of Marine Science status report. Cape Ferguson -Aust. J. Agric. Resour. Econ. = Australian Journal of Agricultural and Resource Economics -Aust. J. Agric. Econ. = Australian Journal of Agricultural Economics -Aust. J. Agric. Res. = Australian Journal of Agricultural Research -Aust. J. Bot. = Australian Journal of Botany -Aust. J. Bot. = Australian journal of botany. Melbourne -Aust. J. Chem. = Australian journal of chemistry. Melbourne -Aust. J. Earth. Sci. = Australian journal of earth sciences. Carlton -Aust. J. Ecol. = Australian Journal of Ecology -Aust. J. Ecol. = Australian journal of ecology. Oxford -Aust. J. Emerg. Manage. = Australian Journal of Emergency Management -Aust. J. Entomol. = Australian Journal of Entomology -Aust. J. Mar. Freshw. Res. = Australian journal of marine and freshwater research. Melbourne -Aust. J. Plant Physiol. = Australian Journal of Plant Physiology -Aust. J. Rural Health = Australian Journal of Rural Health -Aust. J. Sci. Med. Sport = Australian Journal of Science and Medicine in Sport -Aust. J. Soil Res. = Australian Journal of Soil Research -Aust. J. Zool. = Australian Journal of Zoology -Aust. Mar. Sci. Bull. = Australian marine science bulletin. Sydney -Aust. Occup. Ther. J. = Australian Occupational Therapy Journal -Aust. Vet. J. = Australian Veterinary Journal -Aust. Zool. = Australian zoologist. Sydney -Austrobaileya = Austrobaileya -Autoimmunity = Autoimmunity -Autoimmun. Rev. = Autoimmunity Reviews -Autom. Constr. = Automation in Construction -Automotive Engineer = Automotive Engineer -Automotive Eng. = Automotive Engineering -Avian Dis. = Avian Diseases -Avian Pathol. = Avian Pathology -Aviat. Space Environ. Med. = Aviation, Space and Environmental Medicine -Avocetta = Avocetta -B M R J. Aust. Geol. Geophys. = B M R journal of Australian geology and geophysics. Canberra -Bahamas J. Sci. = Bahamas Journal of Science -Balt. J. Coleopterol. = Baltic Journal of Coleopterology -Balt. Sea Environ. Proc. = Baltic Sea environment proceedings. Helsinki -Bangladesh J. Entomol. = Bangladesh Journal of Entomology -Bangladesh J. Fish. Res. = Bangladesh Journal of Fisheries Research -Banmar = Banmar. Col. Cuauhtemoc -Basic Appl. Ecol. = Basic and Applied Ecology -Basteria = Basteria. Amsterdam -Batalleria = Batalleria. Barcelona -Bay of Bengal News = Bay of Bengal news. Madras -Beaufortia = Beaufortia -Bee World = Bee World -Behav. Genet. = Behavior Genetics -Behav. Res. Methods Instrum. Comput. = Behavior Research Methods, Instruments and Computers -Behav. Brain Sci. = Behavioral and Brain Sciences -Behav. Neural Biol. = Behavioral and neural biology. New York NY -Behav. Ecol. = Behavioral Ecology -Behav. Ecol. Sociobiol. = Behavioral Ecology and Sociobiology -Behav. Neurosci. = Behavioral Neuroscience -Behav. Sci. = Behavioral Science -Behaviour = Behaviour -Behav. Res. Ther. = Behaviour Research and Therapy -Behav. Brain Res. = Behavioural Brain Research -Behav. Processes = Behavioural Processes -Beitr. Entomol. = Beitraege zur Entomologie -Beitr. Biol. Pflanz. = Beitrage zur Biologie der Pflanzen. Berlin -Belg. J. Entomol. = Belgian Journal of Entomology -Belg. J. Zool. = Belgian Journal of Zoology -Belg. Zeeviss. = Belgische zeevisserij. Ostend -Ber. Inst. Meereskd. Christian-Albrechts-Univ. Kiel = Berichte aus dem Institut fur Meereskunde an der Christian-Albrechts-Universitat Kiel. Kiel -Ber. Zent. Meeres- Klimaforsch. Univ. Hamb. (A Meteorol. = Berichte aus dem Zentrum fur Meeres- und Klimaforschung der Universitat Hamburg. Reihe A. Meteorologie. Hamburg -Ber. Zent. Meeres- Klimaforsch. Univ. Hamb. (B Ozeanogr. = Berichte aus dem Zentrum fur Meeres- und Klimaforschung der Universitat Hamburg. Reihe B. Ozeanographie. Hamburg -Ber. Zent. Meeres- Klimaforsch. Univ. Hamb. (C Geophys. = Berichte aus dem Zentrum fur Meeres- und Klimaforschung der Universitat Hamburg. Reihe C. Geophysik. Hamburg -Ber. Zent. Meeres- Klimaforsch. Univ. Hamb. (D Biogeochem. Meereschem. = Berichte aus dem Zentrum fur Meeres- und Klimaforschung der Universitat Hamburg. Reihe D. Biogeochemie und Meereschemie. Hamburg -Ber. Zent. Meeres- Klimaforsch. Univ. Hamb. (E Hydrobiol. Fischereiwiss. = Berichte aus dem Zentrum fur Meeres- und Klimaforschung der Universitat Hamburg. Reihe E. Hydrobiologie und Fischereiwissenschaft. Hamburg -Ber. Zent. Meeres- Klimaforsch. Univ. Hamb. (Z. Interdiszipl. Zentrumsber. = Berichte aus dem Zentrum fur Meeres- und Klimaforschung der Universitat Hamburg. Reihe Z. Interdisziplinaere Zentrumsberichte. Hamburg -Ber. Biol. Anst. Helgol. = Berichte der Biologischen Anstalt Helgoland. Hamburg -Ber. Forschungsstelle Kueste = Berichte der Forschungsstelle Kuste. Norderney -Ber. IGB = Berichte des IGB -Ber. Naturwiss.-Med. Ver. Innsbruck = Berichte des Naturwissenschaftlich-Medizinischen Vereins in Innsbruck -Ber. Landwirtsch. = Berichte uber Landwirtschaft. Hamburg -Ber. Forsch.-Technologiezent. Westkueste = Berichte. Forschungs- und Technologiezentrum Westkuste -Ber. Forschungszent. Terramare = Berichte. Forschungszentrum Terramare -Berl. Muench. Tieraerztl. Wochenschr. = Berliner und Munchener Tierarztliche Wochenschrift -Bibliogr. Ser. Dep. Prim. Ind. (Queensl. = Bibliography series. Department of Primary Industries (Queensland). Fortitude Valley -Bienn. Rep. Keikyu Aburatsubo Mar. Park Aquar. = Biennial report of the Keikyu Aburatsubo Marine Park Aquarium. Miura -Bienn. Rep. Alfred Wegener Inst. Polar Mar. Res. = Biennial Report. Alfred Wegener Institute for Polar and Marine Research -Bienn. Rep. Aquatron Lab. Dalhousie Univ. = Biennial report. Aquatron Laboratory, Dalhousie University. Halifax NS -Bienn. Rep. Dep. Oceanogr. Dalhousie Univ. = Biennial report. Department of Oceanography, Dalhousie University. Halifax NS -Bienn. Rep. IAEA Mar. Environ. Lab. = Biennial report. IAEA Marine Environment Laboratory. Monaco -Bifidobact. Microflora = Bifidobacteria and Microflora -Bijdr. Dierkd. = Bijdragen tot de dierkunde. Leiden -Bilans Prospect. IFREMER = Bilans et prospectives IFREMER. Plouzane -Bilj.-Notes Inst. Oceanogr. Ribar. Split = Biljeske-Notes. Institut za oceanografiju i ribarstvo, Split. Split -Biljeske/Notes = Biljeske/Notes -Binnenfisch. Niedersachs. = Binnenfischerei in Niedersachsen. Hildesheim -Bio-Med. Mater. Eng. = Bio-Medical Materials and Engineering -Bioacoustics = Bioacoustics -Biocatalysis Biotransformation = Biocatalysis and Biotransformation -Biocenosis = Biocenosis. San Jose -Biochem. Biophys. Res. Commun. = Biochemical and Biophysical Research Communications -Biochem. Eng. J. = Biochemical Engineering Journal -Biochem. Genet. = Biochemical Genetics -Biochem. J. = Biochemical Journal -Biochem. Soc. Trans. = Biochemical Society Transactions -Biochem. Syst. Ecol. = Biochemical Systematics and Ecology -Biochemistry (Wash. = Biochemistry (Washington) -Biochem. Cell Biol. = Biochemistry and Cell Biology -Biochem. Mol. Biol. Int. = Biochemistry and Molecular Biology International -Biochim. Biophys. Acta Gene Struct. Expression = Biochimica et Biophysica Acta - Gene Structure and Expression -Biochim. Biophys. Acta = Biochimica et Biophysica Acta: Protein Structure and Molecular Enzymology -Biochim. Biophys. Acta: Proteins Proteomics = Biochimica et Biophysica Acta: Proteins and Proteomics -Biochimie = Biochimie -Biochimie = Biochimie. Paris -Biociencias = Biociencias -Bioconj. Chem. = Bioconjugate Chemistry -Biocontrol = Biocontrol -BioControl = BioControl -Biocontrol Sci. = Biocontrol Science -Biocontrol Sci. Technol. = Biocontrol Science and Technology -Biocosme Mesogeen = Biocosme Mesogeen -Biocycle = Biocycle -Biodegradation = Biodegradation -Biodiversity = Biodiversity -Biodivers. Conserv. = Biodiversity and Conservation -Biodivers. Lett. = Biodiversity Letters -Bioelectrochem. Bioenerget. = Bioelectrochemistry and Bioenergetics -Bioessays = Bioessays -BioFactors = BioFactors -Biofouling = Biofouling -Biogeochemistry = Biogeochemistry -Bioikos = Bioikos. Campinas -Bioinformatics = Bioinformatics -Biokhimiya/Biochemistry = Biokhimiya/Biochemistry. Moscow -Biologia (Lahore = Biologia (Lahore). Lahore -Biol. Acuat. = Biologia acuatica. La Plata -Biol. Gallo-Hell. = Biologia gallo-hellenica. Athens -Biol. Mar. Mediterr. = Biologia marina mediterranea. Genova -Biol. Pesq. = Biologia pesquera. Concepcion -Biol. Plant. = Biologia Plantarum -Biologia (A Bot. = Biologia. Seria A. Botanika. Bratislava -Biologia (A Bot. = Biologia. Seria A: Botanika -Biologia (B Zool. = Biologia. Seria B. Zoologia. Bratislava -Biologia (C Vseobec. Biol. = Biologia. Seria C. Vseobecna biologia. Bratislava -Biol. Pharm. Bull. = Biological & Pharmaceutical Bulletin -Biol. Agric. Hortic. = Biological Agriculture and Horticulture -Biol. Bull. Mar. Biol. Lab. Woods Hole = Biological Bulletin, Marine Biological Laboratory, Woods Hole -Biol. Chem. Hoppe-Seyler = Biological Chemistry Hoppe-Seyler -Biol. Chem. Hoppe-Seyler = Biological chemistry Hoppe-Seyler. Berlin -Biol. Conserv. = Biological Conservation -Biol. Cybern. = Biological Cybernetics -Biol. Invasions = Biological Invasions -Biol. J. Linn. Soc. = Biological Journal of the Linnean Society -Biol. Notes Ill. Nat. Hist. Surv. = Biological Notes of the Illinois Natural History Survey -Biol. Rep. Natl. Biol. Serv. = Biological Report. National Biological Service -Biol. Rep. U.S. Fish Wildl. Serv. = Biological report. U.S. Fish and Wildlife Service. Washington DC -Biol. Rev. Camb. Philos. Soc. = Biological Reviews of the Cambridge Philosophical Society -Biol. Rhythm Res. = Biological Rhythm Research -Biol. Sci. Rep. Natl. Biol. Serv. = Biological Science Report. National Biological Service -Biol. Serv. Program U.S. Fish Wildl. Serv. = Biological services program. U.S. Fish and Wildlife Service. Washington DC -Biol. Trace Elem. Res. = Biological Trace Element Research -Biologicals = Biologicals -Biol. Nauki = Biologicheskie nauki. Moscow -Biol. Resur. Gidros. Ispol'z. = Biologicheskie resursy gidrosfery i ikh ispol'zovanie. Moscow -Biologija/Biologiya/Biology = Biologija/Biologiya/Biology. Vilnius -Biol. Zentralbl. = Biologisches Zentralblatt -Biol. Skr. = Biologiske skrifter. Copenhagen -Biologist = Biologist -Biol. Morya/Mar. Biol. = Biologiya morya/Marine biology. Vladivostok -Biol. Vnutr. Vod/Biol. Inland Water = Biologiya vnutrennikh vod/Biology of inland water. St. Petersburg -Biol. Environ. Proc. R. Ir. Acad. (B = Biology and environment. Proceedings of the Royal Irish Academy. Section B. Dublin -Biol. Fertility Soils = Biology and Fertility of Soils -Biol. Bull. = Biology Bulletin -Biol. Reprod. = Biology of Reproduction -Biol. Cell = Biology of the Cell -Biomacromolecules = Biomacromolecules -Biomaterials = Biomaterials -Biomed. Chromatogr. = Biomedical Chromatography -Biomed Instrum Technol = Biomedical Instrumentation & Technology -Biomed. Lett. = Biomedical Letters -Biomed. Microdevices = Biomedical Microdevices -Biomed. Tech./Biomed. Eng. = Biomedizinische Technik/Biomedical Engineering -Biometrics = Biometrics -Biometrika = Biometrika. London -Biomimetrics = Biomimetrics -Biomol. Eng. = Biomolecular Engineering -BioPharm = BioPharm -BioPharm Int. = BioPharm International -Biopharm. Drug Disposition = Biopharmaceutics & Drug Disposition -Biophys. Chem. = Biophysical Chemistry -Biophys. J. = Biophysical Journal -Biophysics = Biophysics -Biopolymers = Biopolymers -Biopolymers (Biospectrosc. = Biopolymers (Biospectroscopy) -Biopolymers (Nucleic Acid Sci. = Biopolymers (Nucleic Acid Sciences) -Biopolymers (Peptide Sci. = Biopolymers (Peptide Science) -Bioprocess Biosystems Eng. = Bioprocess and Biosystems Engineering -Bioprocess Eng. = Bioprocess Engineering -Bioremediation J. = Bioremediation Journal -Bioresour. Technol. = Bioresource Technology -BIOS = BIOS -BIOS (Maced. Greece = BIOS (Macedonia, Greece). Scientific annals of the school of biology. Thessaloniki -Bioscience = Bioscience -Biosci., Biotechnol., Biochem. = Bioscience, Biotechnology, and Biochemistry -Biosecur. Bioterrorism = Biosecurity and Bioterrorism -Biosensors Bioelectron. = Biosensors & Bioelectronics -Bioseparation = Bioseparation -Biospectroscopy = Biospectroscopy -BioSyst. = BioSystems -Biosys. Eng. = Biosystems Engineering -Biota (Slovenia = Biota (Slovenia) -Biota = Biota. Osorno -Biotechniques = Biotechniques -Biotechnol. Adv. = Biotechnology Advances -Biotechnol. Appl. Biochem. = Biotechnology and Applied Biochemistry -Biotechnol. Bioeng. = Biotechnology and Bioengineering -Biotechnol. Lett. = Biotechnology Letters -Biotechnol. Prog. = Biotechnology Progress -Biotechnol. Tech. = Biotechnology Techniques -Biotechnol. Agron. Soc. Environ. = Biotechnology, Agronomy, Society and Environment -Biotecnol. Apl. = Biotecnologia Aplicada -Biotherapy = Biotherapy -Biotropica = Biotropica -Bird Behav. = Bird Behavior -Bird Study = Bird Study -Birth Defects Res. Part A: Clin. Mol. Teratol. = Birth Defects Research Part A: Clinical and Molecular Teratology -Birth Defects Res. B: Dev. Reprod. Toxicol. = Birth Defects Research Part B: Developmental and Reproductive Toxicology -Birth Defects Res. C. Embryo Today Rev. = Birth Defects Research Part C: Embryo Today: Reviews -Bishop Mus. Occ. Pap. = Bishop Museum Occasional Papers -Blatt. Naumann-Mus. = Blatter aus dem Naumann-Museum -Blumea = Blumea. Leiden -Blyttia = Blyttia. Oslo -Bocagiana = Bocagiana. Funchal -Bodenkultur = Bodenkultur -Bol. Climatol. Inst. Oceanogr. Univ. Sao Paulo = Boletim climatologico do Instituto Oceanografico, Universidade de Sao Paulo. Sao Paulo -Bol. Soc. Port. Cienc. Nat. = Boletim da Sociedade Portuguesa de Ciencias Naturais. Lisbon -Bol. Soc. Port. Entomol. = Boletim da Sociedade Portuguesa de Entomologia -Bol. Soc. Port. Entomol. Suppl. = Boletim da Sociedade Portuguesa de Entomologia Supplemento -Bol. Cienc. Mar. = Boletim de ciencias do Mar. Fortaleza -Bol. Divulg. Inst. Invest. Pesq. Maputo = Boletim de divulgacao. Instituto de Investigacao Pesqueira, Maputo. Maputo -Bol. Fisiol. Anim. Univ. Sao Paulo = Boletim de fisiologia animal. Universidade de Sao Paulo. Sao Paulo -Bol. Dep. Oceanogr. Limnol. Cent. Biocienc. Univ. Fed. Rio Grande do Norte = Boletim do Departamento de Oceanografia e Limnologia do Centro de Biociencias da Universidade Federal do Rio Grande do Norte. Natal -Bol. Inst. Pesca Sao Paulo = Boletim do Instituto de Pesca Sao Paulo -Bol. Inst. Port. Invest. Marit. = Boletim do Instituto Portugues de Investigacao Maritima. Lisbon -Bol. Mus. Biol. Mello Leitao = Boletim do Museu de Biologia Mello Leitao -Bol. Mus. Munic. Funchal = Boletim do Museu Municipal do Funchal. Funchal -Bol. Mus. Nac. Rio de J. Zool. = Boletim do Museu Nacional, Rio de Janeiro, Zoologia -Bol. FEPAGRO = Boletim FEPAGRO. Porto Alegre -Bol. Tec. Cient. CEPENE = Boletim tecnico cientifico do CEPENE. Rio Formoso -Bol. Tec. PETROBRAS = Boletim tecnico da PETROBRAS. Rio de Janeiro -Bol. Tec. CEPTA = Boletim Tecnico do CEPTA -Bol. Tec. CEPTA = Boletim tecnico do CEPTA. Pirassununga -Bol. Tec. Inst. Pesca Sao Paulo = Boletim Tecnico Instituto de Pesca Sao Paulo -Bol. Tec. Inst. Pesca Sao Paulo = Boletim tecnico. Instituto de Pesca, Sao Paulo. Sao Paulo -Bol. Antart. Chil. = Boletin antartico chileno. Santiago -Bol. Chil. Parasitol. = Boletin Chileno de Parasitologia -Bol. Cient. INPA = Boletin cientifico INPA. Santafe de Bogota -Bol. Cient. Tec. Inst. Nac. Pesca Ecuad. = Boletin cientifico y tecnico. Instituto Nacional de Pesca (Ecuador). Guayaquil -Bol. Cient. Cent. Invest. Oceanogr. Hidrogr. Cartagena = Boletin cientifico. Centro de Investigaciones Oceanograficas e Hidrograficas, Cartagena. Cartagena -Bol. Comer. Inst. Nac. Pesca (Urug. = Boletin comercial. Instituto Nacional de Pesca (Uruguay). Montevideo -Bol. Alerta Clim. Com. Perm. Pac. Sur = Boletin de alerta climatico. Comision Permanente del Pacifico Sur. Santiago -Bol. Comer. Exter. Sect. Pesq. Minist. Agric. (Chile = Boletin de comercio exterior: sector pesquero. Ministerio de Agricultura (Chile). Santiago -Bol. Entomol. Venez. = Boletin de Entomologia Venezolana -Bol. Estad. Pesq. Pac. Sudeste/Fish. Stat. South East Pac. = Boletin de estadisticas pesqueras del Pacifico Sudeste/Fisheries statistics of South East Pacific. Santiago -Bol. Estad. Sist. Inf. Pesq. Santiago = Boletin de estadisticas. Sistema de Informacion Pesquera, Santiago. Santiago -Bol. Invest. Mar. Cost. = Boletin de investigaciones marinas y costeras. Santa Marta -Bol. Acad. Nac. Cienc. Cordoba (Argent. = Boletin de la Academia Nacional de Ciencias en Cordoba (Argentina). Cordoba -Bol. Asoc. Esp. Entomol. = Boletin de la Asociacion Espanola de Entomologia -Bol. R. Soc. Esp. Hist. Nat. (Secc. Biol. = Boletin de la Real Sociedad Espanola de Historia Natural (Seccion Biologica) -Bol. R. Soc. Esp. Hist. Nat. (Biol. = Boletin de la Real Sociedad Espanola de Historia Natural. Seccion Biologica. Madrid -Bol. Soc. Biol. Concepcion = Boletin de la Sociedad de Biologia de Concepcion -Bol. Soc. Biol. Concepcion = Boletin de la Sociedad de Biologia de Concepcion. Concepcion -Bol. Soc. Entomol. Argent. = Boletin de la Sociedad Entomologica Argentina -Bol. Cent. Invest. Biol. (Maracaibo = Boletin del Centro de Investigaciones Biologicas -Bol. Inst. Esp. Oceanogr. = Boletin del Instituto Espanol de Oceanografia. Madrid -Bol. Inst. Oceanogr. Venez. = Boletin del Instituto Oceanografico de Venezuela -Bol. Inst. Oceanogr. Venez. = Boletin del Instituto Oceanografico de Venezuela. Cumana -Bol. Ecotrop. = Boletin ecotropica. Bogota -Bol. ERFEN = Boletin ERFEN. Santiago -Bol. Estad. Pesq. Inst. Nac. Pesca (Urug. = Boletin estadistico pesquero. Instituto Nacional de Pesca (Uruguay). Montevideo -Bol. Estad. Pesq. Inst. Nac. Pesca Acuic. (Colomb. = Boletin estadistico pesquero. Instituto Nacional de Pesca y Acuicultura (Colombia). Santafe de Bogota -Bol. Red Acuicult. = Boletin Red Acuicultura. Bogota -Bol. Fac. Biol. Mar. Univ. Bogota Jorge Tadeo Lozano = Boletin. Facultad de Biologia Marina, Universidad de Bogota Jorge Tadeo Lozano. Bogota -Bol. Fac. Pesq. Univ. Nac. Agrar. (La Molina = Boletin. Facultad de Pesqueria, Universidad Nacional Agraria (La Molina). Lima -Bol. Inst. Geogr. Univ. Nac. Auton. Mex. = Boletin. Instituto de Geografia, Universidad Nacional Autonoma de Mexico. Mexico City -Bol. Inst. Mar Peru = Boletin. Instituto del Mar del Peru. Callao -Bol. Mus. Nac. Hist. Nat. (Chile = Boletin. Museo Nacional de Historia Natural (Chile). Santiago -Boll. Lab. Entomol. Agrar. Filippo Silvestri, Portici = Bollettino del Laboratorio di Entomologia Agraria Filippo Silvestri, Portici -Boll. Assoc. Rom. Entomol. = Bollettino dell'Associazione Romana di Entomologia -Boll. Ist. Entomol. "Guido Grandi", Univ. Stud. Bologna = Bollettino dell'Istituto di Entomologia "Guido Grandi", Universita degli Studi Bologna -Boll. Soc. Entomol. Ital. = Bollettino della Societa Entomologica Italiana -Boll. Zool. = Bollettino di zoologia. Naples -Boll. Malacol. = Bollettino Malacologico -Boll. Malacol. = Bollettino Malacologico -Boll. Soc. Ital. Patol. Ittica = Bollettino Societa Italiana di Patologia Ittica -Bone = Bone -Bone Marrow Transplant. = Bone Marrow Transplantation -Bonga = Bonga. Abidjan -Bonn. Zool. Beitr. = Bonner Zoologische Beitrage -Bonn. Zool. Beitr. = Bonner zoologische Beitrage. Bonn -Bonn. Zool. Monogr. = Bonner Zoologische Monographien -Book Ser. Philipp. Counc. Aquat. Mar. Res. Dev. = Book series. Philippine Council for Aquatic and Marine Research and Development. Laguna -Booklet N.Y. Sea Grant Inst. = Booklet. New York Sea Grant Institute. Ithaca NY -Boreal Environ. Res. = Boreal Environment Research -Boreas = Boreas -Bot. Acta = Botanica acta. Stuttgart, New York NY -Bot. Mar. = Botanica Marina -Bot. J. Linn. Soc. = Botanical Journal of the Linnean Society -Bot. Rev. = Botanical Review -Bot. Rev. = Botanical review. New York NY -Bot. Zh. = Botanichyeskii Zhurnal (Leningrad) -Bot. Koezl./Bot. Publ. = Botanikai koezlemenyek/Botanical publications. Budapest -Brachytron = Brachytron -Brain = Brain -Brain Mind = Brain and Mind -Brain Res. = Brain Research -Brain Res. Bull. = Brain Research Bulletin -Brain Res. Rev. = Brain Research Reviews -Brain Behav. Evol. = Brain, Behavior and Evolution -Brain, Behav., Immun. = Brain, Behavior, and Immunity -Braunschw. Naturkdl. Schr. = Braunschweiger Naturkundliche Schriften -Braunschw. Naturkd. Schr. = Braunschweiger Naturkundliche Schriften. Braunschweig -Brazilian J. Biol. = Brazilian Journal of Biology -Braz. J. Med. Biol. Res. = Brazilian Journal of Medical and Biological Research -Braz. J. Microbiol. = Brazilian Journal of Microbiology -Brenesia = Brenesia. San Jose -Breviora = Breviora. Cambridge MA -Br. Birds = British Birds -Br. Dent. J. = British Dental Journal -Br. Food J. = British Food Journal -Br. J. Biomed. Sci. = British Journal of Biomedical Science -Br. J. Cancer = British Journal of Cancer -Br. J. Clin. Gov. = British Journal of Clinical Governance -Br. J. Clin. Pharmacol. = British Journal of Clinical Pharmacology -Br. J. Clin. Pract. = British Journal of Clinical Practice -Br. J. Clin. Pract. Symp. Suppl. = British Journal of Clinical Practice. Symposium Supplement -Br. J. Clin. Psychol. = British Journal of Clinical Psychology -Br. J. Dermatol. = British Journal of Dermatology -Br. J. Entomol. Nat. Hist. = British Journal of Entomology and Natural History -Br. J. Ind. Relat. = British Journal of Industrial Relations -Br. J. Ophthalmol. = British Journal of Ophthalmology -Br. J. Oral Maxillofac. Surg. = British Journal of Oral and Maxillofacial Surgery -Br. J. Pharmacol. = British Journal of Pharmacology -Br. J. Psychiatry = British Journal of Psychiatry -Br. J. Psychol. = British Journal of Psychology -Br. J. Soc. Psychol. = British Journal of Social Psychology -Br. J. Sports Med. = British Journal of Sports Medicine -Br. J. Surg. = British Journal of Surgery -Br. J. Urol. = British Journal of Urology -Br. Med. Bull. = British Medical Bulletin -Br. Med. J. = British Medical Journal -Br. Vet. J. = British Veterinary Journal -Brittonia = Brittonia -Bromatol. Chem. Toksykol. = Bromatologia i Chemia Toksykologiczna -Bryologist = Bryologist -Buffalo Law Rev. = Buffalo law review. Buffalo NY -Build. Acoust. = Building Acoustics -Build. Res. Inf. = Building Research & Information -Buletin Perikanan Jabatan Perikanan (Malays. = Buletin perikanan. Jabatan Perikanan (Malaysia)/Fisheries bulletin. Department of Fisheries (Malaysia). Kuala Lumpur -Bul. VURH Vodnany = Buletin VURH Vodnany. Vodnany -Bul. Cercet. Piscic. (Ser. Noua = Buletinul de cercetari piscicole. Serie noua. Nucet -Bull. Annu. Stat. Peche Natl. Inst. Sci. Peches Marit. Casablanca = Bulletin annuel des statistiques de la Peche nationale. Institut scientifique des Peches maritimes, Casablanca. Casablanca -Bull. Assoc. Geogr. Fr. = Bulletin de l'Association de Geographes francais. Paris -Bull. Inst. Fondam. Afr. Noire (A Sci. Nat. = Bulletin de l'Institut fondamental de l'Afrique Noire. Serie A: Sciences naturelles. Dakar -Bull. Inst. Oceanogr. Monaco = Bulletin de l'Institut Oceanographique, Monaco -Bull. Inst. Oceanogr. Monaco = Bulletin de l'Institut oceanographique, Monaco. Monaco -Bull. Inst. R. Sci. Nat. Belg. Entomol. = Bulletin de l'Institut Royal des Sciences Naturelles de Belgique, Entomologie -Bull. Inst. R. Sci. Nat. Belgique Biol./Bull. K. Belgisch Inst. Nat. Biol. = Bulletin de L'Institut Royal Des Sciences Naturelles de Belgique. Biologie/Bulletin van het Koninklijk Belgisch Instituut voor Natuurwetenschappen. Biologie -Bull. Soc. Entomol. Fr. = Bulletin de la Societe Entomologique de France -Bull. Soc. Geol. Fr. = Bulletin de la Societe geologique de France. Paris -Bull. Soc. Linn. Bord. = Bulletin de la Societe linneene de Bordeaux. Bordeaux -Bull. Soc. R. Belge Entomol./Bull. K. Belg. Ver. Entomol. = Bulletin de la Societe Royale Belge d'Entomologie/Bulletin van de Koninklijke Belgische Vereniging voor Entomologie -Bull. Soc. Vaud. Sci. Nat. = Bulletin de la Societe Vaudoise des Sciences Naturelles -Bull. Soc. Zool. Fr. = Bulletin de la Societe Zoologique de France -Bull. Liaison COIPM = Bulletin de liaison du COIPM. Brussels -Bull. Med. Subaquat. Hyperb. = Bulletin de medecine subaquatique et hyperbare. Marseille -Bull. Rech. Agron. Gembloux = Bulletin des Recherches Agronomiques de Gembloux -Bull. Cent. Etud. Rech. Sci. Biarritz = Bulletin du Centre d'Etudes et de recherches scientifiques, Biarritz. Biarritz -Bull. Cent. Rech. Elf Explor. Prod. = Bulletin du Centre de Recherches Elf Exploration Production. Pau -Bull. Cent. Natl. Rech. Oceanogr. Peches (Maurit. = Bulletin du Centre national de Recherches oceanographiques et des Peches (Mauritania). Nouadhibou -Bull. Mus. Natl. Hist. Nat. Sect. C: Sci. Terr. Paleontol. G = Bulletin du Museum National d'Histoire Naturelle. Section C: -Bull. Sect. Mer Serv. Mer Aquacult. (Fr. Polyn. = Bulletin du secteur de la mer. Service de la Mer et de l'Aquaculture (French Polynesia). Papeete -Bull. Ann. Soc. R. Belge Entomol. = Bulletin et Annales de la Societe Royale Belge d'Entomologie -Bull. Fr. Peche Piscic. = Bulletin francais de la peche et de la pisciculture. Paris -Bull. Mens. Soc. Linn. Lyon = Bulletin mensuel de la Societe Linneenne de Lyon. Lyon -Bull. Can. Pet. Geol. = Bulletin of Canadian petroleum geology. Calgary AB -Bull. Electrochem. = Bulletin of electrochemistry. Karaikudi -Bull. Entomol. Res. = Bulletin of Entomological Research -Bull. Environ. Contam. Toxicol. = Bulletin of Environmental Contamination and Toxicology -Bull. Fish. Sci. Hokkaido Univ. = Bulletin of Fisheries Sciences, Hokkaido University -Bull. Fish. Stat./Bull. Stat. Peches/Bol. Estad. Pesca = Bulletin of fishery statistics/Bulletin statistique des peches/Boletin estadistico de pesca. Rome -Bull. Fish. Surv. India = Bulletin of Fishery Survey of India. Bombay -Bull. Insectol. = Bulletin of Insectology -Bull. Mar. Sci. = Bulletin of Marine Science -Bull. Mar. Sci. Fish. Kochi Univ. = Bulletin of marine sciences and fisheries, Kochi University. Usa -Bull. Math. Biol. = Bulletin of Mathematical Biology -Bull. Nagasaki Prefect. Inst. Fish. = Bulletin of Nagasaki Prefectural Institute of Fisheries. Nagasaki -Bull. Nansei Natl. Fish. Res. Inst. = Bulletin of Nansei National Fisheries Research Institute. Hiroshima -Bull. Natl. Fish. Res. Dev. Inst. (Korea = Bulletin of National Fisheries Research and Development Institute (Korea). Pusan -Bull. Natl. Fish. Univ. Pusan (Nat.Sci. = Bulletin of National Fisheries University of Pusan. Natural Sciences. Pusan -Bull. Natl. Res. Inst. Aquacult. (Japan = Bulletin of National Research Institute of Aquaculture (Japan). Watarai-gun -Bull. Natl. Res. Inst. Fish. Eng. (Japan = Bulletin of National Research Institute of Fisheries Engineering (Japan). Ibaraki -Bull. Am. Mus. Nat. Hist. N. Y. = Bulletin of the American Museum of Natural History, New York -Bull. Aquacult. Assoc. Can. = Bulletin of the Aquaculture Association of Canada. St. Andrews NB -Bull. At. Sci. = Bulletin of the Atomic Scientists -Bull. Aust. Meteorol. Oceanogr. Soc. = Bulletin of the Australian Meteorological and Oceanographic Society. Melbourne -Bull. Biol. Soc. Wash. = Bulletin of the Biological Society of Washington -Bull. Brackishwat. Aquacult. Dev. Cent. Jepara = Bulletin of the Brackishwater Aquaculture Development Centre, Jepara. Jepara -Bull. Br. Arachnol. Soc. = Bulletin of the British Arachnological Society -Bull. Br. Mus. (Nat. Hist. = Bulletin of the British Museum (Natural History), Botany Series -Bull. Br. Mus. (Nat. Hist. = Bulletin of the British Museum (Natural History). Botany. London -Bull. Br. Mus. (Nat. Hist. = Bulletin of the British Museum (Natural History). Entomology (Suppl.). London -Bull. Br. Mus. (Nat. Hist. = Bulletin of the British Museum (Natural History). Zoology. London -Bull. Cent. Inland Capture Fish. Res. Inst. Barrackpore = Bulletin of the Central Inland Capture Fisheries Research Institute, Barrackpore. Barrackpore -Bull. Chem. Soc. Japan = Bulletin of the Chemical Society of Japan. Tokyo -Bull. Coll. Agric. Vet. Med. Nihon Univ. = Bulletin of the College of Agriculture and Veterinary Medicine, Nihon University. Tokyo -Bull. Coll. Sci. Univ. Ryukyus = Bulletin of the College of Science, University of the Ryukyus. Nishihara -Bull. East Afr. Nat. Hist. Soc. = Bulletin of the East Africa Natural History Society. Nairobi -Bull. Entomol. Soc. Egypt = Bulletin of the Entomological Society of Egypt -Bull. Entomol. Soc. Egypt, Econ. Ser. = Bulletin of the Entomological Society of Egypt, Economic Series -Bull. Estuar. Coast. Sci. Assoc. = Bulletin of the Estuarine and Coastal Sciences Association. Norwich -Bull. Eur. Assoc. Fish Pathol. = Bulletin of the European Association of Fish Pathologists. Weymouth -Bull. Fac. Bioresour. Mie Univer. = Bulletin of the Faculty of Bioresources, Mie University -Bull. Fac. Bioresour. Mie Univ. = Bulletin of the Faculty of Bioresources, Mie University. Tsu -Bull. Fac. Fish. Hokkaido Univ. = Bulletin of the Faculty of Fisheries, Hokkaido University -Bull. Fac. Fish. Nagasaki Univ. = Bulletin of the Faculty of Fisheries, Nagasaki University. Nagasaki -Bull. Fish. Exp. Stn. Okayama Prefect. = Bulletin of the Fisheries Experiment Station, Okayama Prefecture. Ushimado -Bulletin of the Fisheries Research Agency, Yokohama, 1346-9894, Core = Bulletin of the Fisheries Research Agency, Yokohama, 1346-9894, Core -Bull. Fla. Mus. Nat. Hist. = Bulletin of the Florida Museum of Natural History -Bull. Fla. Mus. Nat. Hist. (Biol. Sci. = Bulletin of the Florida Museum of Natural History. Biological sciences. Gainesville FL -Bull. Geobot. Inst. ETH = Bulletin of the Geobotanical Institute ETH -Bull. Hiroshima Fish. Exp. Stn. = Bulletin of the Hiroshima Fisheries Experimental Station. Hiroshima -Bull. Hokkaido Natl. Fish. Res. Inst. = Bulletin of the Hokkaido National Fisheries Research Institute. Kushiro -Bull. Hyogo Prefect. Fish. Exp. Stn. = Bulletin of the Hyogo Prefectural Fisheries Experimental Station. Akashi -Bull. Inst. Fish. Sci. Tong-Yeong Natl. Fish. Coll. = Bulletin of the Institute of Fisheries Sciences, Tong-Yeong National Fisheries College. Chungmu -Bull. Inst. Mar. Biol. Oceanogr. Fourah Bay Coll. = Bulletin of the Institute of Marine Biology and Oceanography, Fourah Bay College. Freetown -Bull. Ir. Biogeogr. Soc. = Bulletin of the Irish Biogeographical Society -Bull. Ir. Biogeogr. Soc. = Bulletin of the Irish Biogeographical Society. Dublin -Bull. Japan Sea Natl. Fish. Res. Inst. = Bulletin of the Japan Sea National Fisheries Research Institute. Niigata -Bull. Japan Sea Res. Inst. Kanazawa Univ. = Bulletin of the Japan Sea Research Institute, Kanazawa University. Kanazawa -Bull. Jap. Soc. Fish. Oceanogr. = Bulletin of the Japanese Society of Fisheries Oceanography. Tokyo -Bull. Kanagawa Prefect. Fish. Exp. Stn. = Bulletin of the Kanagawa Prefectural Fishery Experimental Station. Miura -Bull. Kitakyushu Mus. Nat. Hist. = Bulletin of the Kitakyushu Museum of Natural History -Bull. Kitakyushu Mus. Nat. Hist. Human Hist. Ser. A Nat. Hist. = Bulletin of the Kitakyushu Musuem of Natural History and Human History. Series A Natural History -Bull. Kyoto Inst. Ocean. Fish. Sci. = Bulletin of the Kyoto Institute of Oceanic and Fishery Science. Miyazu-shi -Bull. Mar. Biol. Stn. Asamushi Tohoku Univ. = Bulletin of the Marine Biological Station of Asamushi, Tohoku Univ. Aomori -Bull. Mar. Biol. Res. Cent. Tajura = Bulletin of the Marine Biology Research Centre, Tajura. Tajura -Bull. Mar. Res. Inst. Cheju Natl. Univ. = Bulletin of the Marine Research Institute, Cheju National University. Cheju -Bull. Mt. Desert Isl. Biol. Lab. = Bulletin of the Mount Desert Island Biological Laboratory -Bull. Natl. Inst. Oceanogr. Fish. (Egypt = Bulletin of the National Institute of Oceanography and Fisheries (Egypt). Cairo -Bull. Natl. Res. Inst. Far Seas Fish. = Bulletin of the National Research Institute of Far Seas Fisheries. Shimizu -Bull. Natl. Res. Inst. Fish. Sci. (Japan = Bulletin of the National Research Institute of Fisheries Science (Japan). Yokohama -Bull. Natl. Salmon Resour. Cent. (Japan = Bulletin of the National Salmon Resources Center (Japan). Sapporo -Kokuritsu Kagaku Hakubutsukan Kenkyu Hokoku (A-rui = Bulletin of the National Science Museum (Japan) Series A./ -Kokuritsu Kagaku Hakubutsukan Kenkyu Hokoku (B-rui = Bulletin of the National Science Museum (Japan) Series B./ -Bull. Natl. Sci. Mus. (Japan = Bulletin of the National Science Museum (Japan). Series B. Botany. Tokyo -Bull. Natl. Sci. Mus. (Japan = Bulletin of the National Science Museum (Japan). Series C. Tokyo -Bull. Natl. Sci. Mus. (Japan = Bulletin of the National Science Museum (Japan). Series D. Tokyo -Bull. N. Y. Acad. Med. = Bulletin of the New York Academy of Medicine -Bull. N. Am. Benthol. Soc. = Bulletin of the North American Benthological Society -Bull. Ocean Res. Inst. Univ. Tokyo = Bulletin of the Ocean Research Institute, University of Tokyo. Tokyo -Bull. Osaka Prefect. Fish. Exp. Stn. = Bulletin of the Osaka Prefectural Fisheries Experimental Station. Misaki -Bull. Pan Am. Health Organ. = Bulletin of the Pan American Health Organization -Bull. Perm. Int. Assoc. Navig. Congr./Bull. Assoc. Int. Perm. Congr. Navig. = Bulletin of the Permanent International Association of Navigation Congresses/Bulletin de l'Association internationale permanente des Congres de Navigation. Brussels -Bull. Plankton Soc. Japan = Bulletin of the Plankton Society of Japan. Hiroshima -Bull. Res. Inst. Food Sci., Kyoto Univ. = Bulletin of the Research Institute for Food Science, Kyoto University -Bull. Scand. Soc. Parasitol. = Bulletin of the Scandinavian Society for Parasitology -Bull. Sea Fish. Inst. Gdynia = Bulletin of the Sea Fisheries Institute, Gdynia. Gdynia -Bull. Seikai Natl. Fish. Res. Inst. = Bulletin of the Seikai National Fisheries Research Institute. Nagasaki -Bull. Seismol. Soc. Am. = Bulletin of the Seismological Society of America. Berkeley CA -Bull. Soc. Sea Water Sci. (Japan = Bulletin of the Society of Sea Water Science (Japan). Tokyo -Bull. Soc. Wetland Sci. = Bulletin of the Society of Wetland Scientists -Bull. South. Calif. Acad. Sci. = Bulletin of the Southern California Academy of Sciences -Bull. Tohoku Natl. Fish. Res. Inst. = Bulletin of the Tohoku National Fisheries Research Institute. Shiogama -Bull. Tokushima Prefect. Mus. = Bulletin of the Tokushima Prefectural Museum -Bull. W.H.O. = Bulletin of The World Health Organization -Bull. WHO/Bull. OMS = Bulletin of the World Health Organization/Bulletin de l'Organization mondiale de la Sante. Geneva -Bull. Tong-Yeong Natl. Fish. Coll. = Bulletin of Tong-Yeong National Fisheries College. Chungmu -Bull. Zool. Nomencl. = Bulletin of Zoological Nomenclature -Bull. Zool. Nomencl. = Bulletin of zoological nomenclature. London -Bull. Potravinarsk. Vyskumu/Bull. Food Res. = Bulletin Potravinarskeho Vyskumu/Bulletin of Food Research -Bull. Sci. Tech. Dep. Hydrobiol. Inst. Natl. Rech. Agron. (France = Bulletin scientifique et technique. Departement d'Hydrobiologie, Institut national de la Recherche agronomique (France). Jouy-en-Josas -Bull. Tech. Bur. Veritas = Bulletin technique du Bureau Veritas. Paris -Bull. Bur. Resour. Sci. (Aust. = Bulletin. Bureau of Resource Sciences (Australia). Canberra -Bull. Curtin Univ. Technol. Dept. Environ. Biol. = Bulletin. Curtin University of Technology, Department of Environmental Biology -Bull. Dep. Prim. Ind. (Queensl. = Bulletin. Department of Primary Industries (Queensland). Brisbane -Bull. EC Fish. Coop./Bull. CE Coop. Peche = Bulletin. EC Fisheries Cooperation/Bulletin. CE Cooperation Peche. Brussels -Bul. Inst. Zool. Acad. Sin. = Bulletin. Institute of Zoology, Academia sinica. Taipei -Bull. IATTC/Bol. CIAT = Bulletin. Inter-American Tropical Tuna Commission/Boletin. Comision Interamericana del Atun Tropical. La Jolla CA -Bull. Mar. Park Res. Stn. = Bulletin. Marine Park Research Station. Kushimoto -Bull. S. Afr. Assoc. Mar. Biol. Res. = Bulletin. South African Association for Marine Biological Research. Durban -Bull. U.S. Geol. Surv. = Bulletin. U.S. Geological Survey. Washington DC -Bull. Zool. Mus., Univ. Amst. = Bulletin. Zoologisch Museum, Universiteit van Amsterdam -Burns = Burns -Byul. Ukr. Antarkt. Tsent./Bull. Ukr. Antarct. Cent. = Byuleten' Ukrayins'kogo Antarktichnogo Tsentru/Bulletin. Ukrainian Antarctic Centre. Kiev -Byull. Ehksp. Biol. Med. = Byulleten' ehksperimental'noy biologii i meditsiny. Moscow -Byull. MOIP. (Biol. = Byulleten' moskovskogo obshchestva ispytatelej prirody. Otdel biologicheskij/Bulletin of Moscow Society of Naturalists. Biological series. Moscow -C-CORE Publ. = C-CORE publication. St. John's NF -Cah. Inf. Dir. Rech. Sci. Tech. (Que. Prov. = Cahier d'information. Direction de la Recherche scientifique et technique (Quebec Prov.). Quebec PQ -Cah. Ethol. Fondam. Appl. Anim. Hum. (Collect. Enquetes Dossiers = Cahiers d'ethologie fondamentale et appliquee, animale et humaine. Collection Enquetes et dossiers. Liege -Cah. Ethol. Fondam. Appl. Anim. Hum. = Cahiers d'ethologie fondamentale et appliquee, animale et humaine. Liege -Cah. Biol. Mar. = Cahiers de biologie marine. Paris -Cah. Sci. Hum. Inst. Fr. Rech. Sci. Dev. Coop. = Cahiers des sciences humaines. Institut francais de Recherche scientifique pour le Developpement en Cooperation. Paris -Cah. Options Mediterr. = Cahiers options mediterraneennes. Zaragoza -Cah. Sci. Cent. Tech. For. Trop. Nogent-sur-Marne = Cahiers scientifiques. Centre technique forestier tropical, Nogent-sur-Marne. Nogent-sur-Marne -Calanus = Calanus. Aitsu Matsushima -Calcif. Tissue Int. = Calcified Tissue International -Calif. Agric. = California Agriculture -Calif. Fish Game = California Fish and Game -Camb. Stud. Biol. Evol. Anthropol. = Cambridge Studies in Biological and Evolutionary Anthropology -Can. Acoustics = Canadian Acoustics -Can. Aeronaut. J. = Canadian Aeronautical Journal -Can. Aeronaut. Space J. = Canadian Aeronautics and Space Journal -Can. Bull. Fish. Aquat. Sci./Bull. Can. Sci. Halieut. Aquat. = Canadian bulletin of fisheries and aquatic sciences/Bulletin canadien des sciences halieutiques et aquatiques. Ottawa ON -Can. Contract. Rep. Hydrogr. Ocean Sci./Rapp. Can. Entrepr. Hydrogr. Sci. Ocean. = Canadian contractor report of hydrography and ocean sciences/Rapport canadien des entrepreneurs sur l'hydrographie et les sciences oceaniques. Imprint varies -Can. Data Rep. Fish. Aquat. Sci./Rapp. Stat. Can. Sci. Halieut. Aquat. = Canadian data report of fisheries and aquatic sciences/Rapport statistique canadien des sciences halieutiques et aquatiques. Imprint varies -Can. Data Rep. Hydrogr. Ocean Sci./Rapp. Stat. Can. Hydrogr. Sci. Ocean. = Canadian data report of hydrography and ocean sciences/Rapport statistique canadien sur l'hydrographie et les sciences oceaniques. Imprint varies -Can. Entomol. = Canadian Entomologist -Can. Fam. Physician = Canadian Family Physician -Can. Field-Nat. = Canadian Field-Naturalist -Can. Field-Nat. = Canadian field-naturalist. Ottawa ON -Can. Fish. Annu. Stat. Rev./Peches Can. Rev. Stat. Annu. = Canadian fisheries - annual statistical review/Peches canadiennes - revue statistique annuelle. Ottawa ON -Can. Fish. Int. Trade/Peches Can. Commer. Int. = Canadian fisheries - international trade/Peches canadiennes - commerce international. Ottawa ON -Can. Fish. Landings/Peches Can. Debarq. = Canadian fisheries - landings/Peches canadiennes - debarquements. Ottawa ON -Can. Fish. Prod. Inventories/Peches Can. Prod. Stocks = Canadian fisheries - products and inventories/Peches canadiennes - produits et stocks. Ottawa ON -Can. Fish. Stat. Highlights/Peches Can. Somm. Stat. = Canadian fisheries - statistical highlights/Peches canadiennes - sommaire statistique. Ottawa ON -Can. Ind. Rep. Fish. Aquat. Sci./Rapp. Can. Ind. Sci. Halieut. Aquat. = Canadian industry report of fisheries and aquatic sciences/Rapport canadien a l'industrie sur les sciences halieutiques et aquatiques. Imprint varies -Can. J. Anaesth. = Canadian Journal of Anesthesia -Can. J. Anim. Sci. = Canadian journal of animal science. Ottawa ON -Can. J. Appl. Physiol./Rev. Can. Physiol. Appl. = Canadian Journal of Applied Physiology/Revue Canadienne de Physiologie Appliquee -Can. J. Appl. Spectrosc. = Canadian journal of applied spectroscopy. Montreal PQ -Can. J. Bot./Rev. Can. Bot. = Canadian Journal of Botany/Revue Canadienne de Botanique -Can. J. Chem./Rev. Can. Chim. = Canadian Journal of Chemistry/Revue Canadienne de Chimie -Can. J. Civ. Eng./Rev. Can. Genie Civ. = Canadian Journal of Civil Engineering/Revue Canadienne de Genie Civil -Can. J. Earth Sci./Rev. Can. Sci. Terre = Canadian Journal of Earth Sciences/Revue Canadienne des Sciences de la Terre -Can. J. Fish. Aquat. Sci. = Canadian Journal of Fisheries and Aquatic Sciences -Can. J. Fish. Aquat. Sci./J. Can. Sci. Halieut. Aquat. = Canadian journal of fisheries and aquatic sciences/Journal canadien des sciences halieutiques et aquatiques. Ottawa ON -Can. J. For. Res./Rev. Can. Rech. For. = Canadian Journal of Forest Research/Revue Canadienne de Recherche Forestiere -Can. J. Microbiol./Rev. Can. Microbiol. = Canadian Journal of Microbiology/Revue Canadienne de Microbiologie -Can. J. Neurol. Sci. = Canadian Journal of Neurological Sciences -Can. J. Plant Sci./Rev. Can. Phytotech. = Canadian Journal of Plant Science/Revue Canadienne de Phytotechnie -Can. J. Public Health = Canadian Journal of Public Health -Can. J. Reg. Sci./Rev. Can. Sci. Reg. = Canadian journal of regional science/Revue canadienne des sciences regionales. Halifax NS -Can. J. Remote Sens./J. Can. Teledetect. = Canadian Journal of Remote Sensing/Journal Canadien de Teledetection -Can. J. Soil Sci. = Canadian Journal of Soil Science -Can. J. Surg. = Canadian Journal of Surgery -Can. J. Zool./Rev. Can. Zool. = Canadian Journal of Zoology/Revue Canadienne de Zoologie -Can. Manuscr. Rep. Fish. Aquat. Sci./Rapp. Manuscr. Can. Sci. Halieut. Aquat. = Canadian manuscript report of fisheries and aquatic sciences/Rapport manuscrit canadien des sciences halieutiques et aquatiques. Imprint varies -Can. Med. Assoc. J. = Canadian Medical Association Journal -Can. Mus. Nat. Publ. Zool. = Canadian Museum of Nature publications in zoology. Ottawa ON -Can. Plant Dis. Surv. = Canadian Plant Disease Survey -Can. Spec. Publ. Fish. Aquat. Sci./Publ. Spec. Can. Sci. Halieut. Aquat. = Canadian special publication of fisheries and aquatic sciences/Publication speciale canadienne des sciences halieutiques et aquatiques. Ottawa ON -Can. Tech. Rep. Fish. Aquat. Sci./Rapp. Tech. Can. Sci. Halieut. Aquat. = Canadian technical report of fisheries and aquatic sciences/Rapport technique canadien des sciences halieutiques et aquatiques. Imprint varies -Can. Tech. Rep. Hydrogr. Ocean Sci./Rapp. Tech. Can. Hydrogr. Sci. Ocean. = Canadian technical report of hydrography and ocean sciences/Rapport technique canadien sur l'hydrographie et les sciences oceaniques. Imprint varies -Can. Transl. Fish. Aquat. Sci./Traduct. Can. Sci. Halieut. Aquat. = Canadian translations of fisheries and aquatic sciences/Traductions canadiennes en sciences halieutiques et aquatiques. Ottawa ON -Can. Vet. J. = Canadian Veterinary Journal -Cancer = Cancer -Cancer Biother. Radiopharm. = Cancer Biotherapy and Radiopharmaceuticals -Cancer Causes Control = Cancer Causes & Control -Cancer Cell = Cancer Cell -Cancer Detect. Prev. = Cancer Detection and Prevention -Cancer Gene Ther. = Cancer Gene Therapy -Cancer Genet. Cytogenet. = Cancer Genetics and Cytogenetics -Cancer Immunol., Immunother. = Cancer Immunology, Immunotherapy -Cancer Invest. = Cancer Investigation -Cancer J. = Cancer Journal -Cancer Lett. = Cancer Letters -Cancer Mol. Biol. = Cancer Molecular Biology -Cancer Res. = Cancer Research -Cancer Sci. = Cancer Science -Cancer Surv. = Cancer Surveys -Cancer Treat. Rev. = Cancer Treatment Reviews -Carcinogenesis = Carcinogenesis -Cardiovasc. Toxicol. = Cardiovascular Toxicology -Caribb. J. Sci. = Caribbean Journal of Science -Caribb. Mar. Stud. = Caribbean marine studies. Carenage -Caries Res. = Caries Research -Carolinea Beitr. Naturkd. Forsch. Suedwestdeutschl. = Carolinea; Beitrage zur naturkundlichen Forschung in Sudwestdeutschland. Karlsruhe -Caryologia = Caryologia. Florence -Castanea = Castanea -CC&I INFOPESCA = CC&I INFOPESCA. Montevideo -CCAMLR Sci. = CCAMLR Science. Hobart -CECAF/ECAF Ser. = CECAF/ECAF series. Rome -Cell = Cell -Cell Adhes. Commun. = Cell Adhesion & Communication -Cell Tissue Banking = Cell and Tissue Banking -Cell Tissue Res. = Cell and Tissue Research -Cell Biochem. Funct. = Cell Biochemistry and Function -Cell Biol. Toxicol. = Cell Biology and Toxicology -Cell Biol. Int. = Cell Biology International -Cell Calcium = Cell Calcium -Cell Death Differ. = Cell Death and Differentiation -Cell Preserv. Technol. = Cell Preservation Technology -Cell Res. = Cell Research -Cell Stress Chaperones = Cell Stress & Chaperones -Cells Tissues Organs = Cells Tissues Organs -Cell. Mol. Biol. Lett. = Cellular & Molecular Biology Letters -Cell. Mol. Biol. Res. = Cellular & Molecular Biology Research -Cell. Mol. Biol. = Cellular and Molecular Biology -Cell. Mol. Life Sci. = Cellular and Molecular Life Sciences -Cell. Mol. Neurobiol. = Cellular and Molecular Neurobiology -Cell. Immunol. = Cellular Immunology -Cell. Microbiol. = Cellular Microbiology -Cell. Signal. = Cellular Signalling -CEMARE Misc. Publ. = CEMARE miscellaneous publications. Portsmouth -CEMARE Rep. = CEMARE reports. Portsmouth -CEMARE Res. Pap. = CEMARE research paper. Portsmouth -Cem. Concr. Compos. = Cement & Concrete Composites -Cem. Concr. Res. = Cement and Concrete Research -CIC Newsletter = Center for International Cooperation Newsletter -CEP Tech. Rep. = CEP technical report. Kingston -Cercet. Mar./Rech. Mar. = Cercetari marine/Recherches marines. Constanta -Cereb. Cortex = Cerebral Cortex -Ceres = Ceres. Rome -Cerevisia = Cerevisia -Ceylon J. Sci. (Biol. Sci. = Ceylon Journal of Science (Biological Sciences) -CFFA Newsl. = CFFA newsletter. Brussels -CHEER Comput. High. Educ. Econ. Rev. = CHEER. Computers in Higher Education Economics Review. Portsmouth -Chelonian Conserv. Biol. = Chelonian Conservation and Biology -Chelonian Res. Monogr. = Chelonian Research Monographs -Chem-Bio Inf. J. = Chem-Bio Informatics Journal -ChemBioChem = ChemBioChem -Chem. Pharm. Bull. (Tokyo = Chemical & Pharmaceutical Bulletin -Chem. Eng. = Chemical Engineer -Chem. Eng. = Chemical Engineering -Chem. Eng. J. = Chemical Engineering Journal -Chem. Eng. Prog. = Chemical Engineering Progress -Chem. Health Saf. = Chemical Health & Safety -Chem. Process. = Chemical Processing -Chem. Res. Toxicol. = Chemical Research in Toxicology -Chem. Senses = Chemical Senses -Chem. Spec. Bioavail. = Chemical Speciation and Bioavailability -Chem. Speciation Bioavailab. = Chemical speciation and bioavailability. Kew -Chem.-Biol. Interact. = Chemico-Biological Interactions -Chem. Biol. = Chemistry & Biology -Chem. Ecol. = Chemistry and Ecology -Chem. Ecol. = Chemistry and ecology. London -Chem. Lett. = Chemistry Letters -Chemosphere = Chemosphere -Chemosphere: Global Change Sci. = Chemosphere: Global Change Science -Child Youth Serv. = Child & Youth Services -Child Abuse Neglect = Child Abuse and Neglect -Child Maltreat. = Child Maltreatment -Child Welfare = Child Welfare -Child. Health Care = Children's Health Care -Chile Pesq. = Chile pesquero. Santiago -China Environ. Sci. = China Environmental Science -China Offshore Oil Gas (Geol. = China offshore oil and gas. Geology/Zhongguo Haishang Youqi. Dizhi. Beijing -Chin. J. Appl. Environ. Biol. = Chinese Journal of Applied & Environmental Biology -Chin. J. Entomol. = Chinese Journal of Entomology -Chin. J. Geochem. = Chinese Journal of Geochemistry -Chin. J. Intern. Med. = Chinese Journal of Internal Medicine -Chin. J. Mar. Drugs/Zhongguo Haiyang Yaowu = Chinese journal of marine drugs/Zhongguo Haiyang Yaowu. Qingdao -Chin. J. Mech. = Chinese Journal of Mechanics -Chin. J. Oceanol. Limnol. = Chinese Journal of Oceanology and Limnology -Chin. J. Otorhinolaryngology-Skull Base Surg. = Chinese Journal of Otorhinolaryngology-Skull Base Surgery -Chin. J. Pestic. Sci. = Chinese Journal of Pesticide Science -Chin. J. Polar Res./Jidi Yanjiu = Chinese journal of polar research/Jidi Yanjiu. Shanghai -Chin. J. Polar Sci. = Chinese journal of polar science. Beijing -Chin. J. Rice Sci./Zhongguo Shuidao Kexue = Chinese Journal of Rice Science/Zhongguo Shuidao Kexue -Chin. J. Zoonoses = Chinese Journal of Zoonoses -Chin. Pharm. J. = Chinese Pharmaceutical Journal -Chin. Sci. Bull. = Chinese Science Bulletin -Chirality = Chirality -Chromosoma = Chromosoma -Chron. Benakeiou Fytopathol. Inst. (Nea Seira = Chronika tou Benakeiou Fytopathologikou Institoutou. Nea seira. Kifissia -Chron. UGGI/IUGG Chron. = Chronique U.G.G.I./I.U.G.G. chronicle. Paris -Chronobiologia = Chronobiologia -Chronobiol. Int. = Chronobiology International -Ciencia (Maracaibo = Ciencia (Maracaibo) -Ciencia (Mex. = Ciencia (Mexico). Mexico City -Cienc. Biol. (Ecol. Syst. = Ciencia biologica. Ecology and systematics. Coimbra -Cienc. Biol. (Mol. Cell. Biol. = Ciencia biologica. Molecular and cellular biology. Coimbra -Cienc. Cult. (Sao Paulo = Ciencia e Cultura (Sao Paulo) -Cienc. Cult. (Sao Paulo = Ciencia e cultura (Sao Paulo). Sao Paulo -Cienc. Interam. = Ciencia interamericana. Washington DC -Cienc. Pesq. = Ciencia pesquera. Mexico City -Cienc. Desarr. = Ciencia y desarrollo. Mexico City -Cienc. Tecnol Aliment. = Ciencia y Tecnologia Alimentaria -Cienc. Tecnol. Mar (Valparaiso = Ciencia y tecnologia del mar (Valparaiso). Valparaiso -Cienc. Biol. = Ciencias biologicas. Havana -Cienc. Tierra Espacio = Ciencias de la tierra y del espacio. Havana -Cienc. Mar (Mazatlan = Ciencias del mar (Mazatlan). Mazatlan -Cienc. Mar. = Ciencias marinas. Ensenada -Cientifica = Cientifica -CIFA Occas. Pap. = CIFA occasional paper. Rome -CIFA Tech. Pap. = CIFA technical paper. Rome -CIFNET Annu. Rep. = CIFNET annual report. Cochin -CIFNET Bull. = CIFNET bulletin. Cochin -Ciguatera Inf. Bull. = Ciguatera information bulletin. Noumea -CIM Bull. = CIM (Canadian Mining and Metallurgical) Bulletin -Cinesiol. Med. Sport = Cinesiologie. Medecine du sport. Paris -Circ. Pa. State Univ. Ext. Serv. = Circular. Pennsylvania State University Extension Service. University Park PA -Circ. J. = Circulation Journal -CIRIA Tech. Note = CIRIA technical note. London -CISTI Occas. Pap. = CISTI occasional paper. Ottawa ON -Civ. Eng. Environ. Syst. = Civil Engineering and Environmental Systems -Civ. Eng. Pract. = Civil Engineering Practice -Civ. Eng. Syst. = Civil Engineering Systems -Civ. Eng., JSCE = Civil Engineering, JSCE -Civ. Eng./Siv. Ing. = Civil Engineering/Siviele Ingenieurswese -Clays Clay Miner. = Clays and Clay Minerals -Clim. Change Dig. = Climate change digest. Downsview ON -Clim. Monit. = Climate monitor. Norwich -Clim. Res. = Climate research. Oldendorf/Luhe -Clim. Change = Climatic Change -Climatol. Bull. Natl. Obs. Athens = Climatological bulletin. National Observatory of Athens. Athens -Clin. Exp. Metastasis = Clinical & Experimental Metastasis -Clin. Appl. Immunol. Rev. = Clinical and Applied Immunology Reviews -Clin. Dev. Immunol. = Clinical and Developmental Immunology -Clin. Diagn. Lab. Immunol. = Clinical and Diagnostic Laboratory Immunology -Clin. Exp. Allergy = Clinical and Experimental Allergy -Clin. Exp. Immunol. = Clinical and Experimental Immunology -Clin. Exp. Pharmacol. Physiol. = Clinical and Experimental Pharmacology and Physiology -Clin Biomech = Clinical Biomechanics -Clin. Genet. = Clinical Genetics -Clin. Govern. Int. J. = Clinical Governance: An International Journal -Clin. Imaging = Clinical Imaging -Clin. Immunol. = Clinical Immunology -Clin. Immunol. Immnopathol. = Clinical Immunology and Immunopathology -Clin. Infect. Dis. = Clinical Infectious Diseases -Clin. J. Sport Med. = Clinical Journal of Sport Medicine -Clin. Med. Res. = Clinical Medicine and Research -Clin. Microbiol. Infect. = Clinical Microbiology and Infection -Clin. Microbiol. Newsl. = Clinical Microbiology Newsletter -Clin. Microbiol. Rev. = Clinical Microbiology Reviews -Clin. Nutr. = Clinical Nutrition -Clin. Orthop. Relat. Res. = Clinical Orthopaedics and Related Research -Clin. Pediatr. = Clinical Pediatrics -Clin. Physiol. = Clinical Physiology -Clin. Physiol. Funct. Imaging = Clinical Physiology and Functional Imaging -Clin. Radiol. = Clinical Radiology -Clin. Res. Regul. Aff. = Clinical Research and Regulatory Affairs -Clin. Rev. Allergy Immunol. = Clinical Reviews in Allergy & Immunology -Clin. Rev. Bone. Miner. Metab. = Clinical Reviews in Bone and Mineral Metabolism -Clin. Risk = Clinical Risk -Cloning Stem Cells = Cloning and Stem Cells -Cloning Sci. Policy = Cloning: Science and Policy -CMFRI Bull. = CMFRI bulletin. Cochin -CMFRI Newsl. = CMFRI newsletter. Cochin -CMFRI Spec. Publ. = CMFRI special publication. Cochin -CNS Drugs = CNS Drugs -COA Fish. Ser. = COA fisheries series. Taipei -Coast. Eng. Tech. Aid U.S. Army Coast. Eng. Res. Cent. = Coastal engineering technical aid. U.S. Army Coastal Engineering Research Center. Fort Belvoir VA -Coast. Eng./Haian Gongcheng = Coastal engineering/Haian Gongcheng. Qingdao -Coastal Heritage = Coastal Heritage -Cold Spring Harbor Monogr. Ser. = Cold Spring Harbor Monograph Series -Cold Spring Harbor Symp. Quant. Biol. = Cold Spring Harbor Symposia on Quantitative Biology -Colecc. Nac. Man. Capacit. Secr. Pesca (Mex. = Coleccion nacional de manuales de capacitacion. Secretaria de Pesca (Mexico). Mexico City -Coleopt. Bull. = Coleopterists Bulletin -Collect. Ocean. Works/Haiyang Wenji = Collected oceanic works/Haiyang Wenji. Tianjin -Collect. Repr. Tong-Yeong Fish. Jr. Coll. = Collected reprints. Tong-Yeong Fisheries Junior College. Chungmu -Collect. Vol. Sci. Pap. ICCAT/Recl. Doc. Sci. CICTA/Colecc. Doc. Cient. CICAA = Collective volume of scientific papers. International Commission for the Conservation of Atlantic Tunas/Recueil de documents scientifiques. Commission internationale pour la Conservation des Thonides de l'Atlantique/Coleccion de documentos cientificos. Comision internacional para la Conservacion del Atun Atlantico. Madrid -Colloq. Semin. Inst. Rech. Dev. = Colloques et seminaires. Institut de Recherche pour le Developpement. Paris -Colloq. INRA = Colloques. Institut national de la recherche agronomique (France). Paris -Colloquium = Colloquium -Colonial Waterbirds = Colonial Waterbirds -Columbia J. Environ. Law = Columbia Journal of Environmental Law -Combinatorial Chem. High Throughput Screening = Combinatorial Chemistry & High Throughput Screening -Comments Agric. Food Chem. = Comments on Agricultural and Food Chemistry -Comments Toxicol. = Comments on Toxicology -Commun. Instr. = Communications in Instrumentation -Commun. Nonlinear Sci. Numer. Sim. = Communications in Nonlinear Science & Numerical Simulation -Commun. Soil Sci. Plant Anal. = Communications in Soil Science and Plant Analysis -Community Dent. Oral Epidemiol. = Community Dentistry and Oral Epidemiology -Community Ment. Health J. = Community Mental Health Journal -Comp. Funct. Genomics = Comparative and Functional Genomics -Comp. Biochem. Physiol., A: Mol. Integr. Physiol. = Comparative Biochemistry and Physiology, Part A: Molecular & Integrative Physiology -Comp. Biochem. Physiol. B: Biochem. Mol. Biol. = Comparative Biochemistry and Physiology, Part B: Biochemistry and Molecular Biology -Comp. Biochem. Physiol., C: Toxicol. Pharmacol. = Comparative Biochemistry and Physiology, Part C: Toxicology & Pharmacology -Comp. Immunol., Microbiol. Infect. Dis. = Comparative Immunology, Microbiology and Infectious Diseases -Comp. Physiol. Ecol. = Comparative Physiology and Ecology -Compl. Rep. Ala. Dep. Conserv. Nat. Resour. = Completion report. Alabama Department of Conservation and Natural Resources. Montgomery AL -Compl. Rep. Arkansas Game Fish. Comm. = Completion report. Arkansas Game and Fish Commission. Little Rock AR -Compl. Rep. Conn. Dep. Environ. Prot. = Completion report. Connecticut Department of Environmental Protection. Hartford CT -Compl. Rep. Dep. Fish Game (Alaska = Completion report. Department of Fish and Game (Alaska). Juneau AK -Compl. Rep. Iowa Conserv. Comm. = Completion report. Iowa Conservation Commission. Des Moines IA -Compl. Rep. Ky. Dep. Fish. Wildl. Resour. = Completion report. Kentucky Department of Fish and Wildlife Resources. Frankfort KY -Compl. Rep. Mass. Div. Mar. Fish. = Completion report. Massachusetts Division of Marine Fisheries. Boston MA -Compl. Rep. N.Y. Div. Mar. Coast. Resour. = Completion report. New York Division of Marine and Coastal Resources. Albany NY -Compl. Rep. N.C. Div. Mar. Fish. = Completion report. North Carolina Division of Marine Fisheries. Morehead City NC -Compl. Rep. U.S. Army Eng. Waterways Exp. Stn. Environ. Lab. = Completion report. U.S. Army Engineer Waterways Experiment Station, Environmental Laboratory. Vicksburg VA -Compl. Rep. U.S. Army Eng. Waterways Exp. Stn. Hydraul. Lab. = Completion report. U.S. Army Engineer Waterways Experiment Station, Hydraulics Laboratory. Vicksburg VA -Compl. Rep. U.S. Geol. Surv. = Completion report. U.S. Geological Survey. Reston VA -Compl. Rep. U.S. Nav. Civ. Eng. Lab. = Completion report. U.S. Naval Civil Engineering Laboratory. Port Hueneme CA -Compl. Rep. U.S. Nav. Environ. Predict. Res. Facil. = Completion report. U.S. Naval Environmental Prediction Research Facility. Monterey CA -Compl. Rep. Wis. Dep. Nat. Resour. = Completion report. Wisconsin Department of Natural Resources. Madison WI -Compliance Mag. = Compliance Magazine -Composites Sci. Technol. = Composites Science and Technology -Compost Sci. Util. = Compost Science & Utilization -C. R. Seances Soc. Biol. Paris = Compte rendu des seances de la Societe de Biologie, Paris. Paris -C. R. Hebd. Seances Acad. Sci. Paris = Compte rendu hebdomadaire des seances de l'Academie des Sciences. Paris -C. R. Dir. Rech. Sci. Tech. (Que. Prov. = Compte rendu. Direction de la Recherche scientifique et technique (Quebec Prov.). Quebec PQ -C. R. Biol. = Comptes Rendus Biologies -C. R. Acad. Agric. Fr. = Comptes rendus de l'Academie d'Agriculture de France. Paris -C. R. Acad. Sci., Ser. III. Sci. Vie/Life Sci. = Comptes Rendus de l'Academie des Sciences, Serie III. Sciences de la Vie/Life Sciences -C. R. Acad. Sci. (Ser. 2a = Comptes rendus de l'Academie des Sciences. Serie 2. Fascicule a. Sciences de la terre et des planetes/Earth and planetary sciences. Montrouge -C. R. Acad. Sci. (Ser. 2b = Comptes rendus de l'Academie des Sciences. Serie 2. Fascicule b. Mecanique, physique, chimie, astronomie/Mechanics, physics, chemistry, astronomy. Montrouge -C.R. Acad. Sci. (Ser. 3 = Comptes rendus de l'Academie des Sciences. Serie 3. Sciences de la vie/Life sciences. Montrouge -Comput. Biol. Chem. = Computational Biology and Chemistry -Comput. Aided Surg. = Computer Aided Surgery -Comput. Appl. Biosci. = Computer Applications in the Biosciences -Comput. Methods Programs Biomed. = Computer Methods and Programs in Biomedicine -Comput. Vision Image Understanding = Computer Vision and Image Understanding -Comput. Med. Imaging Graphics = Computerized Medical Imaging and Graphics -Comput. Chem. Eng. = Computers & Chemical Engineering -Comput. Biomed. Res. = Computers and Biomedical Research -Comput. Electron. Agric. = Computers and Electronics in Agriculture -Comput. Biol. Med. = Computers in Biology and Medicine -Comun. Bot. Mus. Hist. Nat. Montev. = Comunicaciones botanicas del Museo de Historia Natural de Montevideo. Montevideo -Comun. Mus. Argent. Cienc. Nat. Bernardino Rivadavia Inst. Nac. Invest. Cienc. Nat. (Argent. = Comunicaciones del Museo Argentino de Ciencias Naturales "Bernardino Rivadavia" e Instituto Nacional de Investigacion de las Ciencias Naturales (Argentina). Hidrobiologia. Buenos Aires -Comun. Mus. Argent. Cienc. Nat. Bernardino Rivadavia Inst. Nac. Invest. Cienc. Nat. (Argent. = Comunicaciones del Museo Argentino de Ciencias Naturales "Bernardino Rivadavia" e Instituto Nacional de Investigacion de las Ciencias Naturales (Argentina). Zoologia. Buenos Aires. -Comun. Paleontol. Mus. Hist. Nat. Montev. = Comunicaciones paleontologicas del Museo de Historia Natural de Montevideo. Montevideo -Comun. Zool. Mus. Hist. Nat. Montev. = Comunicaciones zoologicas del Museo de Historia Natural de Montevideo. Montevideo -Commun. Mus. Cienc. Tecnol. PUCRS Ser. Zool. = Comunicacoes do Museu de Ciencias e Tecnologia da PUCRS. Serie Zoologia -Commun. Mus. Cienc. Tecnol. = Comunicacoes do Museu de Ciencias e Tecnologia UBEA/PUCRS -Commun. Mus. Cienc. Tecnol. Ser. Botan. = Comunicacoes do Museu de Ciencias e Tecnologia-PUCRS. Serie Botanica -Conchiglie = Conchiglie. -Condor = Condor -Conf. Workshop Ser. Dep. Prim. Ind. (Queensl. = Conference and workshop series. Department of Primary Industries (Queensland). Brisbane -Conf. Proc. Taiwan Fish. Res. Inst. = Conference Proceedings. Taiwan Fisheries Research Institute -Connect. Sci. = Connection Science -Connect. Tissue Res. = Connective Tissue Research -Conserv. Adv. Notes. NZ Dept. Conserv. = Conservation Advisory Notes. New Zealand Department of Conservation -Conserv. Biol. = Conservation Biology -Conserv. Biol. Pract. = Conservation Biology in Practice -Conserv. Ecol. = Conservation Ecology -Conserv. Genet. = Conservation Genetics -Conserv. Pract. = Conservation in Practice -Consult. Specif. Eng. = Consulting Specifying Engineer -Contact Dermatitis = Contact Dermatitis -Contemp. Cancer Res. = Contemporary Cancer Research -Contemp. Topics Lab. Anim. Sci. = Contemporary Topics in Laboratory Animal Science -Cont. Shelf Res. = Continental shelf research. Oxford, New York NY -Contraception = Contraception -Contrib. Inst. Nac. Invest. Desarr. Pesq. (Argent. = Contribucion. Instituto Nacional de Investigacion y Desarrollo Pesquero (Argentina). Mar del Plata -Contrib. Cient. Inst. Antart. Argent. = Contribuciones cientificas del Instituto Antartico Argentino. Buenos Aires -Contrib. Cient. Cent. Invest. Cient. Univ. Oriente Porlamar = Contribuciones cientificas. Centro de Investigaciones Cientificas, Universidad de Oriente, Porlamar. Porlamar -Contrib. Dep. Cienc. Mar. Univ. P.R./Contrib. Dep. Mar. Sci. Univ. P.R. = Contribuciones. Departamento de Ciencias Marinas, Universidad de Puerto Rico/Contributions. Department of Marine Sciences, University of Puerto Rico. Mayaguez -Contrib. Mar. Sci. = Contributions in Marine Science -Contrib. Korea Inter-Univ. Inst. Ocean Sci. Natl. Fish. Univ. Pusan = Contributions of Korea Inter-University Institute of Ocean Science, National Fisheries University of Pusan. Pusan -Contrib. Natl. Fish. Res. Dev. Agency (Korea = Contributions of National Fisheries Research and Development Agency (Korea). Yangsan-Gun -Contrib. Am. Entomol. Inst. = Contributions of the American Entomological Institute -Contrib. Atmos. Phys/Beitr. Phys. Atmos. = Contributions to atmospheric physics/Beitrage zur Physik der Atmosphare. Wiesbaden -Contrib. Miner. Petrol./Beitr. Mineral. Petrol. = Contributions to mineralogy and petrology/Beitrage zur Minerologie und Petrologie. Berlin and New York NY -Contrib. Res. Fish. Eng. = Contributions to the researches of fisheries engineering. Hasaki -Contrib. Hawaii Inst. Geophys. = Contributions. Hawaii Institute of Geophysics. Honolulu HI -Contrib. Wash. Univ. Sch. Oceanogr. = Contributions. Washington University, School of Oceanography. Seattle WA -Conv. Sci. Mer Biol. Mar. Cent. Noumea ORSTOM = Conventions. Sciences de la mer. Biologie marine. Centre de Noumea, ORSTOM. Noumea -Conv. Sci. Mer Oceanogr. Phys. Cent. Noumea ORSTOM = Conventions. Sciences de la mer. Oceanographie physique. Centre de Noumea, ORSTOM. Noumea -Copeia = Copeia -COPESCAL Doc. Ocas. = COPESCAL documento ocasional. Rome -COPESCAL Doc. Tec. = COPESCAL. Documento tecnico. Rome -Coral Reefs = Coral reefs. Heidelberg etc. -Cornell Int. Law J. = Cornell international law journal. Ithaca NY -Cornell Law Rev. = Cornell law review. Ithaca NY -Corrections Today = Corrections Today -Corrosion (Houston = Corrosion (Houston) -Corros. Sci. = Corrosion Science -Cortex = Cortex -Cosmet. Toiletries = Cosmetics and Toiletries -Costs Earn. Sel. Fish. Enterp. N.S. = Costs and earnings of selected fishing enterprises, Nova Scotia. Ottawa ON -Couns. Psychol. = Counseling Psychologist -Cour. Forschungsinst. Senckenb. = Courier Forschungsinstitut Senckenberg. Frankfurt/Main -Courier: Afr.-Caribb.-Pac.-Eur. Union = Courier: Africa-Caribbean-Pacific-European Union. Brussels -Crash Prev. Injury Control = Crash Prevention and Injury Control -Cretaceous Res. = Cretaceous Research -Criminology = Criminology -Crit. Care Med. = Critical Care Medicine -Crit. Rev. Anal. Chem. = Critical Reviews in Analytical Chemistry -Crit. Rev. Biochem. Mol. Biol. = Critical Reviews in Biochemistry and Molecular Biology -Crit. Rev. Biomed. Eng. = Critical Reviews in Biomedical Engineering -Crit. Rev. Biotechnol. = Critical Reviews in Biotechnology -Crit. Rev. Clin. Lab. Sci. = Critical Reviews in Clinical Laboratory Sciences -Crit. Rev. Comput. Tomogr. = Critical Reviews in Computed Tomography -Crit. Rev. Environ. Sci. Technol. = Critical Reviews in Environmental Science and Technology -Crit. Rev. Eukaryot. Gene Expression = Critical Reviews in Eukaryotic Gene Expression -Crit. Rev. Food Sci. Nutr. = Critical Reviews in Food Science and Nutrition -Crit. Rev. Immunol. = Critical Reviews in Immunology -Crit. Rev. Microbiol. = Critical Reviews in Microbiology -Crit. Rev. Neurobiol. = Critical Reviews in Neurobiology -Crit. Rev. Oncogen. = Critical Reviews in Oncogenesis -Crit. Rev. Oncol./Hematol. = Critical Reviews in Oncology/Hematology -Crit. Rev. Oral Biol. Medicine = Critical Reviews in Oral Biology & Medicine -Crit. Rev. Plant Sci. = Critical Reviews in Plant Sciences -Crit. Rev. Toxicol. = Critical Reviews in Toxicology -Croat. Med. J. = Croatian Medical Journal -Crop Improv. = Crop Improvement -Crop Sci. = Crop Science -Cruise Rep. Proudman Oceanogr. Lab. Bidston = Cruise report. Proudman Oceanographic Laboratory, Bidston. Bidston -Cruise Rep. Geol. Surv. Japan = Cruise reports. Geological Survey of Japan. Kawasaki -Crustac. Res. = Crustacean research. Tokyo -Crustaceana = Crustaceana -Cryobiology = Cryobiology -Cryptogamie: Algol. = Cryptogamie: algologie. Paris -Cryptogamie: Mycol. = Cryptogamie: Mycologie -Cuad. Herpetol. = Cuadernos de Herpetologia -Cuad. Marisqueros (Publ. Divulg. = Cuadernos marisqueros. Publicacion de divulgacion. Vilanova -Cuad. Marisqueros (Publ. Tec. = Cuadernos marisqueros. Publicacion tecnica. Vilanova -Cuad. Tec. Inst. Cienc. Mar Limnol. Univ. Nac. Auton. Mex. (B Datos Oceanogr. = Cuadernos tecnicos. Instituto de Ciencias del Mar y Limnologia, Universidad Nacional Autonoma de Mexico. Serie B. Datos oceanograficos. Mexico City -Cuad. Univ. Mar = Cuadernos. Universidad del Mar. Puerto Angel -Cult. Agron. = Cultura Agronomica -Curr. Biol. = Current Biology -Curr. Cancer Drug Targets = Current Cancer Drug Targets -Curr. Clin. Top. Infect. Dis. = Current Clinical Topics in Infectious Diseases -Curr. Drug Metab. = Current Drug Metabolism -Curr. Drug Targets = Current Drug Targets -Curr. Drug Targets: Cardiovasc. Hematol. Disord. = Current Drug Targets: Cardiovascular & Hematological Disorders -Curr. Drug Targets: CNS Neurol. Disorders = Current Drug Targets: CNS and Neurological Disorders -Curr. Drug Targets: Immune, Endocr. Metab. Disord. = Current Drug Targets: Immune, Endocrine and Metabolic Disorders -Curr. Drug Targets: Infect. Disord. = Current Drug Targets: Infectious Disorders -Curr. Drug Targets: Inflammation Allergy = Current Drug Targets: Inflammation and Allergy -Curr. Gene Ther. = Current Gene Therapy -Curr. Genet. = Current Genetics -Curr. Genomics = Current Genomics -Curr. Issues Intestinal Microbiol. = Current Issues in Intestinal Microbiology -Curr. Issues Mol. Biol. = Current Issues in Molecular Biology -Curr. Med. Chem. = Current Medicinal Chemistry -Curr. Med. Chem.: Anti-Cancer Agents = Current Medicinal Chemistry: Anti-Cancer Agents -Curr. Med. Chem.: Immunol., Endocr. Metab. Agents = Current Medicinal Chemistry: Immunology, Endocrine & Metabolic Agents -Curr. Microbiol. = Current Microbiology -Curr. Mol. Med. = Current Molecular Medicine -Curr. Opin. Biotechnol. = Current Opinion in Biotechnology -Curr. Opin. Cell Biol. = Current Opinion in Cell Biology -Curr. Opin. Chem. Biol. = Current Opinion in Chemical Biology -Curr. Opin. Genet. Dev. = Current Opinion in Genetics & Development -Curr. Opin. Immunol. = Current Opinion in Immunology -Curr. Opin. Infect. Dis. = Current Opinion in Infectious Diseases -Curr. Opin. Microbiol. = Current Opinion in Microbiology -Curr. Opin. Neurobiol. = Current Opinion in Neurobiology -Curr. Opin. Otolaryngol. Head Neck Surg. = Current Opinion in Otolaryngology & Head and Neck Surgery -Curr. Opin. Pharm. = Current Opinion in Pharmacology -Curr. Opin. Plant Biol. = Current Opinion in Plant Biology -Curr. Opin. Struct. Biol. = Current Opinion in Structural Biology -Curr. Pharm. Biotechnol. = Current Pharmaceutical Biotechnology -Curr. Pharm. Des. = Current Pharmaceutical Design -Curr. Protein Peptide Sci. = Current Protein & Peptide Science -Curr. Res. Med. Arom. Plants = Current Research on Medicial and Aromatic Plants -Curr. Res. Natl. Water Res. Inst. (Can. = Current research. National Water Research Institute (Canada). Burlington ON -Curr. Sci. = Current Science -Curr. Sci. = Current science. Bangalore -Curr. Top. Dev. Biol. = Current topics in developmental biology. New York NY -Curr. Top. Med. Chem. = Current Topics in Medicinal Chemistry -Curr. Top. Microbiol. Immunol. = Current Topics in Microbiology and Immunology -Curr. Topics Wetland Biogeochem. = Current Topics in Wetland Biogeochemistry -Cutting Tool Eng. = Cutting Tool Engineering -Cybernetica = Cybernetica -CyberPsychol. Behav. = CyberPsychology & Behavior -Cybium = Cybium. Paris -Cytobios = Cytobios -Cytogenet. Genome Res. = Cytogenetic and Genome Research -Cytogenet. Cell Genet. = Cytogenetics and Cell Genetics -Cytokine = Cytokine -Cytokine Growth Factor Rev. = Cytokine & Growth Factor Reviews -Cytokines Cell. Mol. Ther. = Cytokines, Cellular & Molecular Therapy -Cytologia = Cytologia -Cytotechnology = Cytotechnology -Dalhousie Law J. = Dalhousie law journal. Halifax NS -Dalton Trans. J. Inorg. Chem. = Dalton transactions: a journal of inorganic chemistry. London -Dana = Dana -Dana = Dana. Charlottenlund -Dang. Proper. Ind. Mater. Rep. = Dangerous Properties of Industrial Materials Report -Darwiniana = Darwiniana. Buenos Aires -Data Rec. ICCAT/Recl. Donnees Stat. CICTA/Colecc. Datos Estad. CICAA = Data record. International Commission for the Conservation of Atlantic Tunas/Recueil de donnees statistiques. Commission internationale pour la Conservation des Thonides de l'Atlantique/Coleccion de datos estadisticos. Comision Internacional para la Conservacion del Atun Atlantico. Madrid -Data Rep. Inst. Oceanogr. Univ. B.C. = Data report. Institute of Oceanography, University of British Columbia. Vancouver BC -Data Rep. IATTC/Rep. Spec. CIAT = Data Report. Inter-American Tropical Tuna Commission/Comision Interamericana del Atun Tropical -Datos Geofis. (A Oceanogr. = Datos geofisicos. Serie A. Oceanografia. Mexico City -DBCP Tech. Doc. = DBCP Technical document. Ramonville Saint-Agne -Decheniana = Decheniana. Bonn -Deep Sea Res. (I Oceanogr. Res. Pap. = Deep Sea Research (Part I, Oceanographic Research Papers) -Deep Sea Res. (II Top. Stud. Oceanogr. = Deep Sea Research (Part II, Topical Studies in Oceanography) -Def. Sci. J. = Defence Science Journal -Def. Sci. J. = Defence science journal. New Delhi -Defenders = Defenders -Delt. Geogr. Ypiresias Stratou/Bull. Hell. Mil. Geogr. Serv. (HMGS = Deltio geografikis ypiresias stratou/Bulletin of the Hellenic Military Geographical Service (HMGS). Athens -Delt. Ell. Geol. Etair./Bull. Geol. Soc. Greece = Deltio tis Ellinikis Geologikis Etairias/Bulletin of the Geological Society of Greece. Athens -Delt. Ell. Meteorol. Etair./Bull. Hell. Meteorol. Soc. = Deltion Ellinikis Meteorologikis Etaireias/Bulletin of the Hellenic Meteorological Society. Athens -Delt. Ell. Mikroviol. Etair./Acta Microbiol. Hell. = Deltion ellinikis mikroviologikis etaireias/Acta microbiologica hellenica. Athens -Dental Bus. = Dental Business -Det Kongelige Fiskeridepartement Stortingsmelding = Det Kongelige Fiskeridepartement. Stortingsmelding -Dtsch. Entomol. Z. = Deutsche Entomologische Zeitschrift -Dtsch. Gewaesserkd. Mitt. = Deutsche Gewasserkundliche Mitteilungen. Koblenz -Dtsch. Hydrogr. Z. = Deutsche hydrographische Zeitschrift. Hamburg -Dtsch. Hydrogr. Z. (Suppl. = Deutsche Hydrographische Zeitschrift. Supplement. Hamburg -Development = Development -Dev. Comp. Immunol. = Development and comparative immunology. Elmsford NY, Oxford -Dev. Genes Evol. = Development Genes and Evolution -Dev. Growth Differ. = Development Growth & Differentiation -Dev. Comp. Immunol. = Developmental & Comparative Immunology -Dev. Biol. = Developmental Biology -Dev. Brain Res. = Developmental Brain Research -Dev. Cell = Developmental Cell -Dev. Genet. = Developmental Genetics -Dev. Immunol. = Developmental Immunology -Dev. Neuropsychol. = Developmental Neuropsychology -Dev. Neurosci. = Developmental Neuroscience -Dev. Aquacult. Fish. Sci. = Developments in Aquaculture and Fisheries Science -Dev. Food Sci. = Developments in food science. Amsterdam -Dev. Hydrobiol. = Developments in Hydrobiology -Dev. Hydrobiol. = Developments in hydrobiology. Dordrecht -Dev. Int. Dev. Mag. = Developments. The international development magazine. London -Diagn. Microbiol. Infect. Dis. = Diagnostic Microbiology and Infectious Disease -Didact. Inst. Fr. Rech. Sci. Dev. Coop. = Didactiques. Institut francais de recherche scientifique pour le developpement en cooperation. Paris -Vogelwarte = Die Vogelwarte -Differentiation = Differentiation -Dig. Dis. Sci. = Digestive Diseases and Sciences -Disaster Manage. Response = Disaster Management & Response -Disaster Prev. Manage. = Disaster Prevention and Management -Disasters = Disasters -Discov. Innov. = Discovery and innovation. Nairobi -Discuss. Pap. Cent. Fish. Econ. Bergen = Discussion paper. Centre for Fisheries Economics, Bergen. Bergen -Discuss. Neurosci. = Discussions in Neurosciences -Dis. Markers = Disease Markers -Dis. Aquat. Org. = Diseases of Aquatic Organisms -Diskusjonsnotat Sent. Fiskerioekon. Bergen = Diskusjonsnotat. Senter for fiskerioekonomi, Bergen. Bergen -Diss. Abst. Int. Pt. B - Sci. & Eng. = Dissertation Abstracts International Part B: Science and Engineering -Divers. Distrib. = Diversity and Distributions -Div. Rep. CSIRO Div. Water Resour. = Divisional Report, CSIRO Division of Water Resources -DNA Cell Biol. = DNA and Cell Biology -DNA Repair = DNA Repair -DNA Res. = DNA Research -DNA Sequence = DNA Sequence -DOC Sci. Internal Ser. NZ Dept. Conserv. = DOC Science Internal Series. New Zealand Department of Conservation -Dock Harbour Auth. = Dock & Harbour Authority -Doc. ORSTOM Montp. = Document ORSTOM Montpellier. Montpellier -Doc. Sci. Tech. Cent. Bretagne IRD = Document scientifique et technique. Centre de Bretagne, IRD. Plouzane -Doc. Sci. Cent. Cayenne ORSTOM = Document scientifique. Centre de Cayenne, ORSTOM. Cayenne -Doc. Sci. Cent. Natl. Sci. Halieut. Boussoura = Document scientifique. Centre national des sciences halieutiques de Boussoura. Conakry -Doc. Sci. Pole Rech. Oceanol. Halieut. Caraibe = Document scientifique. Pole de Recherche oceanologique et halieutique caraibe. Fort-de-France -Doc. Tech. Peches (Dakar = Document technique sur les peches (Dakar). Dakar -Doc. Cent. Natl. Rech. Oceanogr. (Madagas. = Document. Centre national de Recherches Oceanographiques (Madagascar). Nosy-Be -Doc. Ist. Ital. Idrobiol. = Documenta dell'Istituto italiano di idrobiologia. Verbania Pallanza -Doc. Cient. Cent. Investig. Pesq. Apl. (CIPA = Documento cientifico. Centro de Investigacao Pesqueira Aplicada (CIPA). Bissau -Doc. Tec. Cent. Reg. Invest. Pesq. Yucalpeten Inst. Nac. Pesca (Mex. = Documento tecnico. Centro Regional de Investigacion Pesquera, Yucalpeten, Instituto Nacional de la Pesca (Mexico). Yucalpeten -Doc. Tec. Oceanogr. Fund. Univ. Rio Grande = Documentos tecnicos: oceanografia. Fundacao Universidade do Rio Grande. Rio Grande -Doc. Sci. Cent. Pointe-Noire ORSTOM (Nouv. Ser. = Documents scientifiques du Centre de Pointe-Noire, ORSTOM. Nouvelle serie. Pointe-Noire -Doc. Sci. Cent. Rech. Oceanogr. Dakar-Thiaroye = Documents scientifiques. Centre de Recherches Oceanographiques de Dakar-Thiaroye. Dakar-Thiaroye -Dokl. Earth Sci. Sect. = Doklady - earth science sections. Silver Spring MD -Dokl. Bot. Sci./Dokl. Akad. Nauk = Doklady Botanical Sciences/Doklady Akademii Nauk -Dokl. RAN = Doklady Rossijskoj akademii nauk. Moscow -Domest. Anim. Endocrinol. = Domestic Animal Endocrinology -Donghai Mar. Sci./Donghai Haiyang = Donghai marine science/Donghai Haiyang. Hangzhou -Dopov. Akad. Nauk Ukr./Dokl. Akad. Nauk Ukr. = Dopovidi Akademyiyi nauk Ukrayini/Doklady Akademii nauk Ukrainy. Kiev -Doriana = Doriana -Droit Marit. Fr. = Droit maritime francais. Paris -Drosera = Drosera -Drug Alcohol Depend. = Drug and Alcohol Dependence -Drug Alcohol Rev. = Drug and Alcohol Review -Drug Chem. Toxicol. = Drug and Chemical Toxicology -Drug Cosmetic Ind. = Drug and Cosmetic Industry -Drug Deliv. = Drug Delivery: The Journal of Delivery and Targeting of -Drug Design Discov. = Drug Design and Discovery -Drug Dev. Ind. Pharm. = Drug Development and Industrial Pharmacy -Drug Dev. Res. = Drug Development Research -Drug Discov. Today = Drug Discovery Today -Drug Inf. J. = Drug Information Journal -Drug Metab. Disposition = Drug Metabolism and Disposition -Drug Metab. Rev. = Drug Metabolism Reviews -Drug Saf. = Drug Safety -Drug Ther. (N. Y. = Drug Therapy (New York) -Drugs = Drugs -Drugs Soc. = Drugs & Society -Drugs Exp. Clin. Res. = Drugs Under Experimental and Clinical Research -Drugs: Educ. Prev. Policy = Drugs: Education, Prevention, and Policy -DSIR Crop Res. Seafood Rep. = DSIR crop research seafood report. Christchurch -Dugesiana = Dugesiana -Dumerilia = Dumerilia -Durban Mus. Novit. = Durban Museum novitates. Durban -E-Biomed J. Regen. Med. = E-Biomed: Journal of Regenerative Medicine -EAFE Bull. = EAFE bulletin. Southsea -Earth-Sci. Rev. = Earth-Science Reviews -Earthquake Eng. Struct. Dyn. = Earthquake Engineering & Structural Dynamics -Earthquake Spectra = Earthquake Spectra -East Afr. Agric. For. J. = East African agricultural and forestry journal. Nairobi -East Afr. Med. J. = East African Medical Journal -East Afr. Reg. Seas Tech. Rep. Ser. = East African Regional Seas technical report series. Split -East. Mediterr. Health Journal = Eastern Mediterranean Health Journal -Ecography = Ecography -Ecol. Austral = Ecologia Austral -Ecol. Appl. = Ecological Applications -Ecol. Bull. = Ecological bulletins. Copenhagen -Ecol. Complex. = Ecological Complexity -Ecol. Econ. = Ecological Economics -Ecol. Eng. = Ecological Engineering -Ecol. Entomol. = Ecological Entomology -Ecol. Indicators = Ecological Indicators -Ecol. Manage. Restor. = Ecological Management & Restoration -Ecol. Model. = Ecological Modelling -Ecol. Monogr. = Ecological Monographs -Ecol. Res. = Ecological Research -Ecol. Res. Ser. U.S. Environ. Prot. Agency = Ecological research series. U.S. Environmental Protection Agency. Washington DC -Ecol. Restor. = Ecological Restoration -Ecol. Rev. = Ecological Review -Ecol. Stud. Anal. Synth. = Ecological studies: analysis and synthesis. Berlin, Heidelberg, New York NY -Ecologie = Ecologie -Ecologie = Ecologie. Brunoy -Ecologist = Ecologist -Ecology = Ecology -Ecol. Lett. = Ecology Letters -Ecol. Freshwat. Fish = Ecology of Freshwater Fish -Ecol. Ind. Regions = Ecology of Industrial Regions -Ecol., Environ. Cons. = Ecology, Environment & Conservation -Econ. Commer. Anal. Rep. Dep. Fish. Oceans (Can. = Economic and commercial analysis report. Department of Fisheries and Oceans (Canada)/Rapport de l'analyse economique et commerciale. Ministere des Peches et des Oceans (Canada). Imprint varies -Econ. Bot. = Economic Botany -Econ. Bull. (TSB = Economic bulletin (TSB). Edinburgh -Ecos (CSIRO = Ecos (CSIRO). Melbourne -Ecoscience = Ecoscience -Ecoscience = Ecoscience. Sainte-Foy -Ecosystems = Ecosystems -Ecotoxicology = Ecotoxicology -Ecotoxicol. Environ. Saf. = Ecotoxicology and Environmental Safety -Ecotropicos = Ecotropicos -Educ. Health: Change Learn. Pract. = Education for Health: Change in Learning & Practice -Educ. Publ. Alaska Sea Grant = Education publication. Alaska Sea Grant. Fairbanks AK -Eesti Geogr. Seltsi Aastaraam./Yearb. Est. Geogr. Soc. = Eesti geograafia seltsi. Aastaraamat/Yearbook of the Estonian Geographical Society. Tallinn -Eesti Kalandus = Eesti kalandus. Tallinn -Eesti Loodus/Est. Nat. = Eesti loodus/Estonian nature. Tallinn -Eesti Looduseuur. Seltsi Aastaraam./Yearb. Est. Nat. Soc. = Eesti looduseuurijate seltsi. Aastaraamat/Yearbook of the Estonian Naturalists' Society. Tallinn -Eesti Tead. Akad. Toim. (Biol. Oekol. = Eesti teaduste akadeemia toimetised. Bioloogia, Oekoloogia/Proceedings of the Estonian Academy of Sciences. Biology, Ecology. Tallinn -Eesti Tead. Akad Toim. (Geol. = Eesti teaduste akadeemia toimetised. Geoloogia/Proceedings of the Estonian Academy of Sciences. Geology. Tallin -Eesti Tead. Akad. Toim. (Keem. = Eesti teaduste akadeemia toimetised. Keemia/Proceedings of the Estonian Academy of Sciences. Chemistry. Tallin -Efflatounia = Efflatounia -Effluent Water Treat. J. = Effluent and water treatment journal. Rick Mansworth -Ehkol. Morya = Ehkologiya morya. Kiev -Ehkologiya = Ehkologiya. Moscow -Eidiki Ekd. Ethn. Kent. Thalass. Erevnon (Hell. = Eidiki ekdosi. Ethniko Kentro Thalassion Erevnon (Hellas)/Special publication. National Centre for Marine Research (Greece). Athens -EIFAC Newsl. = EIFAC newsletter. Rome -EIFAC Occas. Pap. = EIFAC occasional papers. Rome -EIFAC Tech. Pap. = EIFAC technical papers. Rome -Ekologia (Bratisl. = Ekologia (Bratislava)/Ecology (Bratislava) -Ekol. Polska = Ekologia Polska -Ekologija/Ehkologiya/Ecology = Ekologija/Ehkologiya/Ecology. Vilnius -Electron. J. Biotechnol. = Electronic Journal of Biotechnology -Electron. J. Struct. Eng. = Electronic Journal of Structural Engineering -Electrophoresis = Electrophoresis -Ell. Zool. Arch./Hell. Zool. Arch. = Elliniko zoologiko archeio/Hellenic zoological archives. Athens -Elsevier Oceanogr. Ser. = Elsevier oceanography series. Amsterdam, Oxford, New York NY -Elytron = Elytron -Embarc. Pesq. OLDEPESCA = Embarcaciones pesqueras OLDEPESCA. Lima -EMBO J. = EMBO Journal -Emergency Med. Aust. = Emergency Medicine Australia -Emerging Infect. Dis. = Emerging Infectious Diseases -Emirates Med. J. = Emirates Medical Journal -Emu = Emu -Emu = Emu. Moonee Ponds -Endeavour = Endeavour -Endocr. J. = Endocrine Journal -Endocr. Pathol. = Endocrine Pathology -Endocr. Regul. = Endocrine Regulations -Endocr. Rev. = Endocrine Reviews -Endocrinology = Endocrinology -Energeia = Energeia. Athens -Energetika/Ehnergetika/Power Eng. = Energetika/Ehnergetika/Power engineering. Vilnius -Energy J. = Energy Journal -Eng. Dig. = Engineer's Digest -Eng. Min. J. = Engineering and Mining Journal -Eng. Failure Anal. = Engineering Failure Analysis -Eng. Fract. Mech. = Engineering Fracture Mechanics -Eng. Life Sci. = Engineering in Life Sciences -Eng. Intell. Syst. = Engineering Intelligent Systems -Eng. J. = Engineering Journal -Eng. J. (Montreal = Engineering journal (Montreal). Montreal PQ -Eng. Struct. = Engineering Structures -Enim. Delt. ERYEA. Ell. Etair. Erevnis Elenchou Rypanseos Ydaton Edafous Aeros/Inf. Bull. Hell. Assoc. Environ. Pollut. ERYEA = Enimerotiko deltio ERYEA. Ellinikis Etaireias Erevnis Elenchou Rypanseos Ydaton Edafous Aeros/Information bulletin. Hellenic Association on Environmental Pollution ERYEA. Athens -Entomofauna = Entomofauna -Entomol. Exp. Appl. = Entomologia Experimentalis et Applicata -Entomol. Gen. = Entomologia Generalis -Entomol. Basil. = Entomologica Basiliensia -Entomol. Fenn. = Entomologica Fennica -Entomol. Romanica = Entomologica Romanica -Entomol. Scand. = Entomologica Scandinavica -Entomol. Sinica = Entomologica Sinica -Entomol. Knowledge/Kunchong Zhishi = Entomological Knowledge/Kunchong Zhishi -Entomol. News = Entomological News -Entomol. Sci. = Entomological Science -Entomol. Obozr. = Entomologicheskoe Obozrenie -Entomol. Ber. (Luzern = Entomologische Berichte (Luzern) -Entomol. Ber. (Amst. = Entomologische Berichten (Amsterdam) -Entomol. Bl. = Entomologische Blaetter -Entomol. Mitt. = Entomologische Mitteilungen -Entomol. Mitt. = Entomologische Mitteilungen. Hamburg -Entomol. Nachr. = Entomologische Nachrichten. Dresden -Entomol. Z. = Entomologische Zeitschrift -Entomol. Tidskr. = Entomologisk Tidskrift -Entomol. Medd. = Entomologiske Meddelelser -Entomol. Gaz. = Entomologist's Gazette -Entomol. Mon. Mag. = Entomologist's Monthly Magazine -Entomol. Rec. J. Var. = Entomologist's Record and Journal of Variation -Entomologiste = Entomologiste -Entomon = Entomon -Entomophaga = Entomophaga -Entomotaxonomia = Entomotaxonomia -Entomotropica = Entomotropica -Enviro = Enviro -Environ. Behav. = Environment & Behavior -Environ. Ecol. = Environment and Ecology -Environ. Ecol. = Environment and ecology. Kalyani -Environ. Plann. B = Environment and Planning B: Planning and Design -Environ. Conserv. J. = Environment Conservation Journal -Environ. Int. = Environment International -Environ. Rep. = Environment reporter. Washington DC -Environ. Dev. Sustainability = Environment, Development and Sustainability -Environ. Nutr. Interact. = Environmental & Nutritional Interactions -Environ. Resour. Econ. = Environmental & Resource Economics -Environ. Ecol. Stat. = Environmental and Ecological Statistics -Environ. Exp. Bot. = Environmental and Experimental Botany -Environ. Mol. Mutag. = Environmental and Molecular Mutagenesis -Environ. Biol. Fishes = Environmental Biology of Fishes -Environ. Biol. Fish. = Environmental biology of fishes. The Hague -Environ. Biosafety Res. = Environmental Biosafety Research -Environ. Conserv. = Environmental Conservation -Environ. Eng. World = Environmental Engineering World -Environ. Entomol. = Environmental Entomology -Environ. Geochem. Health = Environmental Geochemistry and Health -Environ. Health Perspect. = Environmental Health Perspectives -Environ. Impact Assess. Rev. = Environmental Impact Assessment Review -Environ. Law (Portland = Environmental Law (Portland) -Environ. Manage. = Environmental Management -Environ. Microbiol. = Environmental Microbiology -Environ. Model. Software = Environmental Modelling & Software -Environ. Monit. Assess. = Environmental Monitoring and Assessment -Environ. Policy Law = Environmental policy and law. Lausanne -Environ. Pollut. = Environmental Pollution -Environ. Prog. = Environmental Progress -Environ. Prot. = Environmental Protection -Environ. Prot. Ser. Environ. Can. = Environmental protection series. Environment Canada. Ottawa ON -Environ. Qual. Manage. = Environmental Quality Management -Environ. Res. = Environmental Research -Environ. Rev. = Environmental Reviews -Environ. Sci. Technol. = Environmental Science & Technology -Environ. Technol. = Environmental Technology -Environ. Test. Anal. = Environmental Testing & Analysis -Environ. Toxicol. = Environmental Toxicology -Environ. Toxicol. Chem. = Environmental Toxicology and Chemistry -Environ. Toxicol. Pharmacol. = Environmental Toxicology and Pharmacology -Environ. Toxicol. Water Qual. = Environmental Toxicology and Water Quality -Environmentalist = Environmentalist -Enzyme Microb. Technol. = Enzyme and Microbial Technology -EOS, J. Immunol. Immunopharmacol. = EOS, Journal of Immunology and Immunopharmacology -EOS Trans. Am. Geophys. Union = EOS, Transactions, American Geophysical Union -EPA J. = EPA Journal -Epidemiol. Rev. = Epidemiologic Reviews -Epidemiology = Epidemiology -Epidemiol. Infect. = Epidemiology and Infection -Epidemiol. Infect. = Epidemiology and infection. London, New York NY -Equinoxe = Equinoxe. Nantes -Ergonomics = Ergonomics -Ergonomics Des. = Ergonomics in Design -Esakia = Esakia -ESCAP Stud. Trade Invest. = ESCAP studies in trade and investment. New York -Essenze Deriv. Agrum. = Essenze Derivati Agrumari -Est. Mar. Inst. Rep. Ser. = Estonian Marine Institute report series. Tallin -Estuaries = Estuaries -Estuar. Coast. Waters Br. Isles = Estuaries and coastal waters of the British Isles. Plymouth -Estuar. Coast. Shelf Sci. = Estuarine, Coastal and Shelf Science -Estud. Oceanol. Fac. Recurs. Mar Univ. Antofagasta = Estudios oceanologicos. Facultad de Recursos del Mar, Universidad de Antofagasta. Antofagasta -Estud. Leopold. = Estudos leopoldenses. Sao Leopoldo -Ethn. Dis. = Ethnicity & Disease -Ethn. Health = Ethnicity & Health -Ethology = Ethology -Ethol. Ecol. Evol. = Ethology Ecology & Evolution -Ethology = Ethology. Berlin, Hamburg -Etologia = Etologia -Etud. Cemagref Group. Bordx. = Etudes Cemagref, groupement de Bordeaux. Cestas -Etud. Cemagref (Gest. Milieux Aquat. = Etudes Cemagref. Serie: gestion des milieux aquatiques. Antony -Etud. Theses Inst. Fr. Rech. Sci. Dev. Coop. = Etudes et theses. Institut Francais de Recherche scientifique pour le Developpement en Cooperation. Paris -Eukaryot. Cell = Eukaryotic Cell -Euphytica = Euphytica -Eurasian Soil Sci./Pochvovedenie = Eurasian Soil Science/Pochvovedenie -Euroil = Euroil. Stavanger -Eur. Arch. Biol. = European archives of biology. Paris, Liege -Eur. J. Appl. Physiol. = European Journal of Applied Physiology -Eur. J. Biochem. = European Journal of Biochemistry -Eur. J. Cancer = European Journal of Cancer -Eur. J. Cancer Suppl. = European Journal of Cancer Supplements -Eur. J. Cell Biol. = European Journal of Cell Biology -Eur. J. Clin. Microbiol. Infect. Dis. = European Journal of Clinical Microbiology & Infectious Diseases -Eur. J. Endocrinol. = European journal of endocrinology. Oslo -Eur. J. Entomol. = European Journal of Entomology -Eur. J. Epidemiol. = European Journal of Epidemiology -Eur. J. For. Pathol. = European Journal of Forest Pathology -Eur. J. Health Law = European Journal of Health Law -Europ. J. Hum. Genet. = European Journal of Human Genetics -Eur. J. Immunogenet. = European Journal of Immunogenetics -Eur. J. Immunol. = European Journal of Immunology -Eur. J. Inflam. = European Journal of Inflammation -Eur. J. Migr. Law = European Journal of Migration and Law -Eur. J. Morphol. = European Journal of Morphology -Eur. J. Neurosci. = European Journal of Neuroscience -Eur. J. Pediatr. = European Journal of Pediatrics -Eur. J. Pharm. Sci. = European Journal of Pharmaceutical Sciences -Eur. J. Pharmacol. = European Journal of Pharmacology -Eur. J. Pharmacol. (Mol. Pharmacol. Sect. = European Journal of Pharmacology (Molecular Pharmacology Section) -Eur. J. Pharmacol. (Environ. Toxicol. Pharmacol. Sect. = European Journal of Pharmacology: (Environmental Toxicology and Pharmacology Section) -Eur. J. Phycol. = European Journal of Phycology -Eur. J. Phys. Med. Rehabil. = European Journal of Physical Medicine and Rehabilitation -Eur. J. Plant Pathol. = European Journal of Plant Pathology -Eur. J. Protistol. = European Journal of Protistology -Eur. J. Public Health = European Journal of Public Health -Eur. J. Soil Sci. = European Journal of Soil Science -Eur. J. Ultrasound = European Journal of Ultrasound -Eur. J. Work Org. Psychol. = European Journal of Work and Organizational Psychology -Eur. Respir. J. = European Respiratory Journal -Eur. Urol. = European Urology -EVAAM Rapp. Annu. = EVAAM rapport annuel. Papeete -Evok. Pot. = Evoked Potentials -Evolution = Evolution -Evol. Dev. = Evolution and Development -Evol. Sect. Belge Peche Marit. = Evolution du secteur Belge de la peche maritime. Ostend -Evol. Ecol. = Evolutionary Ecology -Evol. Ecol. Res. = Evolutionary Ecology Research -Excell. Ecol. = Excellence in ecology. Oldendorf/Luhe -Exerc. Sport Sci. Rev. = Exercise and Sport Sciences Reviews -Experientia = Experientia. Basel -Exp. Agric. = Experimental Agriculture -Exp. Appl. Acarol. = Experimental and Applied Acarology -Exp. Biol. Med. = Experimental Biology and Medicine -Exp. Brain Res. = Experimental Brain Research -Exp. Lung Res. = Experimental Lung Research -Exp. Neurol. = Experimental Neurology -Exp. Parasitol. = Experimental Parasitology -Exp. Fluids = Experiments in Fluids -Expert Opin. Drug Saf. = Expert Opinion on Drug Safety -Expert Syst. = Expert Systems -Expert Syst. Appl. = Expert Systems with Applications -Exposure = Exposure. Corvallis OR -Extremes = Extremes -Eye = Eye -Fabreries = Fabreries -FACES Rev. Fac. Cienc. Econ. Soc. = FACES. Revista de la Facultad de Ciencias Economicas y Sociales. Buenos Aires -Fam. Cancer = Familial Cancer -Fam. Community Health = Family and Community Health -FAO Aquacult. Newsl. = FAO aquaculture newsletter. Rome -FAO Better Farming Ser. = FAO better farming series. Rome -FAO Comput. Inf. Ser. (Fish. = FAO computerized information series. Fisheries. Rome -FAO Doc. Curr. Bibliogr./Doc. FAO Bibliogr. Courante/Doc. FAO Bibliogr. Corr. = FAO documentation. Current bibliography/Documentation de la FAO. Bibliographie courante/Documentacion de la FAO. Bibliografia corriente. Rome -FAO EASTFISH Fish. Ind. = FAO EASTFISH fishery industry. Copenhagen -FAO EASTFISH Mag./Zh. ISTFISH = FAO EASTFISH magazine/Zhurnal ISTFISH. Copenhagen -FAO Fish. Circ. = FAO fisheries circular. Rome -FAO Fish. Rep. = FAO fisheries report. Rome -FAO Fish. Ser. = FAO fisheries series. Rome -FAO Fish. Synop. = FAO fisheries synopsis. Rome -FAO Fish. Tech. Pap. = FAO fisheries technical paper. Rome -FAO Legis. Study = FAO legislative study. Rome -FAO Newsl. Fish. Sahel/FAO Bull. Pech. Sahel = FAO newsletter on fisheries for the Sahel/FAO bulletin des peches du Sahel. Accra -FAO Plant Prot. Bull. = FAO Plant Protection Bulletin -FAO Stat. Dev. Ser. = FAO statistical development series. Rome -FAO Tech. Guidel. Responsib. Fish. = FAO technical guidelines for responsible fisheries. Rome -FAO Train. Ser. = FAO training series. Rome -FAO Yearb. Fish. Stat. Capture Prod./Annu. Stat. Peches Captures/Anu. Estad. Pesca Capturas = FAO yearbook. Fishery statistics: capture production/Annuaire. Statistiques des peches: captures/Anuario. Estadisticas de pesca: capturas. Rome -FAO Yearb. Fish. Stat. Commod./Annu. Stat. Peches Prod./Anu. Estad. Pesca Prod. = FAO yearbook. Fishery statistics: commodities/Annuaire. Statistiques des peches: produits/Anuario. Estadisticas de pesca: productos. Rome -Farmaco = Farmaco -FASEB J. = FASEB Journal -Fast Ferry Int. = Fast ferry international. London -Fatigue Fract. Eng. Mater. Struct. = Fatigue & Fracture of Engineering Materials and Structures -Fauna (Blindern = Fauna (Blindern) -Fauna Bajkala = Fauna Bajkala. Novosibirsk -Fauna Entomol. Port. = Fauna Entomologica de Portugal -Fauna Entomol. Scand. = Fauna Entomologica Scandinavica -Fauna Graeciae = Fauna graeciae. Athens -Fauna Norv. = Fauna Norvegica -Fauna Norv., Ser. A = Fauna Norvegica, Series A -Fauna Norv., Ser. B = Fauna Norvegica, Series B -Fauna Norv., Ser. C = Fauna Norvegica, Series C -Fauna N. Z. = Fauna of New Zealand -Faune Madagas. = Faune de Madagascar. Paris -Faune Flore Trop. = Faune et flore tropicales. Paris -Faun.-Oekol. Mitt. = Faunistisch-okologische Mitteilungen. Neumunster -Faun. Abh. = Faunistische Abhandlungen -FEBS Lett. = FEBS Letters -FEMS Immunol. Med. Microbiol. = FEMS Immunology and Medical Microbiology -FEMS Microbiol. Ecol. = FEMS Microbiology Ecology -FEMS Microbiol. Lett. = FEMS Microbiology Letters -FEMS Microbiol. Rev. = FEMS Microbiology Reviews -FEMS Yeast Res. = FEMS Yeast Research -Festivus = Festivus -FETT Wiss. Technol./FAT Sci. Technol. = FETT Wissenschaft Technologie/FAT Science Technology -FFA News Dig. S. Pac. Forum Fish. Agency = FFA news digest. South Pacific Forum Fisheries Agency. Honiara -FFA Rep. S. Pac. Forum Fish. Agency = FFA report. South Pacific Forum Fisheries Agency. Honiara -Field Crops Res. = Field Crops Research -Field Stud. = Field studies. London -Fieldiana (Bot. = Fieldiana. Botany. New Series -Fieldiana (Zool. = Fieldiana. Zoology -Filiera Pesca Aquac. = Filiera pesca e acquacoltura. Roma -Financ. Dev. = Finance and development. Washington DC -Fire Flammabil. Bull. = Fire and Flammability Bulletin -Fire Mater. = Fire and Materials -Fire Eng. = Fire Engineering -Fire Prev. = Fire Prevention -Fire Saf. J. = Fire Safety Journal -Fire Technol. = Fire Technology -Fisch. Teichwirt = Fischer und Teichwirt. Nurnberg -Fischerblatt = Fischerblatt. Kiel -Fisch. Jaehrl. Stat./Fish. Yrly Stat./Peche Stat. Annu. (Luxemb. = Fischerei. Jahrliche Statistiken/Fisheries. Yearly statistics/Peche. Statistiques annuelles (Luxembourg). Luxembourg -Fischmagazin = Fischmagazin. Hamburg -Fischoekologie = Fischokologie. Koln -Fish Shellfish Immunol. = Fish & Shellfish Immunology -Fish Fish. = Fish and Fisheries -Fish Fish. Res. (Resour. Fish. Manage. Syst.: Rep. Sci. News = Fish and Fisheries Research (Resources, Fisheries and Management Systems: Reports and Scientific News) -Fish Fish. = Fish and fisheries. Madras -Fish Wildl. Leafl. = Fish and wildlife leaflet. Washington DC -Fish Wildl. Res. = Fish and Wildlife Research -Fish Wildl. Res. = Fish and wildlife research. Washington DC -Fish Wildlife Serv. Instream Flow Inf. Pap. = Fish and Wildlife Service, Instream Flow Information Paper -Fish Bull. Calif. Dep. Fish Game = Fish bulletin. California Department of Fish and Game. Sacramento CA -Fish Bull. Calif. Dep. Fish Game = Fish Bulletin. State of California, Department of Fish and Game -Fish Farmer = Fish Farmer -Fish Farm. Int. = Fish Farming International -Fish Farm. News = Fish Farming News -Fish Pathol. = Fish Pathology -Fish Pathol. = Fish pathology. Tokyo -Fish Physiol. Biochem. = Fish Physiology and Biochemistry -Fish Tech News = Fish Tech News. Rome -Fish Technol. Newsl. = Fish technology newsletter. Cochin -FISHCOOPS = FISHCOOPS. New Delhi -Fisheries = Fisheries -Fish. Aquacult. Isr. Fig. = Fisheries and aquaculture of Israel in figures. Tel-Aviv -Fish. Fishbreed. Isr. = Fisheries and fishbreeding in Israel. Haifa -Fish. Cent. Res. Rep. = Fisheries Centre research reports. Vancouver BC -Fish. Draft Policy Fish. Dep. West. Aust. = Fisheries Draft Policy. Fisheries Department of Western Australia -Fish. Eng. (Japan = Fisheries engineering (Japan)/Suisan Kogaku (Japan). Ibaraki -Fish. Inf. Ser. Fish. Div. (Trinidad and Tobago = Fisheries information series. Fisheries Division (Trinidad and Tobago). Port-of-Spain -Fish. J. Coll. Fish. Univ. Philipp. Visayas = Fisheries journal. College of Fisheries, University of the Philippines in the Visayas. Miag-ao -Fish. Manage. Ecol. = Fisheries Management and Ecology -Fish. Manage. Pap. Fish. Dep. West. Aust. = Fisheries Management Paper. Fisheries Department of Western Australia -Fish. Manage. Plan Fish. Dep. West. Australia = Fisheries Management Plan. Fisheries Department of Western Australia -Fish. Manage. Rep. Fish. Dep. West. Aust. = Fisheries Management Report. Fisheries Department of Western Australia -Fish. Manage. Rep. Minist. Environ. Lands Parks (B.C. = Fisheries management report. Ministry of Environment, Lands and Parks (British Columbia). Victoria BC -Fish. Not. Dir. Fish. Res. (G.B. = Fisheries notice. Directorate of Fisheries Research (Gt.Brit). Lowestoft -Fish. N.S.W. = Fisheries NSW. Sydney -Fish. Occas. Publ. Fish. Dep. West. Australia = Fisheries Occasional Publications. Fisheries Department of Western Australia -Fish. Oceanogr. = Fisheries Oceanography -Fish. Res. = Fisheries Research (Amsterdam) -Fish. Res. Bull. Tonga = Fisheries research bulletin of Tonga. Nuku'alofa -Fish. Res. Bull. Fish. West. Aust. = Fisheries research bulletin. Fisheries Western Australia. Perth -Fish. Res. Data Rep. Dir. Fish. Res. (G.B. = Fisheries research data report. Directorate of Fisheries Research (Gt.Brit.). Lowestoft -Fish. Res. Rep. Fish. West. Aust. = Fisheries research report. Fisheries Western Australia. Perth -Fish. Resour. Conserv. Counc. (FRCC = Fisheries Resource Conservation Council (FRCC) report. Ottawa ON -Fish. Sci. = Fisheries Science -Fish. Sci. Res. = Fisheries science research. Kunsan -Fish. Sci. = Fisheries science. Tokyo -Fish. Stat. Digest = Fisheries statistical digest. Morne Fortune -Fish. Stat. (Kuwait = Fisheries statistics (Kuwait). Kuwait -Fish. Stat. Indones. = Fisheries statistics of Indonesia. Jakarta -Fish. Stat. Japan = Fisheries statistics of Japan. Tokyo -Fish. Stat. Maldives = Fisheries statistics of Maldives. Male -Fish. Stat. Thail. = Fisheries statistics of Thailand. Bangkok -Fish. Stat. Dep. Fish. (Zambia = Fisheries statistics. Department of Fisheries (Zambia). Chilanga -Fish. Tech. Circ. Minist. Environ. Lands Parks (B.C. = Fisheries technical circular. Ministry of Environment, Lands and Parks (British Columbia). Victoria BC -Fish. Tech. Rep. Dep. Parks Renew. Resour. (Sask. = Fisheries technical report. Department of Parks and Renewable Resources (Saskatchewan). Saskatoon SK -Fish. Technol. Man. Ser. = Fisheries technology manual series. Los Banos -Fish. World = Fisheries world. Vijaywada -Fish. Yearb. Taiwan Area = Fisheries yearbook. Taiwan area. Taipei -Fisherman = Fisherman. Accra -Fish. Bull. = Fishery Bulletin -Fish. Leafl. Dep. Mar. (Irel. (Eire = Fishery leaflet. Department of the Marine (Ireland (Eire)). Dublin -Fish. Rep. Dep. Prim. Ind. Fish. (North. Territ. = Fishery report. Department of Primary Industry and Fisheries (Northern Territory). Darwin -Fish. Res. Bull. Kasetsart Univ. = Fishery research bulletin. Kasetsart University. Bangkok -Fish. Stat. Bull. South China Sea Area = Fishery statistical bulletin for South China Sea area. Bangkok -Fish. Stat. Dep. Fish. (Qatar = Fishery statistics. Department of Fisheries (Qatar). Doha -Fish. Technol. Soc. Fish. Technol. (India = Fishery technology. Society of Fisheries Technologists (India). Kochi -Fish. Bus. Int. = Fishing business international. Lorient -Fish. Chimes = Fishing chimes. Visakhapatnam -Fish. Ind. Handb. S. Afr. Namib. Mocamb. = Fishing industry handbook: South Africa, Namibia and Mocambique. Stellenbosch -Fish. News Int. = Fishing News International -Fish. News = Fishing News. London -Fiske Oppdrett Laks/Fish. Rear. Salm. Stat. Sentralbyraa (Norway = Fiske og oppdrett av laks mv./Fishing and rearing of salmon etc. Statistisk sentralbyra (Norway). Oslo -Fiske Oppdrett Laks/Fish. Rearing Salmon = Fiske og Oppdrett av Laks/Fishing and Rearing of Salmon -Fisken Havet = Fisken og Havet -Fisken Havet Saernummer = Fisken og Havet, Saernummer -Fisken Havet = Fisken og havet. Bergen -Fiskeoppdrett = Fiskeoppdrett -Fiskeridir. Skr. Ser. Havunders. = Fiskeridirektorates Skrifter Serie Havundersokelser -Fiskeridir., Kontoret Fiskerforsoek Veiledning Rapp. = Fiskeridirektoratet, Kontoret for Fiskerforsoek og Veiledning. Rapport -Fiskeridirektoratet. Rapp. Meld. = Fiskeridirektoratet. Rapporter og Meldinger -Fiskerioekon. Smaa-Skr./Pap. Fish. Econ. = Fiskerioekonomiske sma-skrifter/Papers on fisheries economics. Bergen -Fiskeristat./Fish. Stat. = Fiskeristatistikk/Fishery Statistics -Fiskeriteknol. Forskningsinst. Rapp. = Fiskeriteknologisk Forskningsinstitutt. Rapport -Fiskeriverk. Inf. = Fiskeriverket information. Goteborg -Fiskeriverk. Rapp. = Fiskeriverket rapport. Goteborg -Fisk. Gang = Fiskets Gang -Fitopatologia = Fitopatologia -Fitopatol. Venezol. = Fitopatologia Venezolana -Fitoterapia = Fitoterapia -Flavour Fragrance J. = Flavour and Fragrance Journal -Flight Saf. Bull. = Flight Safety Bulletin -Floedevigen Meldinger = Floedevigen Meldinger -Floedevigen Rapportser. = Floedevigen Rapportserie -Flora (Jena = Flora (Jena) -Flora Fauna (Jhansi = Flora and Fauna (Jhansi) -Flora Fauna = Flora og Fauna -Flora Fauna Areas Silv. = Flora, fauna y areas silvestres. Santiago -Fla. Entomol. = Florida Entomologist -Fla. Mar. Res. Publ. = Florida Marine Research Publications -Fla. Mar. Res. Publ. = Florida marine research publications. St. Petersburg FL -Fla. Sci. = Florida Scientist -Fluid Dyn. = Fluid dynamics. New York NY -Fluoride = Fluoride -Flying Saf. = Flying Safety -Focus = Focus -Folia Biol. (Krakow = Folia Biologica (Krakow) -Folia Biol. (Prague = Folia Biologica (Prague) -Folia Entomol. Hung. = Folia Entomologica Hungarica/Rovartani Koezlemenyek -Folia Entomol. Mex. = Folia Entomologica Mexicana -Folia Geobot. Phytotaxon. = Folia Geobotanica et Phytotaxonomica -Folia Heyrovskyana = Folia Heyrovskyana -Folia Limnol. Scand. = Folia limnologica scandinavica. Copenhagen, Oslo -Folia Microbiol. = Folia Microbiologica -Folia Parasitol. = Folia Parasitologica -Folia Primatol. = Folia Primatologica -Folia Zool. = Folia zoologica. Prague -Food Addit. Contam. = Food Additives & Contaminants -Food Agric. Immunol. = Food and Agricultural Immunology -Food Agric. Legis. = Food and agricultural legislation. Rome -Food Bioprod. Process. = Food and Bioproducts Processing -Food Chem. Toxicol. = Food and Chemical Toxicology -Food Drug Law J. = Food and Drug Law Journal -Food Aust. = Food Australia -Food Aust. = Food Australia. Sydney -Food Biotechnol. = Food Biotechnology -Food Chem. = Food Chemistry -Food Drug Cosmet. Law J. = Food drug cosmetic law journal. Chicago IL -Food Manage. = Food Management -Food Manuf. = Food Manufacture -Food Microbiol. = Food Microbiology -Food Policy = Food Policy -Food Process. = Food Processing -Food Prot. Trends = Food Protection Trends -Food Res. Int. = Food Research International -Food Rev. = Food Review -Food Rev. Int. = Food Reviews International -Food Sci. Technol. Int. = Food Science and Technology International -Food Sci. Technol./Lebensm.-Wiss. Technol. = Food Science and Technology/Lebensmittel-Wissenschaft und Technologie -Food Technol. = Food Technology -Food Test. anal. = Food Testing & Analysis -Force Five = Force Five -Forensic Sci. Int. = Forensic Science International -Forensic Sci. Rev. = Forensic Science Review -Foresight = Foresight -For. Ecol. Manage. = Forest Ecology and Management -For. Pathol. = Forest Pathology -For. Res. = Forest Research -For. Sci. = Forest Science -FFI Rapp. = Forsvarets Forskningsinstitutt Rapport -Forth Nat. Hist. = Forth naturalist and historian. Stirling -Fortschr. Fischereiwiss./Adv. Fish. Sci. = Fortschritte der Fischereiwissenschaft/Advances in fisheries science. Berlin -Fossils Strata = Fossils & Strata -Foundry Manage. Technol. = Foundry Management and Technology -Fractals = Fractals -Fragm. Entomol. = Fragmenta Entomologica -Fragm. Faun. Pol. AN Inst. Zool. = Fragmenta Faunistica (Polska Akademia Nauk, Instytut Zoologi) -Free Radical Biol. Med. = Free Radical Biology and Medicine -Frente Marit. = Frente maritimo. Montevideo -Fresenius Environ. Bull. = Fresenius Environmental Bulletin -Fresenius J. Anal. Chem. = Fresenius' Journal of Analytical Chemistry -Freshwat. Biol. = Freshwater Biology -Freshwat. Biol. = Freshwater biology. Oxford -Freshwat. Fishfarm Prod. Dep. Fish. (Thail. = Freshwater fishfarm production. Department of Fisheries (Thailand). Bangkok -Freshwat. Forum = Freshwater forum. Ambleside -Front. Ecol. Environ. = Frontiers in Ecology and the Environment -Frustula Entomol. = Frustula Entomologica -FTFI Rapp. = FTFI rapport. Tromsoe -Funct. Ecol. = Functional Ecology -Funct. Plant Biol. = Functional Plant Biology -Fundam. Appl. Nematol. = Fundamental and Applied Nematology -Fundam. Appl. Toxicol. = Fundamental and Applied Toxicology -Fungal Genet. Biol. = Fungal Genetics and Biology -Fusion Eng. Des. = Fusion Engineering and Design -Galaxea = Galaxea. Nishihara -Gangtie Yanjiu Xuebao/J. Iron Steel Res. = Gangtie Yanjiu Xuebao/Journal of Iron and Steel Research -Garcia de Orta (Zool. = Garcia de Orta. Serie de zoologia. Lisbon -Gas Util. Manager = Gas Utility Manager -Gayana = Gayana -Gayana Oceanol. = Gayana Oceanologia -Gayana Zool. = Gayana Zoologia -Gayana (Bot. = Gayana. Botanica. Concepcion -GEC Rev. = GEC Review -Gegenbaurs Morphol. Jahrb. = Gegenbaurs morphologisches Jahrbuch. Leipzig -Gene = Gene -Gene Expression = Gene Expression -Gene Expression Patterns = Gene Expression Patterns -Gene Ther. = Gene Therapy -Gene Ther. Regul. = Gene Therapy and Regulation -Gen. Comp. Endocrinol. = General and Comparative Endocrinology -Gen. Educ. Ser. Dep. Fish. Oceans (Can. = General education series. Department of Fisheries and Oceans (Canada)/Serie educative. Ministere des Peches et des Oceans (Canada). Ottawa ON -Gen. Pharmacol. = General Pharmacology -Gen. Tech. Rep. USDA For. Serv. Pac. Southwest Res. Stn. = General Technical Report USDA Forest Service Pacific Southwest Research Station -Gen. Tech. Rep. Dep. Agric. (U.S. = General technical report. Department of Agriculture (U.S.). Fort Collins CO -Gen. Tech. Rep. USDA For. Serv. Intermt. Res. Stn. = General technical report. U.S. Department of Agriculture, Forest Service, Intermountain Research Station. Ogden UT -Gen. Tech. Rep. USDA For. Serv. N. Cent. For. Exp. Stn. = General technical report. U.S. Department of Agriculture, Forest Service, North Central Forest Experiment Station. -Gen. Tech. Rep. USDA For. Serv. Pac. Northwest Res. Stn. = General technical report. U.S. Department of Agriculture, Forest Service, Pacific Northwest Research Station. Portland OR -Gen. Tech. Rep. USDA For. Serv. Pac. Southwest For. Range Exp. Stn. = General technical report. U.S. Department of Agriculture, Forest Service, Pacific Southwest Forest and Range Experiment Station. Berkekey CA -Gen. Tech. Rep. USDA For. Serv. Rocky Mt. For. Range Exp. Stn. = General technical report. U.S. Department of Agriculture, Forest Service, Rocky Mountain Forest and Range Experiment Station. Denver CO -Gen. Tech. Rep. USDA For. Serv. Southeast. For. Exp. Stn. = General technical report. U.S. Department of Agriculture, Forest Service, Southeastern Forest Experiment Station. Asheville NC -Gen. Tech. Rep. USDA For. Serv. = General technical report. U.S. Department of Agriculture, Forest Service. Washington DC -Genes Dev. = Genes & Development -Genes Genet. Syst. = Genes & Genetic Systems -Genes Immun. = Genes and Immunity -Genes Cells = Genes to Cells -Genes, Brain and Behav. = Genes, Brain and Behavior -Genes Chromosomes Cancer = Genes, Chromosomes & Cancer -Genesis = Genesis -Genet. Anal. Tech. Appl. = Genetic Analysis, Techniques and Applications -Genet. Anal.: Biomol. Eng. = Genetic Analysis: Biomolecular Engineering -Genet. Eng. Biotechnol. = Genetic Engineer and Biotechnologist -Genet. Epidemiol. = Genetic Epidemiology -Genet. Resour. Crop Evol. = Genetic Resources and Crop Evolution -Genetica = Genetica -Genet. Res. = Genetical Research -Genetics = Genetics -Genet. Mol. Biol. = Genetics and Molecular Biology -Gen. Mol. Res. = Genetics and Molecular Research -Genet. Med. = Genetics in Medicine -Genet. Sel. Evol. = Genetics Selection Evolution -Genet. Sel. = Genetika i Selektsiya -Genetika = Genetika. Moscow -Genome = Genome -Genome Res. = Genome Research -Genomics = Genomics -Genus = Genus -GEO Australas. = GEO Australasia. Sydney -Geo-Mar. Lett. = Geo-Marine Letters -Geo-Spatial Inf. Sci. Q./Diqiu Kongjian Xinxi Kexue Xuebao = Geo-Spatial Information Science Quarterly/Diqiu Kongjian Xinxi Kexue Xuebao -Geo-Spatial Inf. Sci./Diqiu Kongjian Xinxi Kexue Xuebao = Geo-Spatial Information Science/Diqiu Kongjian Xinxi Kexue Xuebao -GEO-UNAM = GEO-UNAM. Mexico City -Geoacta = Geoacta. Bahia Blanca -Geochim. Cosmochim. Acta = Geochimica et Cosmochimica Acta -Geodiversitas = Geodiversitas. Paris -Geofis. Int. = Geofisica internacional. Mexico City -Geografija/Geografiya/Geography = Geografija/Geografiya/Geography. Vilnius -Geogr. Metrast./Geogr. Yearb. = Geografijos metrastis/Geographical yearbook. Vilnius -Geogr. Mirov. Okeana = Geografiya Mirovogo Okeana. St. Petersburg -GeoJournal = GeoJournal -Geokhimiya = Geokhimiya. Moscow -Geol. Palaeontol. = Geologica et palaeontologica. Marburg -Geol. Bull. Turk./Turk. Jeol. Bul. = Geological Bulletin of Turkey/Turkiye Jeoloji Bulteni -Geol. Soc. Am. Programs Abstracts = Geological Society of America. Programs with Abstracts -Geol. Zh. = Geologicheskij zhurnal. Kiev -Geol. Mediterr. = Geologie mediterraneenne. Marseille -Geol. Geofys. Mel./Geol. Geophys. Res. = Geologikes kai geofysikes meletes/Geological and geophysical research. Athens -Geology = Geology -Geomicrobiol. J. = Geomicrobiology Journal -Geophysica = Geophysica. Helsinki -Geophys. Bull. Hokkaido Univ. = Geophysical bulletin of the Hokkaido University. Sapporo -Geophys. Res. Lett. = Geophysical Research Letters -Geophytology = Geophytology -George Wright Forum = George Wright Forum -Georgetown Int. Environ. Law Rev. = Georgetown International Environmental Law Review -Georgia J. Sci. = Georgia Journal of Science -Geotech. Epistim. Themata/Geotech. Sci. Issues = Geotechnika epistimonika themata/Geotechnical scientific issues. Thessaloniki -Geotech. Enim. = Geotechniki enimerosi. Athens -Geotechnique = Geotechnique. London -Geowissenschaften = Geowissenschaften. Weinheim -Geriatrics = Geriatrics -Gerlands Beitr. Geophys. = Gerlands Beitrage fur Geophysik. Leipzig -Gerontology = Gerontology -Gewaesserbeschaffenh. Bayern = Gewasserbeschaffenheit in Bayern. Munchen -Gewaessergueteber. Landesamt Wasser Abfall (NRW = Gewassergutebericht. Landesamt fur Wasser und Abfall (Nordrhein-Westfalen). Dusseldorf -Gidrobiol. Zh./Hydrobiol. J. = Gidrobiologicheskij zhurnal/Hydrobiological journal. Kiev -G. Bot. Ital. = Giornale botanico italiano. Florence -G. Ital. Entomol. = Giornale Italiano di Entomologia -G. Ital. Suicidol. = Giornale Italiano di Suicidologia -GIS World = GIS World -Glia = Glia -Global Planet. Change = Global and Planetary Change -Global Biodivers. = Global Biodiversity -Global Change Hum. Health = Global Change & Human Health -Global Change Biol. = Global Change Biology -Global Ecol. Biogeogr. = Global Ecology and Biogeography -Global Ecol. Biogeogr. Lett. = Global Ecology and Biogeography Letters -Global Environ. Change = Global Environmental Change -Global Environ. Change (A Hum. Policy Dimens. = Global Environmental Change, Part A: Human and Policy Dimensions -Global Environ. Change (B Environ. Hazards = Global Environmental Change, Part B: Environmental Hazards -GLOBEFISH Guidel. Ext. Work. (Spec. Ser = GLOBEFISH guidelines for extension workers. Special series. Rome -GLOBEFISH Highlights = GLOBEFISH highlights. Rome -GLOBEFISH Mark. Ser. = GLOBEFISH market series. Rome -GLOBEFISH Res. Programme = GLOBEFISH Research Programme. Rome -Grasas Aceites = Grasas y Aceites -Great Basin Nat. = Great Basin Naturalist -Great Lakes Entomol. = Great Lakes Entomologist -Great Lakes Res. Rev. = Great Lakes Research Review -Great Plains Res. = Great Plains Research -Gredleriana (Acta Biol. = Gredleriana (Acta Biologica) -Ground Water Monit. Remediat. = Ground Water Monitoring and Remediation -Group Organ. Manage. = Group and Organizational Management -Growth Change = Growth and Change -Growth Factors = Growth Factors -Growth Dev. Aging = Growth, Development & Aging -Guelph Ichthyol. Rev. = Guelph ichthyology reviews. Guelph ON -Guide Ser. Ohio Sea Grant = Guide series. Ohio Sea Grant. Columbus OH -Gulf Caribb. Res. = Gulf and Caribbean Research -Gulf Mex. Sci. = Gulf of Mexico Science -Gulf Mex. Sci. = Gulf of Mexico science. Dauphin Island AL -Gulf Res. Rep. = Gulf Research Reports -Gunneria = Gunneria. Trondheim -Gyogyo Yoshokugyo Seisan Tokei Nenpo = Gyogyo yoshokugyo seisan tokei nenpo. Tokyo -Hacettepe Bull. Nat. Sci. Eng. Ser. A Biol. Chem. = Hacettepe Bulletin of Natural Sciences and Engineering. Series A: Biology and Chemistry -Haematologica = Haematologica -Halaszat = Halaszat. Budapest -Haliotis = Haliotis. Paris -Hand Surg. = Hand Surgery -Handb. Comm. Fish. Prod. Stat. = Handbook on commercial fishery production statistics. Quezon City -Handb. Sel. Fish. Stat. = Handbook on selected fishery statistics. Quezon City -Handb. SPC = Handbook. South Pacific Commission. Noumea -Hansa = Hansa. Hamburg -Harmful Algae = Harmful Algae -Hastings Law J. = Hastings law journal. San Francisco CA -Havbruk = Havbruk -Havforsk. NYTT = Havforsknings NYTT -Havforskningsinst. Rapp. = Havforskningsinstituttet Rapport -Havforskningsinst. Rapp. Forskningsstasjonen Floedevigen = Havforskningsinstituttet. Rapport fra Forskningsstasjonen Floedevigen -Havforskningsinst. Rapp. Sent. Havbruk = Havforskningsinstituttet. Rapport fra Senter for Havbruk -Havforskningsinst. Rapp. Sent. Mar. Ress. = Havforskningsinstituttet. Rapport fra Senter for Marine Ressurser -Havforskningsinst. Rapp. Sent. Mar. Miljoe = Havforskningsinstituttet. Rapport fra Senter for Marint Miljoe -HELP = Havforskningsinstituttets Egg- og Larveprogram -Hawaii. Shell News = Hawaiian shell news. Honolulu HI -Hazard Prev. = Hazard Prevention -Hazard. Waste Hazard. Mater. = Hazardous Waste & Hazardous Materials -Headache = Headache -Health = Health -Health Place = Health & Place -Health Aff. = Health Affairs -Health Popul. Perspect. Iss. = Health and Population Perspectives and Issues -Health Soc. Work = Health and Social Work -Health Care Anal. = Health Care Analysis -Health Care Manage. Rev. = Health Care Management Review -Health Care Internet = Health Care on the Internet -Health Commun. = Health Communication -Health Educ. Behav. = Health Education & Behavior -Health Educ. J. = Health Education Journal -Health Educ. Res. = Health Education Research -Health Mark. Q. = Health Marketing Quarterly -Health Phys. = Health Physics -Health Policy Plann. = Health Policy and Planning -Health Psychol. = Health Psychology -Health Serv. Res. = Health Services Research -Health Risk Soc. = Health, Risk & Society -Healthy Weight J. = Healthy Weight Journal -Hearing Res. = Hearing Research -Heat Recovery Syst. CHP = Heat Recovery Systems & CHP -Heat. Piping Air Cond. = Heating Piping Air Conditioning -Heavy Veh. Syst. = Heavy Vehicle Systems -Helgol. Mar Res. = Helgoland Marine Research -Helgol. Meeresunters. = Helgolander Meeresuntersuchungen. Hamburg -Helicobacter = Helicobacter -Helsingin Kaupungin Ymparistokeskuksen Julkaisuja = Helsingin Kaupungin Ymparistokeskuksen Julkaisuja -Helv. Chim. Acta = Helvetica Chimica Acta -Hematol. Oncol. = Hematological Oncology -Hematology = Hematology -Hematopathol. Mol. Hematol. = Hematopathology and Molecular Hematology -Hereditas = Hereditas -Heredity = Heredity -Herpetologica = Herpetologica -Herpetol. Monogr. = Herpetological Monographs -Heterocera Sumatr. = Heterocera Sumatrana -Hidrobiologica (Iztapalapa = Hidrobiologica (Iztapalapa). Iztapalapa -Hidrogr. God. = Hidrografiski godisnjak. Split -Himalayan J. Environ. Zool. = Himalayan Journal of Environment and Zoology -Hist. Anim. = Historia animalium. Barcelona -Hist. Stat. Bull. ICCAT/Bull. Stat. Hist. CICTA/Bol. Estad. Hist. CICAA = Historical statistical bulletin. International Commission for the Conservation of Atlantic Tunas/Bulletin statistique historique. Commission internationale pour la Conservation des Thonides de l'Atlantique/Boletin estadistico historico. Comision Internacional para la Conservacion del Atun Atlantico. Madrid -HIV Med. = HIV Medicine -Holarct. Lepid. = Holarctic Lepidoptera -Holl. Shipbuild. Int. = Holland Shipbuilding International -Home Health Care Serv. Q. = Home Health Care Services Quarterly -Homeostasis = Homeostasis -Homicide Stud. = Homicide Studies -Hong Kong J. Nephrol. = Hong Kong Journal of Nephrology -Hormone Res. = Hormone Research -Horm. Behav. = Hormones and Behavior -HortScience = HortScience -Hosp. J. = Hospice Journal -Houille Blanche = Houille Blanche -Houille Blanche = Houille blanche. Grenoble -Househ. Fish Consum. G. B. = Household fish consumption in Great Britain. Edinburgh -Hrvatske Vode = Hrvatske Vode -Hum. Exp. Toxicol. = Human & Experimental Toxicology -Hum. Ecol. Risk Assess. = Human and Ecological Risk Assessment -Hum. Antibodies = Human Antibodies -Hum. Brain Mapp. = Human Brain Mapping -Hum Cytogenet = Human Cytogenetics -Hum. Ecol. = Human Ecology -Hum. Factors = Human Factors -Hum. Factors Ergonomics Manuf. = Human Factors and Ergonomics in Manufacturing -Hum. Gene Ther. = Human Gene Therapy -Hum. Genet. = Human Genetics -Hum. Immunol. = Human Immunology -Hum. Mol. Genet. = Human Molecular Genetics -Hum. Mutat. = Human Mutation -Hum. Perform. = Human Performance -Hum. Physiol. = Human Physiology -Hum. Psychopharmacol. Clin. Exp. = Human Psychopharmacology: Clinical and Experimental -Hum. Reprod. Update = Human Reproduction Update -Hum. Resour. Manage. = Human Resource Management -Hybridoma = Hybridoma -Hybridoma and Hybridomics = Hybridoma and Hybridomics -Hydrobiologia = Hydrobiologia -Hydrobiol. J./Gidrobiol. Zh. = Hydrobiological Journal/Gidrobiologicheskiy Zhurnal -Hydrocarbon Process. = Hydrocarbon Processing -Hydroecol. Appl. = Hydroecologie appliquee. Paris -Hydrogeologie = Hydrogeologie. Paris -Hydrogr. J. = Hydrographic journal. Plymouth -Hydrol. Sci. J./J. Sci. Hydrol. = Hydrological Sciences Journal/Journal des Sciences Hydrologiques -Hydrores Inf. = Hydrores information. Trieste -Hydrotech. Constr. = Hydrotechnical Construction/Girotekhnicheskoe Stroitel'stvo -Hyg. Nutr. Foodserv. Cater. = Hygiene and Nutrition in Foodservice and Catering -I.F.R.T.O. Newsl. = I.F.R.T.O. newsletter. Tehran -IAEA Bull. = IAEA Bulletin -Iberus = Iberus. Oviedo -Ibis = Ibis -ICAR News = ICAR news. New Delhi -ICCOPS Newsl. = ICCOPS newsletter. Genoa -ICES Annu. Rep. = ICES annual report. Copenhagen -ICES Coop. Res. Rep. = ICES cooperative research report. Copenhagen -ICES Council Meeting papers. Copenhagen = ICES Council Meeting papers. Copenhagen -ICES Fish. Stat. = ICES fisheries statistics. Copenhagen -ICES Identif. Leafl. Dis. Parasit. Fish Shellfish = ICES identification leaflets for diseases and parasites of fish and shellfish. Copenhagen -ICES Identif. Leafl. Plankton = ICES identification leaflets for plankton. Copenhagen -ICES J. Mar. Sci. = ICES Journal of Marine Science -ICES J. Mar. Sci. = ICES journal of marine science. London -ICES Mar. Sci. Symp. = ICES marine science symposia. Copenhagen -ICES Tech. Mar. Environ. Sci. = ICES techniques in marine environmental sciences. Copenhagen -Ichthyol. Bull. = Ichthyological Bulletin -Ichthyol. Explor. Freshwat. = Ichthyological exploration of freshwaters. Munchen -Ichthyol. Res. = Ichthyological Research -Ichthyos = Ichthyos. Ljubljana -Ichtyophysiol. Acta = Ichtyophysiologica acta. Lyon -ICLARM Annu. Rep. = ICLARM annual report. Manila -ICLARM bibliogr. = ICLARM bibliographies. Manila -ICLARM Conf. Proc. = ICLARM conference proceedings. Manila -ICLARM Educ. Ser. = ICLARM education series. Manila -ICLARM Softw. = ICLARM software. Manila -ICLARM Stud. Rev. = ICLARM studies and reviews. Manila -ICLARM Tech. Rep. = ICLARM technical reports. Manila -IDAF Newsl./Lett.DIPA = IDAF newsletter/Lettre du DIPA. Cotonou -IDRC Rep. = IDRC reports. Ottawa ON -IEEE Electr. Insul. Mag. = IEEE Electrical Insulation Magazine -IEEE Electron Device Lett. = IEEE Electron Device Letters -IEEE J. Ocean. Eng. = IEEE Journal of Oceanic Engineering -IEEE Trans. Biomed. Eng. = IEEE Transactions on Biomedical Engineering -IEEE Trans. Eng. Manage. = IEEE Transactions on Engineering Management -IEEE Trans. Ind. Appl. = IEEE Transactions on Industry Applications -IEEE Trans. Inf. Technol. Biomed. = IEEE Transactions on Information Technonogy in Biomedicine -IEEE Trans. Microwave Theory Tech. = IEEE Transactions on Microwave Theory and Techniques -IEEE Trans. Neural Networks = IEEE Transactions on Neural Networks -IEEE Trans. Nucl. Sci. = IEEE Transactions on Nuclear Science -IEEE Trans. Syst. Man Cybern. = IEEE Transactions on Systems, Man, and Cybernetics -IEEE Trans. Syst. Man Cybern. Part B: Syst. Hum. = IEEE Transactions on Systems, Man, and Cybernetics. Part A: Systems and Humans -IEEE Trans. Syst. Man Cybern. Part B: Cybern. = IEEE Transactions on Systems, Man, and Cybernetics. Part B: Cybernetics -IEEE/ASME Trans. Mechatron. = IEEE/ASME Transactions on Mechatronics -IFM Rapp. = IFM rapport. Bergen -Ig. Mod. = Igiene Moderna -Iheringia, Ser. Bot. = Iheringia, Serie Botanica -Iheringia, Ser. Zool. = Iheringia, Serie Zoologia -Il Pesce = Il pesce. Modena -ILEIA Newsl. = ILEIA newsletter. Leusden -Ill. Biol. Monogr. = Illinois biological monographs. Urbana IL -INHS Spec. Publ. = Illinois Natural History Survey Special Publication -Ill. State Geol. Surv., Environ. Geol. = Illinois State Geological Survey, Environmental Geology -Immunity = Immunity -Immunobiology = Immunobiology -Immunogenetics = Immunogenetics -Immunol. Res. = Immunologic Research -Immunol. Invest. = Immunological Investigations -Immunol. Rev. = Immunological Reviews -Immunology = Immunology -Immunol. Infect. Dis. = Immunology & Infectious Diseases -Immunol. Cell Biol. = Immunology and Cell Biology -Immunol. Lett. = Immunology Letters -Immunol. Today = Immunology Today -Immunopharmacology = Immunopharmacology -Immunopharmacol. Immunotoxicol. = Immunopharmacology and Immunotoxicology -Immunotechnology = Immunotechnology -Impact Assess. Proj. Apprais. = Impact assessment and project appraisal. Guildford -IMR/PINRO Joint Rep. Ser. = IMR/PINRO Joint Report Series -In Vitro Mol. Toxicol. = In Vitro & Molecular Toxicology -In Vitro Cell. Dev. Biol. Anim. = In Vitro Cellular & Developmental Biology - Animal -In Vitro Cell. Dev. Biol. Plant = In Vitro Cellular & Developmental Biology - Plant -In Vitro Toxicol. = In Vitro Toxicology -Indian Agric. = Indian Agriculturist -Indian Bot. Rep. = Indian Botanical Reporter -Indian Farming = Indian Farming -Indian Farming = Indian farming. New Delhi -Indian Fish. Abstr. = Indian fisheries abstracts. Barrackpore -Indian Food Pack. = Indian food packer. New Delhi -Indian For. = Indian Forester -Indian J. Agric. Econ. = Indian Journal of Agricultural Economics -Indian J. Agric. Res. = Indian Journal of Agricultural Research -Indian J. Agric. Sci. = Indian Journal of Agricultural Sciences -Indian J. Anim. Sci. = Indian Journal of Animal Sciences -Indian J. Biochem. Biophys. = Indian journal of biochemistry and biophysics. New Delhi -Indian J. Biotechnol. = Indian Journal of Biotechnology -Indian J. Bot. = Indian journal of botany. Hyderabad -Indian J. Chem. Technol. = Indian journal of chemical technology. New Delhi -Indian J. Chem., Sect. B = Indian Journal of Chemistry, Section B -Indian J. Chem. (B Org. Med. = Indian journal of chemistry. Section B. Organic including medicinal. New Delhi -Indian J. Earth Sci. = Indian journal of earth sciences. Calcutta -Indian J. Ecol. = Indian Journal of Ecology -Indian J. Eng. Mater. Sci. = Indian Journal of Engineering & Materials Sciences -Indian J. Eng. Mater. Sci. = Indian journal of engineering and material sciences, New Delhi -Indian J. Entomol. = Indian Journal of Entomology -Indian J. Environ. Ecoplann. = Indian Journal of Environment & Ecoplanning -Indian J. Environ. Health = Indian Journal of Environmental Health -Indian J. Environ. Prot. = Indian journal of environmental protection. Varanasi -Indian J. Environ. Sci. = Indian Journal of Environmental Sciences -Indian J. Exp. Biol. = Indian Journal of Experimental Biology -Indian J. Exp. Biol. = Indian journal of experimental biology. New Delhi -Indian J. Fish. = Indian journal of fisheries. Ernakulam -Indian J. Genet. Plant Breed. = Indian Journal of Genetics and Plant Breeding -Indian J. Indig. Med. = Indian Journal of Indigenous Medicines -Indian J. Ind. Relat. = Indian Journal of Industrial Relations -Indian J. Leprosy = Indian Journal of Leprosy -Indian J. Mar. Sci. = Indian journal of marine sciences. New Delhi -Indian J. Microbiol. = Indian journal of microbiology. New Delhi -Indian J. Mycol. Plant Pathol. = Indian Journal of Mycology and Plant Pathology -Indian J. Pediatr. = Indian Journal of Pediatrics -Indian J. Pure Appl. Phys. = Indian journal of pure and applied physics. New Delhi -Indian J. Virol. = Indian Journal of Virology -Indian J. Zootomy = Indian journal of zootomy. Varanasi -Indian Ocean Policy Pap. = Indian Ocean policy papers. Canberra -Indian Ocean Tuna News = Indian Ocean tuna news. Colombo -Indian Seaf. = Indian seafoods. Cochin -Indiana AHPERD. J. = Indiana Association for Health, Physical Education, Recreation and Dance. Journal -In. J. Global Legal Stud. = Indiana Journal of Global Legal Studies -Indo-Pac. Fishes = Indo-Pacific fishes. Honolulu HI -Indoor Air = Indoor Air -Indoor Built Environ. = Indoor and Built Environment -Indoor Environ. = Indoor Environment -Ind. Conserve = Industria Conserve -Ind. Eng. = Industrial Engineering -Ind. Health = Industrial Health -Ind. Law J. = Industrial Law Journal -Ind. Relat. = Industrial Relations -Ind. Saf. Hyg. News = Industrial Safety & Hygiene News -Ind. Water Wastewater = Industrial Water & Wastewater -Ind. Pesq. = Industrias pesqueras. Vigo -Ind. Aliment. = Industrie alimentari. Pinerolo -Infection = Infection -Infect. Immun. = Infection and Immunity -Infect. Control Hosp. Epidemiol. = Infection Control and Hospital Epidemiology -Infect., Genet. Evol. = Infection, Genetics and Evolution -Infect. Dis. Obstetr. Gynecol. = Infectious Diseases in Obstetrics and Gynecology -Inflammation = Inflammation -Inflammation Res. = Inflammation Research -INFOFISH Int. = INFOFISH International. Kuala Lumpur -INFOFISH Tech. Handb. = INFOFISH technical handbook. Kuala Lumpur -INFOFISH Trade News = INFOFISH trade news. Kuala Lumpur -INFOPECHE Nouv. Commer. = INFOPECHE nouvelles commerciales. Abidjan -INFOPECHE Trade News Afr. Ed. = INFOPECHE trade news. African edition. Abidjan -INFOPESCA Int. = INFOPESCA internacional. Montevideo -Info. Rep. Oregon Dept. Fish Wildl. Fish Div. = Information Reports. Oregon Department of Fish and Wildlife, Fish Division -Inf. Ser. Dep. Prim. Ind. (Queensl. = Information series. Department of Primary Industries (Queensland). Brisbane -Inf. Fischwirtsch. = Informationen fur die Fischwirtschaft. Hamburg -Inf. Concern. Peche = Informations concernant la peche. Berne -Inf. Byull. Sov. Antarkt. Ehksped. = Informatsionnyj byulleten' Sovetskoj Antarkticheskoj ehkspeditsii. St. Petersburg -Inf. Espec. Cent. Invest. Cient. Educ. Super. Ensenada = Informe especial. Centro de Investigacion Cientifica y de Educacion Superior de Ensenada. Ensenada -Inf. Prog. Inst. Mar Peru = Informe progresivo. Instituto del Mar del Peru. Callao -Inf. Tec. PESCART = Informe tecnico PESCART. Guayaquil -Inf. Tec. Cent. Ecol. Apl. Neuquen = Informe tecnico. Centro de Ecologia Aplicada de Neuquen. Junin de los Andes -Inf. Tec. Fund. Patagon. Nat. = Informe tecnico. Fundacion Patagonia Natural. -Inf. Tec. Inst. Nac. Pesca (Urug. = Informe tecnico. Instituto Nacional de Pesca (Uruguay). Montevideo -Inf. Inst. Mar Peru = Informe. Instituto del Mar del Peru. Callao -Inf. Mus. Mar. Bogota = Informe. Museo del Mar, Bogota. Bogota -Inf. Oceanogr. Cent. Colomb. Datos Oceanogr. = Informes oceanograficos. Centro Colombiano de Datos Oceanograficos. Bogota -Inf. Tec. Dep. Aguas Cont. Inst. Nac. Invest. Desarr. Pesq. (Argent. = Informes tecnicos del Departamento de Aguas Continentales, Instituto Nacional de Investigacion y Desarrollo Pesquero (Argentina). Mar del Plata -Inf. Tec. Inst. Canar. Cienc. Mar. = Informes tecnicos del Instituto Canario de Ciencias Marinas. Telde -Inf. Tec. Inst. Esp. Oceanogr. = Informes tecnicos. Instituto Espanol de Oceanografia. Madrid -INFOSAMAK Fact Sheet = INFOSAMAK fact sheet. Manama -INFOSAMAK Trade News = INFOSAMAK trade news. Manama -Ing. Eau Agric. Territ. = Ingenieries: eau, agriculture, territoires. Antony -Inhalation Toxicol. = Inhalation Toxicology -INIDEP Doc. Cient. = INIDEP documento cientifico. Mar del Plata -INIDEP Inf. Tec. = INIDEP informe tecnico. Mar del Plata -Injury = Injury -Injury Control Safe. Promot. = Injury Control and Safety Promotion -Injury Prev. = Injury Prevention -Inorg. Chem. = Inorganic Chemistry -Insect Biochem. Mol. Biol. = Insect Biochemistry and Molecular Biology -Insect Mol. Biol. = Insect Molecular Biology -Insect Sci. Appl. = Insect Science and Its Application -Insect Syst. Evol. = Insect Systematics & Evolution -Insecta Koreana = Insecta Koreana -Insecta Matsumurana = Insecta Matsumurana -Insectes Soc. = Insectes Sociaux -Insp. Rep. U.S. Army Eng. Waterways Exp. Stn. = Inspection report. U.S. Army Engineer Waterways Experiment Station. Vicksburg VA -IMR News = Institute of Marine Research News -Proc. Inst. Civ. Eng. Water Marit. Energy = Institution of Civil Engineers. Proceedings. Water, Maritime and Energy -IFM Rapp. = Institutt for Fiskeri- og Marinbiologi Rapport. Bergen -Integr. Pest Manage. Rev. = Integrated Pest Management Reviews -Integr. Comp. Biol. = Integrative and Comparative Biology -Interciencia = Interciencia. Caracas -Intercoast Network = Intercoast Network -Intern. Med. J. = Internal Medicine Journal -Int. Agric. Eng. J. = International Agricultural Engineering Journal -Int. Comp. Law Q. = International and comparative law quarterly. London -Int. Arch. Allergy Immunol. = International Archives of Allergy and Immunology -Int. Arch. Occup. Environ. Health = International Archives of Occupational and Environmental Health -IAMSLIC Conf. Ser. = International Association of Aquatic and Marine Science Libraries and Information Centers Conference Series -Int. Biodeterior. Biodegrad. = International Biodeterioration & Biodegradation -Int. Challenges = International Challenges -Int. Chem. Eng. = International Chemical Engineering -Int. Civ. Def. J. = International Civil Defence Journal -Int. Dairy J. = International Dairy Journal -Int. Dent. J. = International Dental Journal -Int. Fish. Vessel Constr. = International fishing vessel construction. -Int. Food Hyg. = International Food Hygiene -Int. Food Manuf. = International Food Manufacture -Int. Hydrogr. Bull./Bull. Hydrogr. Int./Bol. Hidrogr. Int. = International hydrographic bulletin/Bulletin hydrographique international/Boletin hidrografico internacional. Monte Carlo -Int. Hydrogr. Rev. = International hydrographic review. Monaco -Int. Immunol. = International Immunology -Int. Immunopharmacol. = International Immunopharmacology -Int. J. Consumer Prod. Saf. = International Journal for Consumer and Product Safety -Int. J. Join. Mater. = International Journal for Joining of Materials -Int. J. Numer. Anal. Methods Geomech. = International Journal for Numerical and Analytical Methods in Geomechanics -Int. J. Parasitol. = International Journal for Parasitology -Int. J. Qual. Health Care = International Journal for Quality in Health Care -Int. J. Vitam. Nutr. Res. = International Journal for Vitamin and Nutrition Research -Int. J. Acarol. = International Journal of Acarology -Int. J. Anim. Sci. = International Journal of Animal Sciences -Int. J. Antimicrob. Agents = International Journal of Antimicrobial Agents -Int. J. Aviat. Psychol. = International Journal of Aviation Psychology -Int. J. Behav. Med. = International Journal of Behavioral Medicine -Int. J. Biometeorol. = International Journal of Biometeorology -Int. J. Biosci. Law = International Journal of Biosciences and the Law -Int. J. Biotechnol. = International Journal of Biotechnology -Int. J. Cancer = International Journal of Cancer -Int. J. Cancer. Predict. Oncol. = International Journal of Cancer. Predictive Oncology -Int. J. Cancer. Radiat. Oncol. Invest. = International Journal of Cancer. Radiation Oncology Investigations -Int. J. Clin. Pharmacol. Res. = International Journal of Clinical Pharmacology Research -Int. J. Clin. Pract. = International Journal of Clinical Practice -Int. J. Clin. Pract. Symp. Suppl. = International Journal of Clinical Practice. Symposium Supplement -Int. J. Cogn. Ergonomics = International Journal of Cognitive Ergonomics -Int. J. Cosmetic Sci. = International Journal of Cosmetic Science -Int. J. Crashworthiness = International Journal of Crashworthiness -Int. J. Dairy Technol. = International Journal of Dairy Technology -Int. J. Dermatol. = International Journal of Dermatology -Int. J. Dev. Biol. = International Journal of Developmental Biology -Int. J. Dev. Neurosci. = International Journal of Developmental Neuroscience -Int. J. Drug Policy = International Journal of Drug Policy -Int. J. Eat. Disord. = International Journal of Eating Disorders -Int. J. Ecohydrology Hydrobiol. = International Journal of Ecohydrology & Hydrobiology -Int. J. Emergency Manage. = International Journal of Emergency Management -Int. J. Eng. Sci. = International Journal of Engineering Science -Int. J. Environ. Pollut. = International Journal of Environment and Pollution -Int. J. Environ. Anal. Chem. = International Journal of Environmental Analytical Chemistry -Int. J. Environ. Health Res. = International Journal of Environmental Health Research -Int. J. Environ. Stud. = International Journal of Environmental Studies -Int. J. Epidemiol. = International Journal of Epidemiology -Int. J. Fatigue = International Journal of Fatigue -Int. J. Food Microbiol. = International Journal of Food Microbiology -Int. J. Food Prop. = International Journal of Food Properties -Int. J. Food Sci. Tech. = International Journal of Food Science & Technology -Int. J. Food Sci. Technol. = International Journal of Food Science and Technology -Int. J. Fuzzy Syst. = International journal of Fuzzy Systems -Int. J. Geriatr. Psychopharmacol. = International Journal of Geriatric Psychopharmacology -Int. J. Health Plann. Manage. = International Journal of Health Planning and Management -Int. J. Health Serv. = International Journal of Health Services -Int. J. Hematol. = International Journal of Hematology -Int. J. Hum. Factors Manuf. = International Journal of Human Factors in Manufacturing -Int. J. Hum. Genet. = International Journal of Human Genetics -Int. J. Hyg. Environ. Health = International Journal of Hygiene and Environmental Health -Int. J. Immunopathol. Pharmacol. = International Journal of Immunopathology and Pharmacology -Int. J. Immunopharmacol. = International Journal of Immunopharmacology -Int. J. Immunother. = International Journal of Immunotherapy -Int. J. Impact Eng. = International Journal of Impact Engineering -Int. J. Ind. Ergonomics = International Journal of Industrial Ergonomics -Int. J. Insect Morphol. Embryol. = International Journal of Insect Morphology and Embryology -Int. J. Intell. Control Syst. = International Journal of Intelligent Control and Systems -Int. J. Lepr. Other Mycobact. Dis. = International Journal of Leprosy and Other Mycobacterial Diseases -Int J Low Radiat = International Journal of Low Radiation -Int. J. Manuf. Syst. Des. = International Journal of Manufacturing System Design -Int. J. Manuf. Technol. Manage. = International Journal of Manufacturing Technology and Management -Int. J. Mar. Coast. Law = International journal of marine and coastal law. London, Gaithersburg MD -Int. J. Mech. Sci. = International Journal of Mechanical Sciences -Int. J. Med. Inf. = International Journal of Medical Informatics -Int. J. Med. Microbiol. = International Journal of Medical Microbiology -Int. J. Mol. Med. = International Journal of Molecular Medicine -Int. J. Neural Syst. = International Journal of Neural Systems -Int. J. Neurosci. = International Journal of Neuroscience -Int. J. Non-Linear Mech. = International Journal of Non-Linear Mechanics -Int. J. Nurs. Pract. = International Journal of Nursing Practice -Int. J. Obesity = International Journal of Obesity -Int. J. Occup. Med. Environ. Health = International Journal of Occupational Medicine and Environmental Health -Int. J. Occup. Saf. Ergonomics = International Journal of Occupational Safety and Ergonomics -Int. J. Offender Ther. Comp. Criminol. = International Journal of Offender Therapy and Comparative Criminology -Int. J. Offshore Polar Eng. = International Journal of Offshore and Polar Engineering -Int. J. Oncol. = International Journal of Oncology -Int. J. Peptide Protein Res. = International Journal of Peptide and Protein Reseach -Int. J. Pest Manage. = International Journal of Pest Management -Int. J. Pharm. = International Journal of Pharmaceutics -Int. J. Pharm. = International Journal of Pharmacognosy -Int. J. Phytoremediation = International Journal of Phytoremediation -Int. J. Plant Sci. = International Journal of Plant Sciences -Int. J. Plast. = International Journal of Plasticity -Int. J. Polym. Mater. = International Journal of Polymeric Materials -Int. J. Pressure Vessels Piping = International Journal of Pressure Vessels and Piping -Int. J. Primatol. = International Journal of Primatology -Int. J. Psychophysiol. = International Journal of Psychophysiology -Int. J. Radiat. Biol. = International Journal of Radiation Biology -Int. J. Radiat. Oncol. Biol. Phys. = International Journal of Radiation Oncology, Biology, & Physics -Int. J. Radioact. Mater. Transp. = International Journal of Radioactive Materials Transport -Int. J. Refrig. = International Journal of Refrigeration -Int. J. Remote Sens. = International Journal of Remote Sensing -Int. J. Risk Saf. Med. = International Journal of Risk and Safety in Medicine -Int. J. Risk Assess. Manage. = International Journal of Risk Assessment & Management -Int. J. Rock Mech. Min. Sci. = International Journal of Rock Mechanics and Mining Sciences -Int. J. Salt Lake Res. = International Journal of Salt Lake Research -Int. J. Solids Structures = International Journal of Solids and Structures -Int. J. Sports Med. = International Journal of Sports Medicine -Int. J. STD AIDS = International Journal of STD & AIDS -Int. J. Stress Manage. = International Journal of Stress Management -Int. J. Struct. Stab. Dyn. = International Journal of Structural Stability and Dynamics -Int. J. Syst. Evol. Microbiol. = International Journal of Systematic and Evolutionary Microbiology -Int. J. Syst. Bacteriol. = International Journal of Systematic Bacteriology -Int. J. Technol. Assess. Health Care = International Journal of Technology Assessment in Health Care -Int. J. Thymol. = International Journal of Thymology -Int. J. Tiss. React. = International Journal of Tissue Reactions -Int. J. Toxicol. = International Journal of Toxicology -Int. J. Tuberc. Lung Dis. = International Journal of Tuberculosis and Lung Disease -Int. J. Veh. Des. = International Journal of Vehicle Design -Int. J. Water = International Journal of Water -Int. J. Wildland Fire = International Journal of Wildland Fire -Int. J. Hydro. Dams = International Journal on Hydropower & Dams -Int. Leg. Mater. = International legal materials. Washington DC -Int. Med. J. = International Medical Journal -Int. Microbiol. = International Microbiology -Int. Relat. = International Relations -Int. Rev. Cytol. = International Review of Cytology -Int. Rev. Hydrobiol. = International Review of Hydrobiology -Int. Rev. Hydrobiol. = International review of hydrobiology. Berlin -Int. Rev. Neurobiol. = International Review of Neurobiology -Int. Rivers Lakes = International rivers and lakes. New York NY -Int. Shipbuild. Prog. = International Shipbuilding Progress -Int. Stud. Manage. Organ. = International Studies of Management and Organization -Int. Wildl. = International Wildlife -Int. Rev. Gesamt. Hydrobiol. = Internationale Revue der Gesamten Hydrobiologie -Intervirology = Intervirology -Inventory Sampl. Data NAFO = Inventory of sampling data. Northwest Atlantic Fisheries Organization. Dartmouth NS -Invertebr. Biol. = Invertebrate Biology -Invertebr. Neurosci. = Invertebrate Neuroscience -Invertebr. Reprod. Dev. = Invertebrate Reproduction & Development -Invertebr. Reprod. Dev. = Invertebrate reproduction and development. Rehovot -Invertebr. Syst. = Invertebrate Systematics -Invertebr. Taxon. = Invertebrate Taxonomy -Invest. Pesq. (Santiago = Investigacion pesquera (Santiago). Santiago -Invest. Mar. = Investigaciones marinas. Valparaiso -Invest. Cent. Interdiscip. Estud. Desarr. Urug. = Investigaciones. Centro Interdisciplinario de Estudios sobre el Desarrollo, Uruguay. Montevideo -Invest. Rep., Oceanogr. Res. Inst., Durban = Investigational Report. Oceanographic Research Institute, Durban -Invest. Rep. Sea Fish. Res. Inst. Cape Town/Onders. Navorsingsinst. Seeviss. Cape Town = Investigational Report. Sea Fisheries Research Institute, Cape Town/Ondersoekverslag Navorsingsinstituut Vir Seevisserye, Cape Town -Invest. Rep. Sea Fish. Res. Inst. Cape Town/Onders. Navorsingsinst. Seeviss. Cape Town = Investigational report. Sea Fisheries Research Institute, Cape Town/Ondersoekverslag. Navorsingsinstituut vir Seevisserye, Cape Town. Cape Town -IPTP Data Cat. = IPTP data catalogue. Colombo -IPTP Data Rec. = IPTP data record. Colombo -IPTP Data Summ. = IPTP data summary. Colombo -Iran. Fish. Bull. = Iranian fisheries bulletin. Tehran -Iran. Fish. Sci. J. = Iranian Fisheries Scientific Journal -Iran. J. Fish. Sci. = Iranian journal of fisheries science. Tehran -Irene McCulloch Found. Monogr. Ser. = Irene McCulloch Foundation Monograph Series -Ir. Birds = Irish Birds -Ir. Fish Exports/Imports = Irish fish exports/imports. Dublin -Irish Fish. Investig. (New Ser. = Irish fisheries investigations (New series). Dublin -Ir. Nat. J. = Irish Naturalists' Journal -Ir. Nat. J. = Irish naturalists' journal. Belfast -Ir. Offshore Rev. = Irish offshore review. Dublin -Iron Steelmaker = Iron and Steelmaker -ISA Trans. = ISA Transactions -Isr. J. Entomol. = Israel Journal of Entomology -Isr. J. Plant Sci. = Israel Journal of Plant Sciences -Isr. J. Zool. = Israel Journal of Zoology -Isr. J. Aquacult./Bamidgeh = Israeli Journal of Aquaculture/Bamidgeh -Issled. Zemli Kosm./Earth Res. Space = Issledovanie zemli iz kosmosa/Earth research from space. Moscow -Issled. Fauny Morej = Issledovaniya fauny morej. St. Petersburg -Issues Sci. Technol. = Issues in Science and Technology -Ital. J. Biochem. = Italian Journal of Biochemistry -Ital. J. Zool. = Italian Journal of Zoology -ITE J. = ITE Journal -ITM Rapp. = ITM rapport. Stockholm -Itogi Nauki Tekh. (Atmos. Okean Kosm. Programma 'Razrezy' = Itogi nauki i tekhniki. Seriya atmosfera, okean, kosmos - programma 'Razrezy'. Moscow -Itogi Nauki Tekh. (Ikhtiol. = Itogi nauki i tekhniki. Seriya ikhtiologiya. Moscow -Itogi Nauki Tekh. (Obshch. Ehkol. Biotsenol. Gidrobiol. = Itogi nauki i tekhniki. Seriya obshchaya ehkologiya, biotsenologiya, gidrobiologiya. Moscow -Itogi Nauki Tekh. (Obshch. Geol. = Itogi nauki i tekhniki. Seriya obshchaya geologiya. Moscow -Itogi Nauki Tekh. (Okeanol. = Itogi nauki i tekhniki. Seriya okeanologiya. Moscow -Itogi Nauki Tekh. (Okhr. Prir. Vosproizvod. Prir. Resur. = Itogi nauki i tekhniki. Seriya okhrana prirody, vosproizvodstvo prirodnykh resursov. Moscow -Itogi Nauki Tekh. (Zool. Bespozv. = Itogi nauki i tekhniki. Seriya zoologiya bespozvonochnykh. Moscow -IUCN Bull. = IUCN bulletin. Gland -IVL Rep. = IVL report. Stockholm -Izv. Inst. Ribni Resur. Varna/Proc. Inst. Fish. Varna = Izvestiya na Instituta po ribni resursi, Varna/Proceedings of the Institute of Fisheries, Varna. Varna -Izv. RAN (Biol. = Izvestiya Rossijskoj Akademii nauk. Seriya biologicheskaya/Proceedings of the Russian Academy of Sciences. Biological Series. Moscow -Izv. RAN (Fiz. Atmos. Okeana = Izvestiya Rossijskoj Akademii nauk. Seriya fizika atmosfery i okeana/Proceedings of the Russian Academy of Sciences. Atmospheric and oceanic physics. Moscow -Izv. RAN (Geogr. = Izvestiya Rossijskoj Akademii nauk. Seriya geograficheskaya/Proceedings of the Russian Academy of Sciences. Geographical series. Moscow -Izv. Russ. Acad. Sci. Phys. Solid Earth = Izvestiya Russian Academy of Sciences. Physics of the solid earth. Washington DC -Izv. RGO = Izvestiya Russkogo geograficheskogo obshchestva. St. Petersburg -Izv. SO RAN (Biol. Nauk = Izvestiya Sibirskogo otdeleniya Rossijskoj Akademii nauk. Seriya biologicheskikh nauk. Novosibirsk -Izv. TINRO/Trans. Pac. Res. Inst. Fish. Oceanogr. = Izvestiya Tikhookeanskogo nauchno-issledovatel'skogo instituta rybnogo khozyajstva i okeanografii/Transactions of the Pacific Research Institute of Fisheries and Oceanography. Vladivostok -Izv. VUZ (Pishch. Tekhnol. = Izvestiya vysshikh uchebnykh zavedenij. Seriya pishchevaya tekhnologiya. Krasnodar -Jaarversl. Produktschap Vis Rijswijk = Jaarverslag. Produktschap Vis, Rijswijk. Rijswijk -Jahresber. Dtsch. Fischwirtsch./Annu. Rep. Ger. Fish. = Jahresbericht uber die deutsche Fischwirtschaft/Annual report on German fisheries. Bonn -Jahresber. Bayer. Landesanst. Fisch. Starnb. = Jahresbericht. Bayerische Landesanstalt fur Fischerei Starnberg. Starnberg -Jahresber. Biol. Stn. Lunz Oesterr. Akad. Wiss. = Jahresbericht. Biologische Station Lunz der Osterreichischen Akademie der Wissenschaften. Lunz -Jahresber. Bundesamt Seeschiffahrt Hydrogr. = Jahresbericht. Bundesamt fur Seeschiffahrt und Hydrographie. Hamburg -Jahresber. Bundesforschungsanst. Fisch. Hamb. = Jahresbericht. Bundesforschungsanstalt fur Fischerei, Hamburg. Hamburg -Jahresber. Inst. Meereskd. Univ. Kiel = Jahresbericht. Institut fur Meereskunde an der Universitat Kiel. Kiel -Jahresber. Int. Gewaesserschutzkomm. Bodensee = Jahresbericht. Internationale Gewasserschutzkommission fur den Bodensee. Karlsruhe -Jahresber. Landesumweltamt Nordrh.-Westfal. = Jahresbericht. Landesumweltamt Nordrhein-Westfalen. Essen -Jahresh. Fisch Umwelt Mecklenbg.-Vorpommern = Jahresheft. Fisch und Umwelt Mecklenburg-Vorpommern e. V. Rostock -JAIDS J. Acquired Immune Defic. Syndromes = JAIDS Journal of Acquired Immune Deficiency Syndromes -Jaina = Jaina. Campeche -JAMSTEC J. Deep Sea Res./JAMSTEC Shinkai Kenkyu = JAMSTEC journal of deep sea research/JAMSTEC Shinkai Kenkyu. Yokosuka -Japan Med. Assoc. J. = Japan Medical Association Journal -Japan Shipbuild. Mar. Eng. = Japan shipbuilding and marine engineering. Machida -Jap. J. Antibiot. = Japanese Journal of Antibiotics -Jap. J. Cancer Res. = Japanese Journal of Cancer Research -Jap. J. Clin. Oncol. = Japanese Journal of Clinical Oncology -Jap. J. Ecol. = Japanese Journal of Ecology -Jap. J. Entomol. = Japanese Journal of Entomology -Jap. J. Entomol. (New Ser. = Japanese Journal of Entomology (New Series) -Jap. J. Genet. = Japanese journal of genetics. Tokyo -Jap. J. Hum. Genet. = Japanese Journal of Human Genetics -Jap. J. Ichthyol. = Japanese Journal of Ichthyology -Jap. J. Limnol. = Japanese Journal of Limnology -Jap. J. Limnol. = Japanese journal of limnology. Otsu -Jap. J. Neuropsychopharmacol. = Japanese Journal of Neuropsychopharmacology -Jap. J. Pharmacol. = Japanese Journal of Pharmacology -Jap. J. Phycol. = Japanese journal of phycology. Sapporo -Jap. J. Physiol. = Japanese Journal of Physiology -Jap. J. Sanit. Zool. = Japanese Journal of Sanitary Zoology -Jap. J. Syst. Entomol. = Japanese Journal of Systematic Entomology -Jap. J. Toxicol. Environ. Health = Japanese Journal of Toxicology and Environmental Health -Jap. J. Vet. Res. = Japanese Journal of Veterinary Research -Job Compl. Rep. Dep. Fish Game (Idaho = Job completion report. Department of Fish and Game (Idaho). Boise ID -Job Perform. Rep. Idaho Dep. Fish Game = Job performance report. Idaho Department of Fish and Game. Boise ID -Job Prog. Rep. Mont. Dep. Fish Game = Job progress report. Montana Department of Fish and Game. Boseman MT -J. Rech. Oceanogr. = Journal de recherche oceanographique. Paris -J. Eur. Hydrol./Eur. J. Water Qual. = Journal europeen d'hydrologie/European journal of water quality. Paris -J. Nat. Conserv. = Journal for Nature Conservation -J. Ivoir. Oceanol. Limnol. = Journal ivoirien d'oceanologie et de limnologie. Abidjan -J. Addict. Dis. = Journal of Addictive Diseases -J. Adolesc. = Journal of Adolescence -J. Adolesc. Health = Journal of Adolescent Health -J. Adolesc. Res. = Journal of Adolescent Research -J. Adv. Mater. = Journal of Advanced Materials -J. Adv. Transport. = Journal of Advanced Transportation -J. Adv. Zool. = Journal of advanced zoology. Gorakhpur -J. Aerosol Med. = Journal of Aerosol Medicine -J. Aerospace Eng. = Journal of Aerospace Engineering -J. Afr. Zool. = Journal of African zoology. Louvain-la-Neuve -J. Aging Soc. Policy = Journal of Aging & Social Policy -J. Aging Health = Journal of Aging and Health -J. Agric. Food Inf. = Journal of Agricultural & Food Information -J. Agric. Food Chem. = Journal of Agricultural and Food Chemistry -J. Agric. Resour. Econ. = Journal of Agricultural and Resource Economics -J. Agric. Urban Entomol. = Journal of Agricultural and Urban Entomology -J. Agric. Entomol. = Journal of Agricultural Entomology -J. Agric. Saf. Health = Journal of Agricultural Safety and Health -J. Agric. Sci. = Journal of Agricultural Science -J. Agric. W.A. = Journal of Agriculture of Western Australia -J. Agromed. = Journal of Agromedicine -J. Air Law Commerce = Journal of Air Law and Commerce -J. Air Traffic Control = Journal of Air Traffic Control -0969-6997 = Journal of Air Transport Management -J. Aircraft = Journal of Aircraft -J. Alcohol Drug Educ. = Journal of Alcohol and Drug Education -J. Allergy Clin. Immunol. = Journal of Allergy and Clinical Immunology -J. Alzheimer's Dis. = Journal of Alzheimer's Disease -J. Am. Coll. Health = Journal of American College Health -J. Anal. Toxicol. = Journal of Analytical Toxicology -J. Anim. Breed. Genet. = Journal of Animal Breeding and Genetics -J. Anim. Ecol. = Journal of Animal Ecology -J. Anim. Morphol. Physiol. = Journal of Animal Morphology and Physiology -J. Anim. Physiol. Anim. Nutr. = Journal of Animal Physiology and Animal Nutrition -J. Anim. Physiol. Anim. Nutr./Z. Tierphysiol. Tierernaehr. Futtermittelkd. = Journal of animal physiology and animal nutrition/Zeitschrift fur Tierphysiologie Tierernahrung und Futtermittelkunde. Hamburg -J. Anim. Sci. = Journal of Animal Science -J. Antibiot. = Journal of Antibiotics -J. Antimicrob. Chemother. = Journal of Antimicrobial Chemotherapy -J. Anxiety Disorders = Journal of Anxiety Disorders -J. AOAC Int. = Journal of AOAC International -J. Apic. Res. = Journal of Apicultural Research -J. Appl. Agric. Econ. = Journal of applied agricultural economics. Athens GA -J. Appl. Aquacult. = Journal of Applied Aquaculture -J. Appl. Bacteriol. = Journal of applied bacteriology. Oxford -J. Appl. Biomater. = Journal of Applied Biomaterials -J. Appl. Ecol. = Journal of Applied Ecology -J. Appl. Electrochem. = Journal of Applied Electrochemistry -J. Appl. Entomol. = Journal of Applied Entomology -J. Appl. Fire Sci. = Journal of Applied Fire Science -J. Appl. Genet. = Journal of Applied Genetics -J. Appl. Gerontol. = Journal of Applied Gerontology -J. Appl. Ichthyol. = Journal of Applied Ichthyology -J. Appl. Ichthyol./Z. Angew. Ichthyol. = Journal of applied ichthyology/Zeitschrift fur angewandte Ichthyologie. Hamburg, Berlin -J. Appl. Manuf. Syst. = Journal of Applied Manufacturing Systems -J. Appl. Math. Mech. = Journal of Applied Mathematics and Mechanics -J. Appl. Microbiol. = Journal of Applied Microbiology -J. Appl. Phycol. = Journal of Applied Phycology -J. Appl. Physiol. = Journal of Applied Physiology -J. Appl. Sci. Environ. Manage. = Journal of Applied Sciences & Environmental Management -J. Appl. Toxicol. = Journal of Applied Toxicology -J. Aquacult. (Bhubaneswar = Journal of aquaculture (Bhubaneswar). Bhubaneswar -J. Aquacult. Trop. = Journal of Aquaculture in the Tropics -J. Aquacult. Trop. = Journal of aquaculture in the tropics. Calcutta -J. Aquaricult. Aquat. Sci. = Journal of Aquariculture and Aquatic Sciences -J. Aquat. Anim. Health = Journal of Aquatic Animal Health -J. Aquat. Biol. Fish. = Journal of aquatic biology and fisheries. Udaipur -J. Aquat. Ecosyst. Stress Recovery = Journal of Aquatic Ecosystem Stress and Recovery -J. Aquat. Food Prod. Technol. = Journal of Aquatic Food Product Technology -J. Aquat. Plant Manage. = Journal of Aquatic Plant Management -J. Aquat. Sci. = Journal of Aquatic Sciences -J. Aquat. Sci. = Journal of aquatic sciences. Jos -J. Arachnol. = Journal of Arachnology -J. Archit. Eng. = Journal of Architectural Engineering -J. Arid Environ. = Journal of Arid Environments -J. Artificial Organs = Journal of Artificial Organs -J. Asian Archit. Build. Eng. = Journal of Asian Architecture and Building Engineering -J. Asian Nat. Prod. Res. = Journal of Asian Natural Products Research -J. Autoimmun. = Journal of Autoimmunity -J. Auton. Pharmacol. = Journal of Autonomic Pharmacology -J. Avian Biol. = Journal of avian biology. Copenhagen -J. Avian Med. Surg. = Journal of Avian Medicine and Surgery -J. Bacteriol. = Journal of Bacteriology -J. Basic Appl. Genet. = Journal of Basic & Applied Genetics -J. Bengal Nat. Hist. Soc. = Journal of Bengal Natural History Society. Darjeeling -J. Bioact. Compatible Polym. = Journal of Bioactive and Compatible Polymers -J. Biochem. Biophys. Methods = Journal of Biochemical and Biophysical Methods -J. Biochem., Tokyo = Journal of Biochemistry (Tokyo) -J. Biochem. Mol. Biol. Biophys. = Journal of Biochemistry, Molecular Biology and Biophysics -J. Bioecon. = Journal of Bioeconomics -J. Bioenerg. Biomembr. = Journal of Bioenergetics and Biomembranes -J. Biogeogr. = Journal of Biogeography -Journal of Bioinformatics and Computational Biology, 0219-7200, Core = Journal of Bioinformatics and Computational Biology, 0219-7200, Core -J. Biolaw Bus. = Journal of Biolaw & Business -J. Biol. Chem. = Journal of Biological Chemistry -J. Biol. Educ. = Journal of biological education. New York NY -J. Biol. Rhythms = Journal of Biological Rhythms -J. Biol. Syst. = Journal of Biological Systems -J. Biol. = Journal of Biology -J. Biolumin. Chemilumin. = Journal of Bioluminescence and Chemiluminescence -J. Biomater. Appl. = Journal of Biomaterials Applications -J. Biomech. = Journal of Biomechanics -J. Biomed. Inf. = Journal of Biomedical Informatics -J. Biomed. Mater. Res. A = Journal of Biomedical Materials Research, Part A -J. Biomed. Mater. Res. B Appl. Biomater. = Journal of Biomedical Materials Research, Part B: Applied Biomaterials -J. Biomed. Sci. = Journal of Biomedical Science -J. Biomed. Biotechnol. = Journal of Biomedicine and Biotechnology -J. Biomol. NMR = Journal of Biomolecular NMR -J. Biomol. Struct. Dyn. = Journal of Biomolecular Structure and Dynamics -J. Biosci. (Penang = Journal of Bioscience (Penang) -J. Biosci. Bioeng. = Journal of Bioscience and Bioengineering -J. Biosci. (Bangalore = Journal of biosciences. Bangalore -J. Biotechnol. = Journal of Biotechnology -J. Bodywork Movement Ther. = Journal of Bodywork and Movement Therapies -J. Bone Jt. Surg. (Am. = Journal of Bone and Joint Surgery (American) -J. Bone Jt. Surg. (Br. = Journal of Bone and Joint Surgery (British) -J. Bone Miner. Metab. = Journal of Bone and Mineral Metabolism -J. Bone Miner. Res. = Journal of Bone and Mineral Research -J. Bridge Eng. = Journal of Bridge Engineering -J. Cancer Res. Clin. Oncol. = Journal of Cancer Research and Clinical Oncology -J. Cardiovasc. Pharmacol. = Journal of Cardiovascular Pharmacology -J. Cardiovasc. Surg. = Journal of Cardiovascular Surgery -J. Cave Karst Stud. = Journal of Cave and Karst Studies -J. Cell Biol. = Journal of Cell Biology -J. Cell Sci. = Journal of Cell Science -J. Cell Sci. = Journal of cell science. London, New York NY -J. Cell. Mol. Med. = Journal of Cellular and Molecular Medicine -J. Cetacean Res. Manage. = Journal of Cetacean Research and Management -J. Chem. Dependency Treatment = Journal of Chemical Dependency Treatment -J. Chem. Ecol. = Journal of Chemical Ecology -J. Chem. Eng. Japan = Journal of Chemical Engineering of Japan -J. Chem. Neuroanat. = Journal of Chemical Neuroanatomy -J. Chem. Technol. Biotechnol. = Journal of Chemical Technology and Biotechnology -J. Chemometrics = Journal of Chemometrics -J. Child Adolescent Subst. Abuse = Journal of Child & Adolescent Substance Abuse -J. Child Psychol. Psychiatry Allied Disciplines = Journal of Child Psychology and Psychiatry and Allied Disciplines -J. Child Sex. Abuse = Journal of Child Sexual Abuse -J. Child. Health = Journal of Children's Health -J. Children's Health = Journal of Children's Health -J. China Agric. Univ. = Journal of China Agricultural University -J. Chine Inst. Metrology = Journal of China Institute of Metrology -J. Clim. = Journal of Climate -J. Clin. Lab. Immunol. = Journal of Clinical and Laboratory Immunology -J. Clin. Child Psychol. = Journal of Clinical Child Psychology -J. Clin. Comput. = Journal of Clinical Computing -J. Clin. Densitometry = Journal of Clinical Densitometry -J. Clin. Eff. = Journal of Clinical Effectiveness -J. Clin. Endocrinol. Metab. = Journal of Clinical Endocrinology and Metabolism -J. Clin. Epidemiol. = Journal of Clinical Epidemiology -J. Clin. Forensic Med. = Journal of Clinical Forensic Medicine -J. Clin. Immunol. = Journal of Clinical Immunology -J. Clin. Invest. = Journal of Clinical Investigation -J. Clin. Microbiol. = Journal of Clinical Microbiology -J. Clin. Periodontol. = Journal of Clinical Periodontology -J. Clin. Pharmacol. = Journal of Clinical Pharmacology -J. Clin. Phar. Ther. = Journal of Clinical Pharmacy and Therapeutics -J. Clin. Psychiatr. = Journal of Clinical Psychiatry -J. Clin. Psychol. = Journal of Clinical Psychology -J. Clin. Ultrasound = Journal of Clinical Ultrasound -J. Clin. Virol. = Journal of Clinical Virology -J. Coast. Res. = Journal of Coastal Research -J. Coast. Res. (Spec. Issue = Journal of coastal research. Special issue. Charlottesville VA -J. Cognit. Neurosci. = Journal of Cognitive Neuroscience -J. Cognit. Neurosci. Suppl. = Journal of Cognitive Neuroscience. Supplement -J. Cold Regions Eng. = Journal of Cold Regions Engineering -J. Colloid Interface Sci. = Journal of Colloid and Interface Science -J. Comb. Chem. = Journal of Combinatorial Chemistry -J. Communicable Dis. = Journal of Communicable Diseases -J. Community Health = Journal of Community Health -J. Community Health Nurs. = Journal of Community Health Nursing -J. Community Pract. = Journal of Community Practice -J. Comp. Neurol. = Journal of Comparative Neurology -J. Comp. Physiol., A = Journal of Comparative Physiology, A -J. Comp. Physiol., B = Journal of Comparative Physiology, B -J. Composite Constr. = Journal of Composites for Construction -J. Comput. Biol. = Journal of Computational Biology -J. Comput. Neurosci. = Journal of Computational Neuroscience -J. Comput. Assisted Tomogr. = Journal of Computer Assisted Tomography -J. Comput.-Aided Mol. Des. = Journal of Computer-Aided Molecular Design -J. Comput. Civ. Eng. = Journal of Computing in Civil Engineering -J. Conchol. = Journal of conchology. London -Journal of Conflict and Security Law, 1467-7954, Selective = Journal of Conflict and Security Law, 1467-7954, Selective -J. Constr. Eng. Manage. = Journal of Construction Engineering and Management -J. Constr. Res. = Journal of Construction Research -J. Constr. Steel Res. = Journal of Constructional Steel Research -J. Consum. Health Internet = Journal of Consumer Health on the Internet -J. Consumer Policy = Journal of Consumer Policy -J. Contingencies Crisis Manage. = Journal of Contingencies and Crisis Management -J. Controlled Release = Journal of Controlled Release -J. Craniofac. Genet. Dev. Biol. = Journal of Craniofacial Genetics and Development Biology -J. Crim. Just. Pop. Cult. = Journal of Criminal Justice and Popular Culture -J. Crop Prod. = Journal of Crop Production -J. Crust. Biol. = Journal of Crustacean Biology -J. Crust. Biol. = Journal of crustacean biology. Washington DC -J. Curr. Sci. = Journal of Current Sciences -J. Dairy Res. = Journal of Dairy Research -J. Dairy Sci. = Journal of Dairy Science -J. Dalian Fish. Coll./Dalian Shuichan Xueyuan Xuebao = Journal of Dalian Fisheries College/Dalian Shuichan Xueyuan Xuebao. Dalian -J. Dent. Res. = Journal of Dental Research -J. Dev. Econ. = Journal of Development Economics -J. Disaster Prev. Mitig. Eng. = Journal of Disaster Prevention and Mitigation Engineering -J. Drug Educ. = Journal of Drug Education -J. Drug Iss. = Journal of Drug Issues -J. Drug Targeting = Journal of Drug Targeting -J. Earthquake Eng. = Journal of Earthquake Engineering -J. Earthquake Eng. Eng. Vibrat. = Journal of Earthquake Engineering and Engineering Vibration -J. East Afr. Nat. Hist. = Journal of East African natural history. -J. East China Norm. Univ. (Nat. Sci. Ed. = Journal of East China Normal University (Natural Science Edition)/Huadong Shifan Daxue Xuebao (Ziran Kexue Ban) -J. East China Norm. Univ. (Nat. Sci. Ed. = Journal of East China Normal University. Natural science edition/Huadong Shifan Daxue Xuebao. Shanghai -J. East China Shipbuild. Inst. = Journal of East China Shipbuilding Institute -J. Ecobiol. = Journal of Ecobiology -J. Ecol. = Journal of Ecology -J. Econ. Entomol. = Journal of Economic Entomology -J. Ecophysiology Occup. Health = Journal of Ecophysiology and Occupational Health -J. Ecotoxicol. Environ. Monitoring = Journal of Ecotoxicology & Environmental Monitoring -J. Elder Abuse Neglect = Journal of Elder Abuse & Neglect -J. Electromyogr. Kinesiol. = Journal of Electromyography and Kinesiology -J. Electron Microsc. = Journal of electron microscopy. Tokyo -J. Electrostatics = Journal of Electrostatics -J. Emerg. Med. = Journal of Emergency Medicine -J. Emotional Abuse = Journal of Emotional Abuse -J. Endocrinol. = Journal of Endocrinology -J. Endotoxin Res. = Journal of Endotoxin Research -J. Endovasc. Surg. = Journal of Endovascular Surgery -J. Eng. Technol. Manage. = Journal of Engineering and Technology Management -J. Eng. Mater. Technol. Trans. ASME = Journal of Engineering Materials and Technology. Transactions of the ASME -J. Eng. Mech. = Journal of Engineering Mechanics -J. Entomol. Res. = Journal of Entomological Research -J. Entomol. Sci. = Journal of Entomological Science -J. Environ. Health = Journal of Environment and Health -J. Environ. Pollut. = Journal of Environment and Pollution -J. Environ. Assess. Policy Manage. = Journal of Environmental Assessment Policy and Management -J. Environ. Biol. = Journal of Environmental Biology -J. Environ. Econ. Manage. = Journal of Environmental Economics and Management -J. Environ. Eng. = Journal of Environmental Engineering -J. Environ. Eng. Sci. = Journal of Environmental Engineering and Science -J. Environ. Health = Journal of Environmental Health -J. Environ. Law Pract. = Journal of Environmental Law & Practice -J. Environ. Manage. = Journal of Environmental Management -J. Environ. Med. = Journal of Environmental Medicine -J. Environ. Monit. = Journal of Environmental Monitoring -J. Environ. Pathol. Toxicol. Oncol. = Journal of Environmental Pathology, Toxicology and Oncology -J. Environ. Plann. Manage. = Journal of Environmental Planning and Management -J. Environ. Polymer Degradation = Journal of Environmental Polymer Degradation -J. Environ. Radioact. = Journal of Environmental Radioactivity -J. Environ. Sci. Health, Pt. A: Environ. Sci. Eng. Toxic Hazard. Subst. Control = Journal of Environmental Science and Health, Part A: Environmental Science and Engineering & Toxic and Hazardous Substance Control -J. Environ. Sci. Health, Pt. A: Toxic/Hazard. Subst. Environ. Eng. = Journal of Environmental Science and Health, Part A: Toxic/Hazardous Substances & Environmental Engineering -J. Environ. Sci. Health, Pt. B: Pestic., Food Contam., Agric. Wastes = Journal of Environmental Science and Health, Part B: Pesticides, Food Contaminants and Agricultural Wastes -J. Environ. Sci. Health, Pt. C = Journal of Environmental Science and Health, Part C: Environmental Carcinogenesis and Ecotoxicology Reviews -J. Environ. Sci. (China = Journal of Environmental Sciences (China) -J. Epidemiol. Community Health = Journal of Epidemiology and Community Health -J. Essent. Oil Res. = Journal of Essential Oil Research -J. Essent. Oil-Bear. Plants = Journal of Essential Oil-Bearing Plants -J. Ethn. Subst. Abuse = Journal of Ethnicity in Substance Abuse -J. Ethnopharmacol. = Journal of Ethnopharmacology -J. Ethol. = Journal of Ethology -J. Eukaryot. Microbiol. = Journal of Eukaryotic Microbiology -J. Evol. Biochem. Physiol. = Journal of evolutionary biochemistry and physiology. New York NY -J. Evol. Biol. = Journal of Evolutionary Biology -J. Exp. Biol. = Journal of Experimental Biology -J. Exp. Bot. = Journal of Experimental Botany -J. Exp. Mar. Biol. Ecol. = Journal of Experimental Marine Biology and Ecology -J. Exp. Med. = Journal of Experimental Medicine -J. Exp. Psychol.: Anim. Behav. Processes = Journal of Experimental Psychology: Animal Behavior Processes -J. Exp. Zool. = Journal of Experimental Zoology -J. Exposure Anal. Environ. Epidemiol. = Journal of Exposure Analysis and Environmental Epidemiology -J. Fam. Pract. = Journal of Family Practice -J. Fam. Soc. Work = Journal of Family Social Work -J. Fam. Violence = Journal of Family Violence -J. Ferment. Bioeng. = Journal of Fermentation and Bioengineering -J. Field Ornithol. = Journal of Field Ornithology -J. Fire Prot. Eng. = Journal of Fire Protection Engineering -J. Fire Sci. = Journal of Fire Sciences -J. Fish Biol. = Journal of Fish Biology -J. Fish Dis. = Journal of Fish Diseases -J. Fish. China/Shuichan Xuebao = Journal of fisheries of China/Shuichan Xuebao. Shanghai -J. Fish. Sci. Technol. = Journal of fisheries science and technology. Pusan -J. Fish. Sci. China/Zhongguo Shuichan Kexue = Journal of fishery sciences of China/Zhongguo Shuichan Kexue. Beijing -J. Food Agric. Environ. = Journal of Food Agriculture and Environment -J. Food Drug Anal. = Journal of Food and Drug Analysis -J. Food Biochem. = Journal of Food Biochemistry -J. Food Eng. = Journal of Food Engineering -J. Food Process Eng. = Journal of Food Process Engineering -J. Food Process. Preserv. = Journal of Food Processing and Preservation -J. Food Prot. = Journal of Food Protection -J. Food Qual. = Journal of Food Quality -J. Food Saf. = Journal of Food Safety -J. Food Sci. = Journal of Food Science -J. Food Sci. Technol. (Mysore = Journal of Food Science and Technology (Mysore) -J. Food Sci. Technol. = Journal of food science and technology. Mysore -J. Food Sci. Technol./Nippon Shokuhin Kogyo Gakkaishi = Journal of Food Science and Technology/Nippon Shokuhin Kogyo Gakkaishi -J. For. = Journal of Forestry -J. Freshwat. Biol. = Journal of Freshwater Biology -J. Freshwat. Ecol. = Journal of Freshwater Ecology -J. Freshwat. Ecol. = Journal of freshwater ecology. La Crosse, WI -J. Fujian Agric. Univ. = Journal of Fujian Agricultural University -J. Fujian Teach. Univ. (Nat. Sci. Ed. = Journal of Fujian Teachers University. Natural science edition/Fujian Shifan Daxue Xuebao. Fuzhou -J. Fusion Energy = Journal of Fusion Energy -J. Gender-Specific Med. = Journal of Gender-Specific Medicine -J. Gene Med. = Journal of Gene Medicine -J. Gen. Appl. Microbiol. = Journal of General and Applied Microbiology -J. Gen. Physiol. = Journal of General Physiology -J. Gen. Virol. = Journal of General Virology -J. Geol. Hazards Environ. Preserv. = Journal of Geological Hazards and Environment Preservation/Dizhi Zaihai Yu Huanjing Baohu -J. Geomagn. Geoelectr. = Journal of geomagnetism and geoelectricity. Tokyo -J. Geophys. Res. (C Oceans = Journal of Geophysical Research. C. Oceans -J. Geosci. Osaka City Univ. = Journal of Geosciences Osaka City University -J. Geriatr. Drug Ther. = Journal of Geriatric Drug Therapy -J. Great Lakes Res. = Journal of Great Lakes Research -J. Guangzhou Univ. Trad. Med./Guangzhou Zhongyiyao Daxue Xuebao = Journal of Guangzhou University of Traditional Chinese Medicine/Guangzhou Zhongyiyao Daxue Xuebao -J. Guidance, Control Dyn. = Journal of Guidance, Control and Dynamics -J. Hazard. Mater. = Journal of Hazardous Materials -J. Health Soc. Policy = Journal of Health & Social Policy -J. Health Hum. Serv. Admin. = Journal of Health and Human Services Administration -J. Health Care Poor Underserved = Journal of Health Care for the Poor and Underserved -J. Health Econ. = Journal of Health Economics -J. Health Polit. Policy Law = Journal of Health Politics, Policy and Law -J. Health Sci. = Journal of Health Science -J. Health Serv. Res. Policy = Journal of Health Services Research & Policy -J. Herbal Pharmacother. = Journal of Herbal Pharmacotherapy -J. Herbs, Spices Med. Plants = Journal of Herbs, Spices & Medicinal Plants -J. Hered. = Journal of Heredity -J. Herpetol. = Journal of Herpetology -J. Hill Res. = Journal of Hill Research -J. HIV/AIDS Soc. Serv. = Journal of HIV/AIDS & Social Services -J. HIV/AIDS Prev. Educ. Adolesc. Child. = Journal of HIV/AIDS Prevention & Education for Adolescents & Children -J. Homeland Secur. Emergency Manage. = Journal of Homeland Security and Emergency Management -J. Homosex. = Journal of Homosexuality -J. Hortic. Sci. = Journal of Horticultural Science -J. Hosp. Infect. = Journal of Hospital Infection -J. Hum. Behav. Soc. Environ. = Journal of Human Behavior in the Social Environment -J. Hum. Evol. = Journal of Human Evolution -J. Hum. Genet. = Journal of Human Genetics -J. Hum. Resour. = Journal of Human Resources -J. Hunan Univ. Nat. Sci. = Journal of Hunan University, Natural Science -J. Hydraul. Eng. = Journal of Hydraulic Engineering -J. Hydraul. Res./J. Rech. Hydraul. = Journal of Hydraulic Research/Journal de Recherches Hydraulique -J. Hymenoptera Res. = Journal of Hymenoptera Research -J. Ichthyol./Vopr. Ikhtiol. = Journal of Ichthyology/Voprosy Ikhtiologii -J. Immigrant Health = Journal of Immigrant Health -J. Immunoassay = Journal of Immunoassay -J. Immunoassay Immunochem. = Journal of Immunoassay and Immunochemistry -J. Immunol. Methods = Journal of Immunological Methods -J. Immunol. = Journal of Immunology -J. Immunother. = Journal of Immunotherapy -J. Immunother. Emph. Tumor Biol. = Journal of Immunotherapy with Emphasis on Tumor Biology -J. Ind. Microbiol. Biotechnol. = Journal of Industrial Microbiology & Biotechnology -J. Ind. Pollut. Control = Journal of Industrial Pollution Control -J. Ind. Text. = Journal of Industrial Textiles -J. Infect. = Journal of Infection -J. Infect. Dis. Pharmacother. = Journal of Infectious Disease Pharmacotherapy -J. Infect. Dis. = Journal of Infectious Diseases -J. Infect. Dis. Antimicrobial Agents = Journal of Infectious Diseases and Antimicrobial Agents -J. Inflammation = Journal of Inflammation -J. Infrastruct. Syst. = Journal of Infrastructure Systems -J. Inherited Metab. Dis. = Journal of Inherited Metabolic Disease -J. Insect Behav. = Journal of Insect Behavior -J. Insect Conserv. = Journal of Insect Conservation -J. Insect Physiol. = Journal of Insect Physiology -J. Insect Sci. = Journal of Insect Science (Ludhiana) -J. Insect Sci. (Tucson = Journal of Insect Science (Tucson) -J. Integra. Neurosci. = Journal of Integrative Neuroscience -J. Intell. Manuf. = Journal of Intelligent Manufacturing -J. Interferon Cytokine Res. = Journal of Interferon & Cytokine Research -J. Int. Wildl. Law Policy = Journal of International Wildlife Law and Policy -J. Invertebr. Pathol. = Journal of Invertebrate Pathology -J. Iron Steel Res. Int. = Journal of Iron and Steel Research International -J. Jap. Bot. = Journal of Japanese botany. Tokyo -J. King Abdulaziz Univ. (Mar. Sci. = Journal of King Abdulaziz University. Marine sciences. Jeddah -J. Labelled Compd. Radiopharmaceut. = Journal of Labelled Compounds and Radiopharmaceuticals -J. Labor Econ. = Journal of Labor Economics -J. Labor Res. = Journal of Labor Research -J. Lake Sci. = Journal of Lake Sciences -J. Law Med. Ethics = Journal of Law, Medicine & Ethics -J. Legal Med. = Journal of Legal Medicine -J. Leisure Res. = Journal of Leisure Research -J. Leukocyte Biol. = Journal of Leukocyte Biology -J. Liaoning Norm. Univ./Liaoning Shifan Daxue Xuebao = Journal of Liaoning Normal University/Liaoning Shifan Daxue Xuebao -J. Life Sci. (Calicut = Journal of Life Science (Calicut) -J. Life Sci. R. Dublin Soc. = Journal of Life Sciences Royal Dublin Society -J. Liposome Res. = Journal of Liposome Research -J. Liq. Chromatogr. = Journal of Liquid Chromatography -J. Liq. Chromatogr. Rel. Technol. = Journal of Liquid Chromatography & Related Technologies -J. Long Term Effects Med. Implants = Journal of Long-Term Effects of Medical Implants -J. Loss Prev. Process Indust. = Journal of Loss Prevention in the Process Industries -J. Magn. Reson. = Journal of Magnetic Resonance -J. Magn. Reson. Imaging = Journal of Magnetic Resonance Imaging -J. Mamm. Evol. = Journal of Mammalian Evolution -J. Mammal. = Journal of Mammalogy -J. Manage. Eng. = Journal of Management in Engineering -J. Manage. Psychol. = Journal of Managerial Psychology -J. Mar. Atmos. Res. = Journal of marine and atmospheric research. Ernakulam -J. Mar. Biotechnol. = Journal of Marine Biotechnology -J. Mar. Res. = Journal of Marine Research -J. Mar. Sci. (Qingdao = Journal of marine science (Qingdao). Qingdao -J. Marit. Law Comm. = Journal of maritime law and commerce. Baltimore MD -J. Mass Spectrom. = Journal of Mass Spectrometry -J. Mater. Civ. Eng. = Journal of Materials in Civil Engineering -J. Mater. Sci. Mater. Med. = Journal of Materials Science: Materials in Medicine -J. Math. Biol. = Journal of Mathematical Biology -J. Mech. Strength = Journal of Mechanical Strength -J. Mech. Med. Biol. = Journal of Mechanics in Medicine and Biology -J. Med. Vet. Mycol. = Journal of Medical & Veterinary Mycology -J. Med. Eng. Technol. = Journal of Medical Engineering & Technology -J. Med. Entomol. = Journal of Medical Entomology -J. Med. Ethics = Journal of Medical Ethics -J. Med. Genet. = Journal of Medical Genetics -J. Med. Microbiol. = Journal of Medical Microbiology -J. Med. Sci. = Journal of Medical Sciences -J. Med. Syst. = Journal of Medical Systems -J. Med. Virol. = Journal of Medical Virology -J. Med. Chem. = Journal of Medicinal Chemistry -J. Med. Food = Journal of Medicinal Food -J. Med. Biochem. = Journal of Medicine and Biochemistry -J. Membr. Sci. = Journal of Membrane Science -J. Ment. Health Couns. = Journal of Mental Health Counseling -J. Microbiol. Methods = Journal of Microbiological Methods -J. Microbiol. Immunol. Infect. = Journal of Microbiology, Immunology and Infection -J. Microsc. = Journal of Microscopy (Oxford) -J. Mol. Biol. = Journal of Molecular Biology -J. Mol. Evol. = Journal of Molecular Evolution -J. Mol. Graphics = Journal of Molecular Graphics -J. Mol. Graphics Model. = Journal of Molecular Graphics & Modelling -J. Mol. Microbiol. Biotechnol. = Journal of Molecular Microbiology and Biotechnology -J. Mol. Neurosci. = Journal of Molecular Neuroscience -J. Mol. Struct. = Journal of Molecular Structure -J. Molluscan Stud. = Journal of Molluscan Studies -J. Morphol. = Journal of Morphology -J. Muscle Res. Cell Motil. = Journal of Muscle Research and Cell Motility -J. Musculoskelet. Neuron. Interact. = Journal of Musculoskeletal & Neuronal Interactions -J. Musculoskeletal Pain = Journal of Musculoskeletal Pain -J. Musculosketeletal Res. = Journal of Musculoskeletal Research -J. Mycol. Plant Pathol. = Journal of Mycology and Plant Pathology -J. Nanjing Inst. Meteorol./Nanjing Qixiang Xueyuan Xuebao = Journal of Nanjing Institute of Meteorology/Nanjing Qixiang Xueyuan Xuebao. Nanjing -J. Nanjing Univ. Aeronaut. Astronaut. = Journal of Nanjing University of Aeronautics & Astronautics -J. Nanjing Univ. Technol. (Nat. Sci. Ed. = Journal of Nanjing University of Technology (Natural Science Edition) -J. Natl. Fish. Univ. (Japan = Journal of National Fisheries University (Japan). Shimonoseki -J. Nat. Hist. = Journal of Natural History -J. Nat. Prod. = Journal of Natural Products -J. Nat. Remedies = Journal of Natural Remedies -J. Nat. Toxins = Journal of Natural Toxins -J. Nat. Conserv. = Journal of Nature Conservation -J. Navig. = Journal of Navigation -J. Nematol. = Journal of Nematology -J. Neural Transm. = Journal of Neural Transmission -J. Neuro-AIDS = Journal of Neuro-AIDS -J. Neurobiol. = Journal of Neurobiology -J. Neurochem. = Journal of Neurochemistry -J. Neurocytol. = Journal of Neurocytology -J. Neuroendocrinol. = Journal of Neuroendocrinology -J. Neurogenet. = Journal of Neurogenetics -J. Neuroimaging = Journal of Neuroimaging -J. Neuroimmunol. = Journal of Neuroimmunology -J. Neuropathol. Exp. Neurol. = Journal of Neuropathology & Experimental Neurology -J. Neurophysiol. = Journal of Neurophysiology -J. Neurosci. = Journal of Neuroscience -J. Neurosci. Methods = Journal of Neuroscience Methods -J. Neurosci. Res. = Journal of Neuroscience Research -J. Neurosurg. = Journal of Neurosurgery -J. Neurovirol. = Journal of Neurovirology -J. New Dev. Clin. Med. = Journal of New Developments in Clinical Medicine -J. New Seeds = Journal of New Seeds -J. NIH Res. = Journal of NIH Research -J. Nondestr. Eval. = Journal of Nondestructive Evaluation -J. Northwest Atl. Fish. Sci. = Journal of Northwest Atlantic fishery science. Dartmouth NS -J. Nucl. Mater. = Journal of Nuclear Materials -J. Nucl. Mater. Manage. = Journal of Nuclear Materials Management -J. Nutraceut. Funct. Med. Foods = Journal of Nutraceuticals, Functional & Medical Foods -J. Nutr. = Journal of Nutrition -J. Nutr. Elderly = Journal of Nutrition for the Elderly -J. Nutr. Recipe Menu Dev. = Journal of Nutrition in Recipe & Menu Development -J. Nutr. Environ. Med. = Journal of Nutritional & Environmental Medicine -J. Nutr. Sci. Vitaminol. = Journal of Nutritional Science and Vitaminology -J. Occup. Env. Hyg. = Journal of Occupational and Environmental Hygiene -J. Occup. Environ. Med. = Journal of Occupational and Environmental Medicine -J. Occup. Organ. Psychol. = Journal of Occupational and Organizational Psychology -J. Occup. Health Psychol. = Journal of Occupational Health Psychology -J. Occup. Rehabil. = Journal of Occupational Rehabilitation -J. Ocean Univ. Qingdao (Engl. Ed. Mar. Sci. = Journal of Ocean University of Qingdao (English Edition Marine Science) -J. Ocean Univ. Qingdao/Qingdao Haiyang Daxue Xuebao = Journal of Ocean University of Qingdao/Qingdao Haiyang Daxue Xuebao. Qingdao -J. Oceanogr. Taiwan Strait/Taiwan Haixia = Journal of oceanography in Taiwan Strait/Taiwan Haixia. Xiamen -J. Oceanogr. Huanghai Bohai Seas/Huangbohai Haiyang = Journal of oceanography of Huanghai and Bohai Seas/Huangbohai Haiyang. Qingdao -J. Oceanogr. = Journal of Oceanography. Tokyo -J. Offender Rehabil. = Journal of Offender Rehabilitation -J. Offshore Mech. Arct. Eng. Trans. ASME = Journal of Offshore Mechanics and Arctic Engineering. Transactions of the ASME -J. Optimal Nutr. = Journal of Optimal Nutrition -J. Oral Maxillofac. Surg. = Journal of Oral and Maxillofacial Surgery -J. Organ. Behav. Manage. = Journal of Organizational Behavior Management -J. Orthop. Sports Phys. Ther. = Journal of Orthopaedic & Sports Physical Therapy -J. Orth. Res. = Journal of Orthopaedic Research -J. Orthoptera Res. = Journal of Orthoptera Research -J. Paediatr. Child Health = Journal of Paediatrics and Child Health -J. Paleolimnol. = Journal of Paleolimnology -J. Paleontol. = Journal of Paleontology -J. Parasitol. = Journal of Parasitology -J. Pathol. = Journal of Pathology -J. Pediatr. Surg. = Journal of Pediatric Surgery -J. Perform. Constr. Facil. = Journal of Performance of Constructed Facilities -J. Perinatal Med. = Journal of Perinatal Medicine -J. Person. Assess. = Journal of Personality Assessment -J. Pestic. Sci., Japan = Journal of Pesticide Science, Japan -J. Pharm. Biomed. Anal. = Journal of Pharmaceutical and Biomedical Analysis -J. Pharm. Sci. = Journal of Pharmaceutical Sciences -J. Pharmacoepidemiol. = Journal of Pharmacoepidemiology -J. Pharmacol. Toxicol. Methods = Journal of Pharmacological and Toxicological Methods -J. Pharm. Pharmacol. = Journal of Pharmacy and Pharmacology -J. Photochem. Photobiol. B: Biol. = Journal of Photochemistry and Photobiology B: Biology -J. Phycol. = Journal of Phycology -J. Phys. Oceanogr. = Journal of Physical Oceanography -J. Phys. Earth = Journal of physics of the earth. Tokyo -J. Physiol. (Lond. = Journal of Physiology (London) -J. Physiol. (Paris = Journal of Physiology (Paris) -J. Phytopathol. = Journal of Phytopathology -J. Pineal Res. = Journal of Pineal Research -J. PLA Univ. Sci. Tech. (Nat. Sci. Ed. = Journal of PLA University of Science and Technology (Natural Science Edition)/Jiefangjun Ligong Daxue Xuebao -J. Plankton Res. = Journal of Plankton Research -J. Plant Growth Regul. = Journal of Plant Growth Regulation -J. Plant Nutr. = Journal of Plant Nutrition -J. Plant Nutr. Soil Sci. = Journal of Plant Nutrition and Soil Science -J. Plant Pathol. = Journal of Plant Pathology -J. Plant Physiol. = Journal of Plant Physiology -J. Plant Res. = Journal of Plant Research -J. Prehosp. Disaster Med. = Journal of Prehospital and Disaster Medicine -J. Pressure Vessel Technol. Trans. ASME = Journal of Pressure Vessel Technology. Transactions of the ASME -J. Primary Prev. = Journal of Primary Prevention -J. Prod. Agric. = Journal of Production Agriculture -J. Propul. Power = Journal of Propulsion and Power -J. Prosthet. Dent. = Journal of Prosthetic Dentistry -J. Prosthet. Orthotics = Journal of Prosthetics and Orthotics -J. Prosthodontics = Journal of Prosthodontics -J. Protein Chem. = Journal of Protein Chemistry -J. Public Health Med. = Journal of Public Health Medicine -J. Public Health Policy = Journal of Public Health Policy -J. Pyrotech. = Journal of Pyrotechnics -J. Qual. Assur. Hosp. Tourism = Journal of Quality Assurance in Hospitality & Tourism -J. Qual. Clin. Pract. = Journal of Quality in Clinical Practice -J. Radiat. Res. = Journal of Radiation Research -J. Radiol. Prot. = Journal of Radiological Protection -J. Recept. Signal Transduct. = Journal of Receptors and Signal Transduction -J. Reg. Anal. Policy = Journal of Regional Analysis & Policy -J. Reg. Sci. = Journal of Regional Science -J. Rehabil. Med. = Journal of Rehabilitation Medicine -J. Rehabil. Res. Dev. = Journal of Rehabilitation Research and Development -J. Reprod. Immunol. = Journal of Reproductive Immunology -J. Res. Adolesc. = Journal of Research on Adolescence -J. Res. Lepid. = Journal of Research on the Lepidoptera -J. Saf. Res. = Journal of Safety Research -J. Sch. Health = Journal of School Health -J. School Violence = Journal of School Violence -J. Sci. Med. Sport = Journal of Science and Medicine in Sport -J. Sci. Hiroshima Univ. (B. 2 Bot. = Journal of science of the Hiroshima University. Series B. Division 2. Botany. Hiroshima -J. Sci., Islamic Repub. Iran = Journal of Sciences, Islamic Republic of Iran -J. Sci. Ind. Res. = Journal of scientific and industrial research. New Delhi -J. Sediment. Res. (B Stratigr. Global Stud. = Journal of Sedimentary Research Section B: Stratigraphy and Global Studies -J. Seismol. = Journal of Seismology -J. Shandong Univ. Sci. Technol. (Nat. Sci. = Journal of Shandong University of Science and Technology (Natural Science)/Shandong Keji Daxue Xuebao (Ziran Kexueban) -J. Shellfish Res. = Journal of Shellfish Research -J. Shenyang Archit. Civ. Eng. Univ. = Journal of Shenyang Architecture and Civil Engineering University -J. Ship Res. = Journal of Ship Research -J. Sleep Res. = Journal of Sleep Research -J. Soc. Welfare Fam. Law = Journal of Social Welfare and Family Law -J. Soil Sci. = Journal of Soil Science -J. Soils Sed. = Journal of Soils and Sediments -J. Solid Waste Technol. Manage. = Journal of Solid Waste Technology and Management -J. Sound Vibrat. = Journal of Sound and Vibration -J. Sound Vib. = Journal of sound and vibration. London -J. South Asian Nat. Hist. = Journal of South Asian Natural History -J. S. China Agric. Univ. (Nat. Sci. Ed. = Journal of South China Agricultural University (Natural Science Edition) -J. South Chin. Norm. Univ. (Nat. Sci. Ed. = Journal of South China Normal University (Natural Science Edition)/Huanan Shifan Daxue Xuebao (Ziran Kexue Ban) -J. Spacecraft Rockets = Journal of Spacecraft and Rockets -J. Sport Exerc. Psychol. = Journal of Sport & Exercise Psychology -J. Sport Soc. Iss. = Journal of Sport and Social Issues -J. Sport Rehab. = Journal of Sport Rehabilitation -J. Sports Chiro. Rehab. = Journal of Sports Chiropractic & Rehabilitation -J. Sports Sci. = Journal of Sports Sciences -J. Sports Sci. = Journal of Sports Sciences -J. Sports Trauma. = Journal of Sports Traumatology -J. Steroid Biochem. Mol. Biol. = Journal of Steroid Biochemistry & Molecular Biology -J. Stored Prod. Res. = Journal of Stored Products Research -J. Strain Anal. Eng. Des. = Journal of Strain Analysis for Engineering Design -J. Struct. Biol. = Journal of structural biology. New York NY -J. Struct. Control = Journal of Structural Control -J. Struct. Eng. = Journal of Structural Engineering -J. Stud. Alcohol = Journal of Studies on Alcohol -J. Subst. Abuse = Journal of Substance Abuse -J. Subst. Abuse Treat. = Journal of Substance Abuse Treatment -J. Subst. Misuse = Journal of Substance Misuse -J. Subst. Use = Journal of Substance Use -J. Surg. Res. = Journal of Surgical Research -J. Surv. Eng. = Journal of Surveying Engineering -J. Sustainable Agric. = Journal of Sustainable Agriculture -J. Taiwan Fish. Res. = Journal of Taiwan fisheries research. Keelung -J. Terramech. = Journal of Terramechanics -J. Acoust. Soc. Am. = Journal of the Acoustical Society of America -J. Acoust. Soc. Am. (Suppl. = Journal of the Acoustical Society of America. Supplement. New York NY -J. Air Waste Manage. Assoc. = Journal of the Air & Waste Management Association -J. Ala. Acad. Sci. = Journal of the Alabama Academy of Science -J. Am. Acad. Psychoanal. = Journal of the American Academy of Psychoanalysis -J. Am. Chem. Soc. = Journal of the American Chemical Society -J. Am. Coll. Cardiol. = Journal of the American College of Cardiology -J. Am. Coll. Toxicol. = Journal of the American College of Toxicology -J. Am. Diet. Assoc. = Journal of the American Dietetic Association -J. Am. Geriatr. Soc. = Journal of the American Geriatrics Society -J. Am. Med. Assoc. = Journal of the American Medical Association -J. Am. Med. Inf. Assoc. = Journal of the American Medical Informatics Association -J. Am. Med. Women's Assoc. = Journal of the American Medical Women's Association -J. Am. Mosq. Control Assoc. = Journal of the American Mosquito Control Association -J. Am. Oil Chem. Soc. = Journal of the American Oil Chemists' Society -J. Am. Optom. Assoc. = Journal of the American Optometric Association -J. Am. Soc. Hort. Sci. = Journal of the American Society for Horticultural Science -J. Am. Soc. Inf. Sci. = Journal of the American Society for Information Science -J. Am. Soc. Mass Spectrom. = Journal of the American Society for Mass Spectrometry -J. Am. Vet. Med. Assoc. = Journal of the American Veterinary Medical Association -J. Am. Water Works Assoc. = Journal of the American Water Works Association -J. Andaman Sci. Assoc. = Journal of the Andaman Science Association. Port Blair -J. Assoc. Nurses AIDS Care = Journal of the Association of Nurses in AIDS Care -J. Astronaut. Sci. = Journal of the Astronautical Sciences -J. Aust. Entomol. Soc. = Journal of the Australian Entomological Society -J. Aust. Entomol. Soc. = Journal of the Australian Entomological Society. Indooroopilly -J. Auton. Nerv. Syst. = Journal of the Autonomic Nervous System -J. Bombay Nat. Hist. Soc. = Journal of the Bombay Natural History Society. Bombay -J. Can. Assoc. Radiol. = Journal of the Canadian Association of Radiologists -J. Can. Dent. Assoc. = Journal of the Canadian Dental Association -J. Chem. Soc. Lond. Faraday Trans. 2 = Journal of the Chemical Society, London. Faraday transactions 2. London -J. Chin. Railway Soc. = Journal of the China Railway Society -J. Chin. Inst. Eng. = Journal of the Chinese Institute of Engineers -J. Chin. Soc. Anim. Sci. = Journal of the Chinese Society of Animal Science -J. Coll. Physicians Surg. Pak. = Journal of the College of Physicians and Surgeons, Pakistan -J. Elisha Mitchell Sci. Soc. = Journal of the Elisha Mitchell Scientific Society. Chapel Hill NC -J. Entomol. Res. Soc. = Journal of the Entomological Research Society -J. Entomol. Soc. B. C. = Journal of the Entomological Society of British Columbia -J. Entomol. Soc. Ont. = Journal of the Entomological Society of Ontario -J. Exp. Anal. Behav. = Journal of the Experimental Analysis of Behavior -J. Fac. Agric. Kyushu Univ. = Journal of the Faculty of Agriculture, Kyushu University -J. Fac. Sci. Tokyo Univ. (3 Bot. = Journal of the Faculty of Science, Tokyo University. Section 3: Botany. Tokyo -J. Fac. Vet. Med. Univ. Tehran = Journal of the Faculty of Veterinary Medicine, University of Tehran -J. Fish. Soc. Taiwan = Journal of the Fisheries Society of Taiwan -J. Food Hyg. Soc. Japan = Journal of the Food Hygienic Society of Japan -J. Formosan Med. Assoc. = Journal of the Formosan Medical Association -J. Geol. Soc. India = Journal of the Geological Society of India. Bangalore -J. Geol. Soc. Japan = Journal of the Geological Society of Japan. Tokyo -J. Geol. Soc. Lond. = Journal of the Geological Society of London. London -J. Indian Fish. Assoc. = Journal of the Indian Fisheries Association. Bombay -J. Indian Inst. Sci. = Journal of the Indian Institute of Science. Bangalore -J. Inland Fish. Soc. India = Journal of the Inland Fisheries Society of India. Barrackpore -J. Iowa Acad. Sci. = Journal of the Iowa Academy of Science -J. Japan Inst. Navig. = Journal of the Japan Institute of Navigation. Tokyo -J. Jpn. Soc. Mech. Eng. = Journal of the Japan Society of Mechanical Engineers -J. Kansai Soc. Nav. Archit. Japan = Journal of the Kansai Society of Naval Architects Japan. Suita -J. Kans. Entomol. Soc. = Journal of the Kansas Entomological Society -J. Ky. Acad. Sci. = Journal of the Kentucky Academy of Science -J. Korean Fish. Soc. = Journal of the Korean Fisheries Society. Pusan -J. Korean Soc. Plast. Reconstr. Surg. = Journal of the Korean Society of Plastic and Reconstructive Surgeons -J. Lepid. Soc. = Journal of the Lepidopterists Society -J. Malacol. Soc. Aust. = Journal of the Malacological Society of Australia -J. Malacol. Soc. Aust. = Journal of the Malacological Society of Australia. Melbourne -J. Mar. Biol. Assoc. India = Journal of the Marine Biological Association of India. Cochin -J. Mar. Biol. Assoc. U.K. = Journal of the Marine Biological Association of the United Kingdom -J. Mar. Biol. Assoc. U.K. = Journal of the Marine Biological Association of the United Kingdom. Plymouth -J. Med. Assoc. Ga. = Journal of the Medical Association of Georgia -J. Mine Vent. Soc. S. Afr. = Journal of the Mine Ventilation Society of South Africa -J. Natl. Aquat. Resour. Agency (Sri Lanka = Journal of the National Aquatic Resources Agency (Sri Lanka). Colombo -J. Natl. Cancer Inst. = Journal of the National Cancer Institute -J. Natl. Med. Assoc. = Journal of the National Medical Association -J. Natl. Sci. Counc. Sri Lanka = Journal of the National Science Council of Sri Lanka -J. Natl. Sci. Found. Sri Lanka = Journal of the National Science Foundation of Sri Lanka -J. Neurol. Sci. = Journal of the Neurological Sciences -J. N. Y. Entomol. Soc. = Journal of the New York Entomological Society -J. N. Am. Benthol. Soc. = Journal of the North American Benthological Society -J. Oceanol. Soc. Korea = Journal of the Oceanological Society of Korea. Seoul -J. R. Coll. Physicians Lond. = Journal of the Royal College of Physicians of London -J. R. Soc. Chem. Perkin Trans. 1 = Journal of the Royal Society of Chemistry. Perkin transactions 1. London -J. R. Soc. Chem. Perkin Trans. 2 = Journal of the Royal Society of Chemistry. Perkin transactions 2. London -J. R. Soc. Med. = Journal of the Royal Society of Medicine -J. R. Soc. N. Z. = Journal of the Royal Society of New Zealand -J. R. Soc. N.Z. (Zool. = Journal of the Royal Society of New Zealand. Zoology. Wellington -J. Sch. Mar. Sci. Technol. Tokai Univ. = Journal of the School of Marine Science and Technology, Tokai University. Shimizu -J. Sci. Food Agric. = Journal of the Science of Food and Agriculture -J. Soc. Underwat. Technol. Lond. = Journal of the Society for Underwater Technology, London. London -J. Soc. Nav. Archit. Japan = Journal of the Society of Naval Architects of Japan. Tokyo -J. S. Afr. Inst. Civ. Eng. = Journal of the South African Institution of Civil Engineering -J. Taiwan Mus. = Journal of the Taiwan Museum -J. Tenn. Acad. Sci. = Journal of the Tennessee Academy of Science -J. Tokyo Univ. Fish. = Journal of the Tokyo University of Fisheries. Tokyo -J. Torrey Bot. Soc. = Journal of the Torrey Botanical Society -J. Ukr. Entomol. Soc. = Journal of the Ukrainian Entomological Society -J. Univ. Kuwait (Sci. = Journal of the University of Kuwait (science). Kuwait -J. Wash. Acad. Sci. = Journal of the Washington Academy of Sciences -J. World Aquacult. Soc. = Journal of the World Aquaculture Society -J. Zool. Soc. India = Journal of the Zoological Society of India. Calcutta -J. Theor. Biol. = Journal of Theoretical Biology -J. Therm. Biol. = Journal of Thermal Biology -J. Thromb. Thrombolysis = Journal of Thrombosis and Thrombolysis -J. Tianjin Univ./Tianjin Daxue Xuebao = Journal of Tianjin University/Tianjin Daxue Xuebao. Tianjin -J. Toxicol. Environ. Health = Journal of Toxicology and Environmental Health -J. Toxicol. Environ. Health, A = Journal of Toxicology and Environmental Health, Part A -J. Toxicol. Environ. Health, A: Curr. Iss. = Journal of Toxicology and Environmental Health, Part A: Current Issues -J. toxicol. Environ. Health, Pt.B = Journal of Toxicology and Environmental Health, Part B -J. Toxicol.: Clin. Toxicol. = Journal of Toxicology: Clinical Toxicology -J. Toxicol.: Cutaneous Ocular Toxicol. = Journal of Toxicology: Cutaneous and Ocular Toxicology -J. Toxicol.: Toxin Rev. = Journal of Toxicology: Toxin Reviews -J. Transp. Geogr. = Journal of Transport Geography -J. Transp. Eng. = Journal of Transportation Engineering -J. Trauma = Journal of Trauma -J. Trauma Pract. = Journal of Trauma Practice -J. Traum. Stress = Journal of Traumatic Stress -J. Travel Med. = Journal of Travel Medicine -J. Trop. Ecol. = Journal of Tropical Ecology -J. Trop. Meteorol./Redai Qixiang Xuebao = Journal of tropical meteorology/Redai Qixiang Xuebao. Beijing -J. Trop. Pediatr. = Journal of Tropical Pediatrics -J. Tsinghua Univ. Sci. Technol. = Journal of Tsinghua University Science and Technology -J. Turkish Phytopathol. = Journal of Turkish Phytopathology -J. Urban Health = Journal of Urban Health -J. Urban Plann. Dev. = Journal of Urban Planning and Development -J. Venom. Anim. Toxins = Journal of Venomous Animals and Toxins -J. Venom. Anim. Tox. incl. Trop. Dis. = Journal of Venomous Animals and Toxins including Tropical Diseases -J. Vert. Paleontol. = Journal of Vertebrate Paleontology -J. Vestibular Res.: Equilibrium Orient. = Journal of Vestibular Research: Equilibrium & Orientation -J. Vet. Med. B/Zentralbl. Veterinaermed. Reihe B = Journal of Veterinary Medicine B/Zentralblatt fuer Veterinaermedizin Reihe B -J. Vibrat. Acoust. Trans. ASME = Journal of Vibration and Acoustics. Transactions of the ASME -J. Vibrat. Control = Journal of Vibration and Control -J. Viral Hepatitis = Journal of Viral Hepatitis -J. Virol. Methods = Journal of Virological Methods -J. Virol. = Journal of Virology -J. Water Health = Journal of Water and Health -J. Water Wastewat. Res. = Journal of water and wastewater research. -J. Waterway Port Coast. Ocean Eng. = Journal of Waterway, Port, Coastal and Ocean Engineering -J. West Afr. Fish. = Journal of West African fisheries. Lagos -J. Whiplash Related Disord. = Journal of Whiplash and Related Disorders -J. Wildl. Dis. = Journal of Wildlife Diseases -J. Wildl. Manage. = Journal of Wildlife Management -J. Women Aging = Journal of Women & Aging -J. Women's Health = Journal of Women's Health -J. Women's Health Gender-Based Med. = Journal of Women's Health & Gender-Based Medicine -J. Xiamen Fish. Coll./Xiamen Shuichan Xueyuan Xuebao = Journal of Xiamen Fisheries College/Xiamen Shuichan Xueyuan Xuebao. Xiamen -J. Xiamen Univ. (Nat. Sci. = Journal of Xiamen University. Natural science/Xiamen Daxue Xuebao. Xiamen -J. Zhanjiang Ocean Univ./Zhanjiang Haiyang Daxue Xuebao = Journal of Zhanjiang Ocean University/Zhanjiang Haiyang Daxue Xuebao. Zhanjiang -J. Zhejiang Agric. Univ. = Journal of Zhejiang Agricultural University -J. Zhejiang Coll. Fish./Zhejiang Shuichan Xueyuan Xuebao = Journal of Zhejiang College of Fisheries/Zhejiang Shuichan Xueyuan Xuebao. Zhoushan -J. Zhejiang Univ. (Agric. Life Sci. = Journal of Zhejiang University (Agriculture and Life Sciences) -J. Zoo Wildl. Med. = Journal of Zoo and Wildlife Medicine -J. Zool. Syst. Evol. Res. = Journal of Zoological Systematics and Evolutionary Research -J. Zool. Syst. Evol. Res. = Journal of zoological systematics and evolutionary research -J. Zool. = Journal of Zoology -J. Zool. (Ser. A = Journal of zoology. Series A. London -J. Japan Soc. Biosci. Biotechnol. Agrochem. = Journal. Japan Society for Bioscience, Biotechnology and Agrochemistry. Tokyo -JSME Int. J. Ser. C = JSME International Journal, Series C -Jurnal Penelitian Perikanan Laut/J. Mar. Fish. Res. = Jurnal penelitian perikanan laut/Journal of marine fisheries research. Jakarta -Kaigai Suisan Sosho = Kaigai suisan sosho. Tokyo -Kat. Kollekt. Zool. Muz. NNPM NAN Ukr./Cat. Zool. Mus. Natl. Nat. Hist. Mus. Ukr. Acad. Sci. = Katalog Kollektsyj Zoologicheskogo Muzeya NNPM NAN Ukrainy/Catalogue of the Zoological Museum, National Natural History Museum, Ukrainian Academy of Sciences. Kiev -Kavaka, Trans. Mycol. Soc. India = Kavaka, Transactions of the Mycological Society of India -Kenya Aquat. = Kenya aquatica. Mombasa -Kenya J. Sci. (A Phys. Chem. Sci. = Kenya journal of sciences. Series A. Physical and chemical sciences. Nairobi -Kenya J. Sci. (B Biol. Sci. = Kenya journal of sciences. Series B. Biological sciences. Nairobi -KEY Indic. Sea Fish Ind. Auth. = KEY indicators. Sea Fish Industry Authority. Edinburgh -Key Geophys. Rec. Doc. = Key to geophysical records documentation. Rockville MD -Key Meteorol. Rec. Doc. = Key to meteorological records documentation. Washington DC -Key Oceanogr. Rec. Doc. = Key to oceanographic records documentation. Rockville MD -Khim. Tekhnol. Vody = Khimiya i tekhnologiya vody. Kiev -Kiel. Meeresforsch. (Sonderh. = Kieler Meeresforschungen. Sonderheft. Kiel -KISR Tech. Rep. = KISR technical report. Safat -Klapalekiana = Klapalekiana -Klin. Paediatr. = Klinische Paediatrie -Koedoe = Koedoe -Kogane = Kogane -Koleopterol. Rundsch. = Koleopterologische Rundschau -Korean J. Entomol. = Korean Journal of Entomology -Korean J. Limnol. = Korean journal of limnology. Seoul -Korr. Figyelo = Korrozios Figyelo -Kromosomo = Kromosomo -Kueste = Kuste. Heide -Kuwait Bull. Mar. Sci. = Kuwait bulletin of marine science. Salmiya -Kuwait J. Sci. Eng. = Kuwait Journal of Science & Engineering -Lab. Invest. = Laboratory Investigation -Lab. Leafl. Dir. Fish. Res. (G.B. = Laboratory leaflet. Directorate of Fisheries Research (Gt.Brit.). Lowestoft -Lake Reserv. Manage. = Lake and Reservoir Management -Lake Champlain Basin Study = Lake Champlain Basin Study. Burlington VT -Lake Erie Fish. Assess. Unit Rep. = Lake Erie Fisheries Assessment Unit report. Toronto ON -Lake Nipissing Fish. Assess. Unit Rep. = Lake Nipissing Fisheries Assessment Unit report. Toronto ON -Lake of the Woods - Rainy Lake Fish. Assess. Unit Rep. = Lake of the Woods - Rainy Lake Fisheries Assessment Unit report. Toronto ON -LakeLine = LakeLine -Lakes Reserv.: Res. Manage. = Lakes & Reservoirs: Research and Management -Lakes Lett. = Lakes Letter -Lakeside/Bord Lac = Lakeside/Au bord du lac. Kigoma -Lakse- Sjoeaurefiske/Salmon Trout Fish. = Lakse- og Sjoeaurefiske/Salmon and Trout Fisheries -Lambillionea = Lambillionea -Lammergeyer = Lammergeyer. Pietermaritzburg -Lancet = Lancet -Lancet Infect. Dis. = Lancet Infectious Diseases -Land Water Law Rev. = Land and Water Law Review -Land- Forstwirtsch. Fisch. (Fachser. 3 Reihe 4.5. Hochsee- Kuestenfisch. Bodenseefisch. = Land- und Forstwirtschaft, Fischerei. Fachserie 3. Reihe 4.5. Hochsee- und Kustenfischerei; Bodenseefischerei. Stuttgart -Landing Place Surv. Dep. Fish. (Thail. = Landing place survey. Department of Fisheries (Thailand). Bangkok -Landscape Urban Plann. = Landscape and Urban Planning -Landscape Ecol. = Landscape Ecology -Landscope = Landscope. Como -Lasers Eng. = Lasers in Engineering -Lasers Surg. Med. = Lasers in Surgery and Medicine -Lasers Life Sci. = Lasers in the Life Sciences -Latv. Zinat. Akad. Vestis (B = Latvijas Zinatnu Akademijas vestis. Dala B/Proceedings of the Latvian Academy of Sciences. Section B. Riga -Lauterbornia = Lauterbornia -Lav., Soc. Veneziana Sci. Nat. = Lavori, Societa Veneziana di Scienza Naturali -Law Sea Bull. = Law of the Sea bulletin. New York NY -Law Q. Rev. = Law Quarterly Review -Laxforskningsinst. Medd. = Laxforskningsinstitutet meddelande. Alvkarleby -Learn. Memory = Learning & Memory -Learn. Motiv. = Learning and Motivation -Leban. Sci. Bull. = Lebanese science bulletin. Batroun -Legal Med. = Legal Medicine -Lepid. News = Lepidoptera News -Lethaia = Lethaia -Lett. Appl. Microbiol. = Letters in Applied Microbiology -Lett. Math. Phys. = Letters in Mathematical Physics -Leukemia = Leukemia -Leuk. Lymphoma = Leukemia & Lymphoma -Leukemia Res. = Leukemia Research -Levantina = Levantina. Haifa -Libellula = Libellula -Libros Univ. Univ. Auton. Baja Calif. Sur (Didact. = Libros universitarios. Universidad Autonoma de Baja California Sur. Serie didactica. La Paz -Lichenologist = Lichenologist -Liebigs Ann.: Org. Bioorg. Chem. = Liebigs Annalen: Organic and Bioorganic Chemistry -Liet. Moksl./Sci. Arts Lith. = Lietuvos mokslas/Science and arts of Lithuania. Vilnius -Life Sci. Res. = Life Science Research -Life Sci. = Life Sciences -Life. Sci. Contrib. R. Ont. Mus. = Life sciences contributions. Royal Ontario Museum. Toronto ON -Life Sci. Misc. Publ. R. Ont. Mus. = Life sciences miscellaneous publications. Royal Ontario Museum. Toronto ON -Life Sci. Occas. Pap. R. Ont. Mus. = Life sciences occasional papers. Royal Ontario Museum. Toronto ON -Lilloa = Lilloa. Tucuman -Limnetica = Limnetica -Limnobios = Limnobios. La Plata -Limnologica = Limnologica -Limnologica = Limnologica. Jena -Limnol. Aktuell = Limnologie aktuell. Stuttgart -Limnology = Limnology -Limnology = Limnology -Limnol. Oceanogr. = Limnology and Oceanography -Limnol. Oceanogr. Methods = Limnology and Oceanography: Methods -Linn. Belg. = Linneana Belgica -Lipids = Lipids -List Fish. Vessels NAFO = List of fishing vessels. Northwest Atlantic Fisheries Organization. Dartmouth NS -Lithos = Lithos -Livestock Int. = Livestock International -Local Environ. = Local Environment -La. Agric. = Louisiana Agriculture -La. Conserv. = Louisiana conservationist. Baton Rouge LA -Lowell Wakefield Fish. Symp. Ser. = Lowell Wakefield Fisheries Symposium Series -LTR Newsl. = LTR newsletter. Bujumbura -Luminescence = Luminescence -Lung = Lung -LUPUS = Lupus -Mach. Learning = Machine Learning -Madrono = Madrono -Magn. Reson. Imaging = Magnetic Resonance Imaging -Magn. Reson. Med. = Magnetic Resonance in Medicine -Magy. Allatorv. Lapja = Magyar Allatorvosok Lapja -Malacologia = Malacologia -Malay. Nat. J. = Malayan Nature Journal -Malay. J. Sci. Ser. B = Malaysian Journal of Science Series B -Maldives Mar. Res. Bull. = Maldives marine reseach bulletin. Male -Mamm. Rev. = Mammal Review -Mammalia = Mammalia -Mamm. Genome = Mammalian Genome -Mammalian Species = Mammalian Species -Manage. Data Ser. Parks Wildl. Dep. (Tex. = Management data series. Parks and Wildlife Department (Texas). Austin TX -Manejo Fauna Publ. Tec. = Manejo de fauna. Publicaciones tecnicas. Salta -Mangroves Salt Marshes = Mangroves and Salt Marshes -Man. Univ. Univ. Auton. Baja Calif. Sur (Didact. = Manuales universitarios. Universidad Autonoma de Baja California Sur. Serie didactica. La Paz -Man. Guides IOC = Manuals and guides. Intergovernmental Oceanographic Commission. Paris -Manuf. Syst. = Manufacturing Systems -Map Chart Ser. Geol. Soc. Am. = Map and chart series. Geological Society of America. Boulder CO -MAP Tech. Rep. Ser. = MAP technical reports series. Athens -Mar. Mesop. = Marina mesopotamica. Basrah -Mar. Freshwat. Res. = Marine & Freshwater Research -Mar. Advis. Bull. Fla. Sea Grant Coll. Program = Marine advisory bulletin. Florida Sea Grant College Program. Gainesville FL -Mar. Advis. Bull. Univ. Alaska Sea Grant Program = Marine advisory bulletin. University of Alaska Sea Grant Program. Fairbanks AK -Mar. Freshwat. Behav. Physiol. = Marine and Freshwater Behaviour and Physiology -Mar. Freshwat. Res. = Marine and freshwater research. Melbourne -Mar. Pet. Geol. = Marine and Petroleum Geology -Mar. Biol. = Marine Biology -Mar. Biol. = Marine biology. Berlin, Heidelberg -Mar. Biotechnol. = Marine Biotechnology -Mar. Bull. R.I. Univ. Sea Grant Program = Marine bulletin. Rhode Island University Sea Grant Program. Kingston RI -Mar. Chem. = Marine Chemistry -Mar. Conserv. Dev. Rep. = Marine conservation and development report. Gland -Mar. Ecol. = Marine Ecology -Mar. Ecol. Prog. Ser. = Marine Ecology Progress Series -Mar. Ecol. Prog. Ser. = Marine ecology progress series. Oldendorf -Mar. Ecol. = Marine ecology. Berlin -Mar. Environ. Res. = Marine Environmental Research -Mar. Environ. Res. = Marine environmental research. London -Mar. Environ. Sci./Haiyang Huanjing Kexue = Marine environmental science/Haiyang Huanjing Kexue. Dalian -Mar. Ext. Bull. Ga. Sea Grant Coll. Program = Marine extension bulletin. Georgia Sea Grant College Program. Athens GA -Mar. Fish. Inf. Serv. Tech. Ext. Ser. = Marine Fisheries Information Service technical and extension series. Cochin -Mar. Fish. Res./Haiyang Shuichan Yanjiu = Marine fisheries research/Haiyang Shuichan Yanjiu. Qingdao -Mar. Fish. Rev. = Marine Fisheries Review -Mar. Fish. Stat. Dep. Fish. (Thail. = Marine fisheries statistics. Department of Fisheries (Thailand). Bangkok -Mar. Fish./Haiyang Yuye = Marine fisheries/Haiyang Yuye. Shanghai -Mar. Forecasts/Haiyang Yubao = Marine forecasts/Haiyang Yubao. Beijing -Mar. Geol. = Marine Geology -Mar. Geol. Quatern. Geol./Haiyang Dizhi Yu Disiji Dizhi. = Marine geology and Quaternary geology/Haiyang Dizhi Yu Disiji Dizhi. Qingdao -Mar. Invert. Scandinavia = Marine Invertebrates of Scandinavia -Mar. Issues Comm. Spec. Publ. = Marine Issues Committee special publication. Halifax NS -Mar. Life = Marine life. Marseille -Mar. Mamm. Sci. = Marine Mammal Science -Mar. Memo. Ser. R.I. Univ. Sea Grant Program = Marine memorandum series. Rhode Island University Sea Grant Program. Kingston RI -Mar. Micropaleontol. = Marine Micropaleontology -Mar. Models Electron. Rec. = Marine Models Electronic Record -Mar. Models Online = Marine Models Online -Mar. Obs. = Marine observer. London -Mar. Ornithol. = Marine Ornithology -Mar. Policy = Marine Policy -Mar. Pollut. Bull. = Marine Pollution Bulletin -Mar. Prod. Export Rev. = Marine products export review. Cochin -Mar. Propul. Int. = Marine Propulsion International -Mar. Res. Indones. = Marine Research in Indonesia -Mar. Res. Indones. = Marine research in Indonesia. Jakarta -Mar. Res. = Marine research. Karachi -Mar. Resour. Bull. = Marine resource bulletin. Gloucester Point VA -Mar. Resour. Econ. = Marine Resource Economics -Mar. Sanctuaries Conserv. Ser. = Marine Sanctuaries Conservation Series -Mar. Sci. Bull./Haiyang Tongbao = Marine science bulletin/Haiyang Tongbao. Tianjin -Mar. Sci. Ctry Profiles = Marine science country profiles. Paris -Mar. Sci./Haiyang Kexue = Marine sciences/Haiyang Kexue. Qingdao -Mar. Sci. = Marine Scientist -Mar. Struct. = Marine Structures -Mar. Tech. Rep. Ser. R.I. Univ. Sea Grant Program = Marine technical report series. Rhode Island University Sea Grant Program. Kingston RI -Mar. Technol. Soc. J. = Marine Technology Society Journal -Mar. Turtle Newsl. = Marine Turtle Newsletter -Marit. Policy Manage. = Maritime Policy & Management -Maritimes = Maritimes -Marron Grow. Bull. = Marron growers bulletin. Darlington -Mater. Handl. Eng. = Material Handling Engineering -Mater. Handl. Manage. = Material Handling Management -Mater. Struct. = Materials and Structures -Mater. Perform. = Materials Performance -Mater. Sci. Eng. C Biomimetic Supramol. Syst. = Materials Science & Engineering C: Biomimetic and Supramolecular Systems -Math. Comput. Model. = Mathematical and Computer Modelling -Math. Biosci. = Mathematical Biosciences -Math. Med. Biol. = Mathematical Medicine and Biology -Math. Model. Syst. = Mathematical Modelling of Systems -Math. Models Methods Appl. Sci. = Mathematical Models & Methods in Applied Sciences -Mausam = Mausam. New Delhi -Maydica = Maydica -Mech. Eng. = Mechanical Engineering -Medd. Havsfiskelab. Lysekil = Meddelande fran Havsfiskelaboratoriet, Lysekil. Lysekil -Med. Sport Act. Phys. (Medispor = Medecine du sport et des activites physiques (medispor). Paris -Med. Pediatr. Oncol. = Medical and Pediatric Oncology -Med. Vet. Entomol. = Medical and Veterinary Entomology -Med. Entomol. Zool. = Medical Entomology and Zoology -Med. Image Anal. = Medical Image Analysis -Med. J. Aust. = Medical Journal of Australia -Med. Microbiol. Immunol. = Medical Microbiology and Immunology -Med. Microbiol. Lett. = Medical Microbiology Letters -Med. Sci. Res. = Medical Science Research -Med. Paliativa = Medicina Paliativa -Med. Global Survival = Medicine & Global Survival -Med. Sci. Sports Exerc. = Medicine & Science in Sports & Exercise -Med., Conflict Survival = Medicine, Conflict and Survival -Medio Ambiente = Medio ambiente. Valdivia -Med. Klin. = Medizinische Klinik -Medsubhyp Int. = Medsubhyp international. Marseille -Meereskd. Beob. Ergeb. = Meereskundliche Beobachtungen und Ergebnisse. Hamburg -Meereswiss. Ber./Mar. Sci. Rep. = Meereswissenschaftliche Berichte/Marine scientific reports. Warnemunde -Mekong Fish Catch Cult. = Mekong fish catch and culture. Bangkok -Melanoma Res. = Melanoma Research -Membr. Cell Biol./Biolog. Memb. = Membrane & Cell Biology/Biologicheskie Membrany -Mem. DEA Sci. Vie Pharmacol. Cent. Noumea ORSTOM = Memoires de DEA. Sciences de la vie. Pharmacologie. Centre de Noumea, ORSTOM. Noumea -Mem. Inst. Oceanogr. Monaco = Memoires de l'Institut oceanographique, Monaco. Monaco -Mem. Soc. Vaud. Sci. Nat. = Memoires de la Societe Vaudoise des Science Naturelles -Mem. Stage Biol. Mar. Cent. Noumea ORSTOM = Memoires de stage. Biologie marine. Centre de Noumea, ORSTOM. Noumea -Mem. Stage Oceanogr. Cent. Noumea ORSTOM = Memoires de stage. Oceanographie. Centre de Noumea, ORSTOM. Noumea -Mem. Lab. Geomorphol. Ec. Prat. Hautes Etud. Dinard = Memoires du Laboratoire de Geomorphologie de l'Ecole pratique des hautes Etudes, Dinard. Dinard -Mem. Mus. Natl. Hist. Nat. (France = Memoires du Museum national d'Histoire naturelle (France). Paris -Mem. Inst. Fr. Rech. Sci. Dev. Coop. = Memoires. Institut francais de Recherche scientifique pour le Developpement en Cooperation. Paris -Mem. Am. Entomol. Inst. = Memoirs of the American Entomological Institute -Mem. Am. Entomol. Soc. = Memoirs of the American Entomological Society -Mem. Coll. Agric. Natl. Taiwan Univ. = Memoirs of the College of Agriculture National Taiwan University -Mem. Entomol. Soc. Can. = Memoirs of the Entomological Society of Canada -Mem. Entomol. Soc. Wash. = Memoirs of the Entomological Society of Washington -Mem. Fac. Agric. Kinki Univ. = Memoirs of the Faculty of Agriculture of Kinki University. Higashiosaka -Mem. Fac. Fish. Hokkaido Univ. = Memoirs of the Faculty of Fisheries, Hokkaido University -Mem. Fac. Fish. Kagoshima Univ. = Memoirs of the Faculty of Fisheries, Kagoshima University. Kagoshima -Mem. Grad. Sch. Fish. Sci., Hokkaido Univ. = Memoirs of the Graduate School of Fisheries Sciences, Hokkaido University -Mem. Hourglass Cruises = Memoirs of the Hourglass Cruises. St. Petersburg -Mem. Queensl. Mus. = Memoirs of the Queensland Museum -Mem. Queensl. Mus. = Memoirs of the Queensland Museum. Brisbane -Mem. Natl. Inst. Polar Res. (Japan = Memoirs. National Institute of Polar Research (Japan). Series B. Meteorology. Tokyo -Mem. Natl. Inst. Polar Res. (Japan = Memoirs. National Institute of Polar Research (Japan). Series C. Earth sciences. Tokyo -Mem. Natl. Inst. Polar Res. (Japan = Memoirs. National Institute of Polar Research (Japan). Series D. Oceanography. Tokyo -Mem. Natl. Inst. Polar Res. (Japan = Memoirs. National Institute of Polar Research (Japan). Series E. Biology and medical science. Tokyo -Memo. Rep. U.S. Nav. Res. Lab. = Memorandum report. U.S. Naval Research Laboratory. Washington DC -Mem. Univ. Nfld. Occas. Pap. Biol. = Memorial University of Newfoundland occasional papers in biology. St. John's NF -Mem. Asoc. Latinoam. Acuicult. = Memorias de la Asociacion Latinoamericana de Acuicultura. Valdivia -Mem. R. Soc. Esp. Hist. Nat. = Memorias de la Real Sociedad Espanola de Historia Natural -Mem. Soc. Cienc. Nat. La Salle = Memorias de la Sociedad de Ciencias Naturales "La Salle". Caracas -Mem. Inst. Oswaldo Cruz = Memorias do Instituto Oswaldo Cruz -Mem. Ist. Ital. Idrobiol. = Memorie dell Istituto italiano di idrobiologia. Verbania Pallanza -Mem. Soc. Entomol. Ital. = Memorie della Societa Entomologica Italiana -Mer Chiffres = Mer en chiffres. Rabat -Merc. Pescado Gd. Ciudad. Latinoam. = Mercado del pescado en las grandes ciudades latinoamericanas. Montevideo -Mesogee = Mesogee -Met-Mar = Met-mar. Boulogne-Billancourt -Metab. Brain Dis. = Metabolic Brain Disease -Metab. Eng. = Metabolic Engineering -Metab. Syndr. Relat. Disord. = Metabolic Syndrome and Related Disorders -Metabolism = Metabolism -METEOR-Ber. = METEOR-Berichte. Hamburg -Meteorologie (8e Ser. = Meteorologie. 8e serie. Paris -Meteorologika = Meteorologika. Thessaloniki -Meteorol. Gidrol. = Meteorologiya i gidrologiya. Moscow -Methods Cell Sci. = Methods in Cell Science -Methods Enzymol. = Methods in Enzymology -Methods Enzymol. = Methods in enzymology. San Diego CA -Methods Mol. Cell. Biol. = Methods in Molecular and Cellular Biology -Meyniana = Meyniana. Kiel -Mich. Acad. = Michigan academician. Ann Arbor MI -Micol. Ital. = Micologia Italiana -Microb. Infect. = Microbes and Infection -Microb. Comp. Genomics = Microbial and Comparative Genomics -Microb. Drug Resist. = Microbial Drug Resistance -Microb. Ecol. = Microbial Ecology -Microb. Ecol. Health Dis. = Microbial Ecology in Health and Disease -Microb. Ecol. = Microbial ecology. New York NY -Microb. Pathog. = Microbial Pathogenesis -Microbiol. Res. = Microbiological Research -Microbiol. Rev. = Microbiological reviews. Baltimore -Microbiology = Microbiology -Microbiol. Immunol. = Microbiology and Immunology -Microbiol. Mol. Biol. Rev. = Microbiology and Molecular Biology Reviews -Microbiol. Today = Microbiology Today -Microbiol./Mikrobiol. = Microbiology/Mikrobiologiya -Microbios = Microbios -Microcirculation = Microcirculation -Microfauna Mar. = Microfauna marina. Stuttgart, New York NY -Microfichas Inst. Esp. Oceanogr. = Microfichas. Instituto Espanol de Oceanografia. Madrid -Micronesica = Micronesica. Agana -Micropaleontology = Micropaleontology -Microsc. Res. Tech. = Microscopy Research and Technique -Mid-Atlantic Aqua Farmer = Mid-Atlantic Aqua Farmer -Mikol. Fitopatol. = Mikologiya i Fitopatologiya -Mikrobiol. Zh. = Mikrobiologichnij zhurnal. Kiev -Mikrobiol. Zh. = Mikrobiologichnyi Zhurnal -Milbank Mem. Fund Q. = Milbank Memmorial Fund Quarterly -Milchwissenschaft = Milchwissenschaft -Mil. Med. = Military Medicine -Mil. Psychol. = Military Psychology -Miljoen Finland/Finnish Environ. = Miljoen i Finland/Finnish Environment -Miljoeverndept. Rep. = Miljoeverndepartementet Report -Miner. Electrolyte Metab. = Mineral and Electrolyte Metabolism -Mini Rev. Data File Fish. Res. Fish. Res. Lab. Kagoshima Univ. = Mini review and data file of fisheries research. Fisheries Research Laboratory, Kagoshima University. Kagoshima -Miniaio Klimatol. Delt./Mon. Meteorol. Bull. = Miniaio klimatologiko deltio/Monthly meteorological bulletin. Elliniko -Mining Eng. = Mining Engineering -Minist. Guide. Fish. Dep. West. Australia = Ministerial Guideline. Fisheries Department of Western Australia -Misc. Pap. U.S. Army Coast. Eng. Res. Cent. = Miscellaneous paper. U.S. Army Coastal Engineering Research Center. Fort Belvoir VA -Misc. Pap. U.S. Army Eng. Waterways Exp. Stn. = Miscellaneous paper. U.S. Army Engineer Waterways Experiment Station. Vicksburg VA -Misc. Pap. U.S. Nav. Surf. Weapons Cent. = Miscellaneous paper. U.S. Naval Surface Weapons Center. Bethesda MD -Misc. Publ. GLFC = Miscellaneous Publications, Great Lakes Fishery Commission -Misc. Rep. Toyohashi Mus. Nat. Hist. = Miscellaneous Report of the Toyohashi Museum of Natural History -Misc. Rep. Maine Agric. Exp. Stn. = Miscellaneous report. Maine Agriculture Experiment Station. Orono ME -Misc. Rep. U.S. Army Coast. Eng. Res. Cent. = Miscellaneous report. U.S. Army Coastal Engineering Research Center. Fort Belvoir VA -Misc. Rep. Ser. U.S. Environ. Prot. Agency = Miscellaneous reports series. U.S. Environmental Protection Agency. Washington DC -Misc. Ser. Westinghouse Savannah River Co. = Miscellaneous series. Westinghouse Savannah River Co. Aiken SC -Misc. Zool. = Miscellania Zoologica -Misc. Zool. = Miscellania zoologica. Barcelona -Mitochondrion = Mitochondrion -Mitt. Hamb. Zool. Mus. Inst. = Mitteilungen aus dem Hamburgischen zoologische Museum und Institut. Hamburg -Mitt. Zool. Mus. Univ. Kiel = Mitteilungen aus dem Zoologischen Museum der Universitat Kiel. Kiel -Mitt. Zool. Mus. Berl. = Mitteilungen aus dem Zoologischen Museum in Berlin. Berlin -Mitt. Arbeitsgem. Rhein. Koteopterol. = Mitteilungen der Arbeitsgemeinschaft Rheinischer Koleopterologen -Mitt. Landesforschungsanst. Landwirt. Fisch. Mecklenbg.-Vorpommern = Mitteilungen der Landesforschungsanstalt fur Landwirtschaft und Fischerei Mecklenburg-Vorpommern. Gulzow -Mitt. Naturforsch. Ges. Beider Basel = Mitteilungen der Naturforschenden Gesellschaften beider Basel. Basel -Mitt. Schweiz. Entomol. Ges./Bull. Soc. Entomol. Suisse = Mitteilungen der Schweizerischen entomologischen Gesellschaft/Bulletin de la Societe entomologique suisse. Egg -Mitt. Schweiz. Entomol. Ges. = Mitteilungen der Schweizischen Entomologischen Gesellschaft -Mitt. Franzius-Inst. Wasserbau Kuesteningenieurwesen Univ. Hannover = Mitteilungen des Franzius-Instituts fur Wasserbau und Kusteningenieurwesen der Universitat Hannover. Hannover -Mitt. Int. Entomol. Ver. Frankfurt = Mitteilungen des Internationaler Entomologischer Vereins Frankfurt -Mitt. Fisch. = Mitteilungen zur Fischerei. Bern -Mitt. Int. Ver. Theor. Angew. Limnol./Commun. Int. Assoc. Theor. Appl. Limnol./Commun. Assoc. Int. Limnol. Theor. Appl. = Mitteilungen. Internationale Vereinigung fur theoretische und angewandte Limnologie/Communications. International Association of Theoretical and Applied Limnology/Communications. Association internationale de Limnologie theorique et appliquee. Stuttgart -Mod. Cast. = Modern Casting -Mod. Geol. = Modern geology. London, New York NY -Mod. Mater. Handl. = Modern Materials Handling -Moereforsk. Aalesund Rapp. = Moereforsking Aalesund. Rapport -Mol. Biochem. Parasitol. = Molecular and Biochemical Parasitology -Mol. Cell. Biochem. = Molecular and Cellular Biochemistry -Mol. Cell. Biol. = Molecular and Cellular Biology -Mol. Cell. Endocrinol. = Molecular and Cellular Endocrinology -Mol. Cell. Neurosci. = Molecular and Cellular Neuroscience -Mol. Cell. Proteomics = Molecular and Cellular Proteomics -Mol. Chem. Neuropathol. = Molecular and Chemical Neuropathology -Mol. Gen. Genet. = Molecular and General Genetics -Mol. Biol. Evol. = Molecular Biology and Evolution -Mol. Biol. Rep. = Molecular Biology Reports -Mol. Biol. Today = Molecular Biology Today -Mol. Biol. = Molecular Biology/Molekulyarnaya Biologiya (Moscow) -Mol. Biotechnol. = Molecular Biotechnology -Mol. Brain Res. = Molecular Brain Research -Mol. Breed. = Molecular Breeding -Mol. Carcinog. = Molecular Carcinogenesis -Mol. Cell = Molecular Cell -Mol. Divers. = Molecular Diversity -Mol. Ecol. = Molecular Ecology -Mol. Ecol. Notes = Molecular Ecology Notes -Mol. Endocrinol. = Molecular Endocrinology -Mol. Genet. Genomics = Molecular Genetics and Genomics -Mol. Genet. Metab. = Molecular Genetics and Metabolism -Mol. Immunol. = Molecular Immunology -Mol. Mar. Biol. Biotechnol. = Molecular Marine Biology and Biotechnology -Mol. Med. Today = Molecular Medicine Today -Mol. Membr. Biol. = Molecular Membrane Biology -Mol. Microbiol. = Molecular Microbiology -Mol. Neurobiol. = Molecular Neurobiology -Mol. Pharmacol. = Molecular Pharmacology -Mol. Phylogen. Evol. = Molecular Phylogenetics and Evolution -Mol. Plant Pathol. = Molecular Plant Pathology -Mol. Plant-Microbe Interact. = Molecular Plant-Microbe Interactions -Mol. Psychiatry = Molecular Psychiatry -Mol. Reprod. Dev. = Molecular Reproduction and Development -Mol. Biol. (Mosc. = Molekulyarnaya Biologiya (Moscow) -Molluscan Res. = Molluscan Research -Monogr. Inst. Esp. Oceanogr. = Monografias del Instituto Espanol de Oceanografia. Madrid -Monogr. Inst. Zool. Dr. Augusto Nobre = Monografias. Instituto de Zoologia "Dr. Augusto Nobre". Porto -Monogr. Ser. Aust. Inst. Mar. Sci. = Monograph series. Australian Institute of Marine Science. Townsville -Monogr. Div. Agric. Comm. Econ. Afr. = Monographe. Division de l'Agriculture. Commission Economique pour l'Afrique. Addis Abeba -Monogr. Biol. = Monographiae biologicae. The Hague -Monogr. Ned. Entomol. Ver. = Monographien van de Nederlandse Entomologische Vereniging -Monogr. Mar. Mollusca = Monographs of marine Mollusca. Greeneville DE -Monogr. Boreal Environ. Res. = Monographs of the Boreal Environment Research -Monogr. Upper Siles. Mus. = Monographs of the Upper Silesian Museum -Monogr. West. N. Am. Nat. = Monographs of the Western North American Naturalist -Morb. Mortal. Weekly Rep. = Morbidity and Mortality Weekly Report -Morsk. Gidrofiz. Zh. = Morskoj gidrofizicheskij zhurnal. Sevastopol -Mouse Genome = Mouse Genome -Mputa = Mputa. Jinja -Multiple Sclerosis = Multiple Sclerosis -Muench. Beitr. Abwasser-Fisch.-Flussbiol. = Munchener Beitrage zur Abwasser-, Fischerei- und Flussbiologie. Munchen -Museol. Sci. = Museologia Scientifica -Mushroom J. = Mushroom Journal -Mutagenesis = Mutagenesis -Mutat. Res. = Mutation Research -Mutat. Res.-DNAging Genet. Instabil. Aging = Mutation Research-DNAging, Genetic Instability & Aging -Mutat. Res.-Environ. Mutag. Related Subj. = Mutation Research-Environmental Mutagenesis and Related Subjects -Mutat. Res.-Fundam. Mol. Mech. Mutag. = Mutation Research-Fundamental and Molecular Mechanisms of Mutagenesis -Mutat. Res.- Gen. Toxicol. Environ. Mutag. = Mutation Research-General Toxicology and Environmental Mutagenesis -Mutat. Res.-Genet. Toxicol. Environ. Mutag. = Mutation Research-Genetic Toxicology and Environmental Mutagenesis -Mutat. Res.-Mutat. Res. Lett. = Mutation Research-Mutation Research Letters -Mutat. Res.-Rev. Genet. Toxicol. = Mutation Research-Reviews in Genetic Toxicology -Mutat. Res. - Rev. Mut. Res. = Mutation Research-Reviews in Mutation Research -Mutat. Res./DNA Repair = Mutation Research/DNA Repair -Mycologia = Mycologia -Mycol. Helv. = Mycologia Helvetica -Mycol. Res. = Mycological Research -Mycologist = Mycologist -Mycopathologia = Mycopathologia -Mycorrhiza = Mycorrhiza -Mycoscience = Mycoscience -Mycoses = Mycoses -NACA Newsl. = NACA newsletter. Bangkok -NACC Nova Acta Cient. Compostel. (Biol. = NACC Nova acta cientifica compostelana. Bioloxia. Santiago de Compostela -NAFO Handb. = NAFO handbook. Dartmouth NS -Naga = Naga. Manila -Naika = Naika. Port-Vila -NAMMCO Sci. Pub. = NAMMCO Scientific Publications -Nanhai Stud. Mar. Sin./Nanhai Haiyang Kexue Jikan = Nanhai studia marina sinica/Nanhai Haiyang Kexue Jikan. Guangzhou -Nano Lett. = Nano Letters -Nanobiology = Nanobiology -Nanotechnology = Nanotechnology -NASA Contract Rep. = NASA contract report. Washington DC -NASA Tech. Memo. = NASA technical memorandum. Washington DC -NASA Tech. Pap. = NASA technical paper. Washington DC -Natl. Acad. Sci. Lett. = National Academy of Science Letters -Natl. Biol. Serv.: Inf. Technol. Rep. = National Biological Service: Information and Technology Report -Natl. Saf. = National Safety -Natl. Wildlife = National Wildlife -NATO Adv. Sci. Inst. Ser. A Life Sci. = NATO Advanced Science Institutes series A: Life sciences. Dordrecht -NATO Adv. Sci. Inst. Ser. C Math. Phys. Sci. = NATO Advanced Science Institutes series C: Mathematical and physical sciences. Dordrecht -NATO Adv. Sci. Inst. Ser. E Appl. Sci. = NATO Advanced Science Institutes series E: Applied sciences. Dordrecht -NATO Adv. Sci. Inst. Ser. G Ecol. Sci. = NATO Advanced Science Institutes series G: Ecological sciences. Dordrecht -NATO Adv. Sci. Inst. Ser. I Global Environ. Change = NATO Advanced Science Institutes series I: Global environmental change. Dordrecht -NATO Conf. Ser. (1 Ecol. = NATO conference series. 1. Ecology. New York NY -NATO Conf. Ser. (4 Mar. Sci. = NATO conference series. 4. Marine sciences. New York NY -NATO Conf. Ser. (5 Air-Sea Interact. = NATO conference series. 5. Air-sea interactions. New York NY -Nat. Landschaft = Natur und Landschaft. Stuttgart -Nat. Mus. = Natur und Museum. Frankfurt/Main -Natura (Caracas = Natura (Caracas). Caracas -Nat. Croat. Suppl. = Natura Croatia Supplementum -Nat. Croat. = Natura Croatica -Nat. Jutl. = Natura Jutlandica -Nat. Neotrop. = Natura Neotropicalis -Nat. Neotrop. = Natura neotropicalis. Santo Tome -Nat. Areas J. = Natural Areas Journal -Nat. Computing = Natural Computing -Nat. Hazards = Natural Hazards -Nat. Hazards Obs. = Natural Hazards Observer -Nat. Hazards Rev. = Natural Hazards Review -Nat. Immun. = Natural Immunity -Nat. Prod. Lett. = Natural Product Letters -Nat. Resour. Model. = Natural Resource Modeling -Nat. Resour. Environ. = Natural Resources & Environment -Nat. Resour. Environ. = Natural Resources and Environment. Chicago IL -Nat. Resour. Environ. Iss. = Natural Resources and Environmental Issues -Nat. Resour. Forum = Natural resources forum. Dordrecht -Nat. Resour. J. = Natural Resources Journal -Nat. Toxins = Natural Toxins -Naturalia = Naturalia -Naturalia Patagonica Cienc. Biol. = Naturalia Patagonica Ciencias Biologicas -Naturalia Patagonica Rep. Tec. = Naturalia Patagonica Reportes Tecnicos -Naturalia = Naturalia. Sao Paulo -Naturalist = Naturalist. Bradford -Nature = Nature -Nat. Aust. = Nature Australia. Sydney -Nat. Biotechnol. = Nature Biotechnology -Nat. Cell Biol. = Nature Cell Biology -Nat. Genet. = Nature Genetics -Nat. Immunol. = Nature Immunology -Nat. Med. = Nature Medicine -Nat. Neurosci. = Nature Neuroscience -Nat. Rev. Cancer = Nature Reviews: Cancer -Nat. Rev. Drug Discov. = Nature Reviews: Drug Discovery -Nat. Rev. Genet. = Nature Reviews: Genetics -Nat. Rev. Immunol. = Nature Reviews: Immunology -Nat. Rev. Microbiol. = Nature Reviews: Microbiology -Nat. Rev. Mol. Cell Biol. = Nature Reviews: Molecular Cell Biology -Nat. Rev. Neurosci. = Nature Reviews: Neuroscience -Nat. Struct. Mol. Biol. = Nature Structural & Molecular Biology -Nat. Struct. Biol. = Nature Structural Biology -Nat., Environ. Pollut. Technol. = Nature, Environment and Pollution Technology -Naturopa = Naturopa. Strasbourg -Naturwissenschaften = Naturwissenschaften -Naturwiss. Rundsch. Stuttg. = Naturwissenschaftliche Rundschau. Stuttgart -Natuurwet. Tijdschr. = Natuurwetenschappelijk Tijdschrift. Ghent -Naunyn-Schmiedeberg's Arch. Pharmacol. = Naunyn-Schmiedebergs Archives of Pharmacology -Nauplius = Nauplius. Rio Grande -Nautilus = Nautilus -Nav. Eng. J. = Naval Engineers Journal -Navigation (Paris = Navigation (Paris). Paris -Navors. Nas. Mus. Bloemfontein = Navorsinge van die Nasionale Museum Bloemfontein -NC Cat. = NC catalogue. Havana -NDT E Int. = NDT & E International -NEA News = NEA News -NEA Newslett. = NEA Newsletter -Nea Oikol. = Nea oikologia. Athens -Nebr. Med. J. = Nebraska Medical Journal -Ned. Tijdschr. Geneeskd. = Nederlands tijdschrift voor geneeskunde. Amsterdam -Neoplasia = Neoplasia -Neoplasma = Neoplasma -Neotropica = Neotropica. La Plata -Neotrop. Entomol. = Neotropical Entomology -Neritica = Neritica -Neth. Int. Law Rev. = Netherlands international law review. The Hague -Neth. J. Agric. Sci. = Netherlands Journal of Agricultural Science -Neth. J. Aquat. Ecol. = Netherlands Journal of Aquatic Ecology -Netherlands Journal of Aquatic Ecology, 1380-8427, Selective = Netherlands Journal of Aquatic Ecology, 1380-8427, Selective -Neth. J. Zool. = Netherlands Journal of Zoology -Neth. Q. Hum. Rights = Netherlands Quarterly of Human Rights -Network: Comput. Neural Syst. = Network: Computation in Neural Systems -Neues Jahrb. Geol. Palaeontol. Abh. = Neues Jahrbuch fur Geologie und Palaontologie. Abhandlungen. Stuttgart -Neural Comput. = Neural Computation -Neural Networks = Neural Networks -Neurobiol. Aging = Neurobiology of Aging -Neurobiol. Learn. Mem. = Neurobiology of Learning and Memory -Neurochem. Res. = Neurochemical Research -Neurochem. Int. = Neurochemistry International -Neurocomputing = Neurocomputing -Neuroendocrinology = Neuroendocrinology -Neuroepidemiology = Neuroepidemiology -Neuroinformatics = Neuroinformatics -Neurol. Res. = Neurological Research -Neurology = Neurology -Neuromethods, Core = Neuromethods, Core -Neuromolecular Med. = Neuromolecular Medicine -Neuron = Neuron -Neuropathology = Neuropathology -Neuropathol. Appl. Neurobiol. = Neuropathology and Applied Neurobiology -Neuropatol. Pol. = Neuropatologia Polska -Neuropeptides = Neuropeptides -Neuropharmacology = Neuropharmacology -Neurophysiology = Neurophysiology -Neuroradiology = Neuroradiology -Neuroreport = Neuroreport -Neuroscience = Neuroscience -Neurosci. Behav. Physiol. = Neuroscience and Behavioral Physiology -Neurosci. Biobehav. Rev. = Neuroscience and Biobehavioral Reviews -Neurosci. Lett. = Neuroscience Letters -Nerosci. News = Neuroscience News -Neurosci. Res. Commun. = Neuroscience Research Communications -Neurotoxicology = Neurotoxicology -Neurotoxicol. Teratol. = Neurotoxicology and Teratology -New Engl. J. Med. = New England Journal of Medicine -New Microbiol. = New Microbiologica -New Phytol. = New Phytologist -New Sci. = New Scientist -New Solutions = New Solutions -N. Z. Entomol. = New Zealand Entomologist -N.Z. Fish. Assess. Rep. = New Zealand Fisheries Assessment Report -N.Z. Fish. Data Rep. = New Zealand fisheries data report. Wellington -N.Z. Fish. Occas. Publ. = New Zealand fisheries occasional publication. Wellington -N. Z. J. Agric. Res. = New Zealand Journal of Agricultural Research -N. Z. J. Bot. = New Zealand Journal of Botany -N. Z. J. Crop Hortic. Sci. = New Zealand Journal of Crop and Horticultural Science -N. Z. J. Ecol. = New Zealand Journal of Ecology -N. Z. J. Geol. Geophys. = New Zealand Journal of Geology and Geophysics -N. Z. J. Mar. Freshwat. Res. = New Zealand Journal of Marine and Freshwater Research -N. Z. J. Zool. = New Zealand Journal of Zoology -N. Z. Med. J. = New Zealand Medical Journal -N.Z. Oceanogr. Inst. Chart Coast ser. = New Zealand Oceanographic Institute chart coast series. -N.Z. Oceanogr. Inst. Chart Isl. Ser. = New Zealand Oceanographic Institute chart island series. -N.Z. Oceanogr. Inst. Chart Lake Ser. = New Zealand Oceanographic Institute chart lake series. -N.Z. Oceanogr. Inst. Chart Misc. Ser. = New Zealand Oceanographic Institute chart miscellaneous series. -N.Z. Oceanogr. Inst. Mem. = New Zealand Oceanographic Institute Memoir -N.Z. Seaf. Ind. Econ. Rev. = New Zealand seafood industry economic review. Wellington -Nicotine Tobacco Res. = Nicotine & Tobacco Research -Niger. Fish. Aquat. Sci. Abstr. = Nigerian fisheries and aquatic sciences abstracts. New Bussa -Niger. J. Genet. = Nigerian Journal of Genetics -Nina Fagrapp. = Nina Fagrapport -NINA Fagrapp. = NINA Fagrapport -NINA-NIKU Project Rep. = NINA-NIKU Project Report -NIO Newsl. = NIO newsletter. Dona Paula-Goa -Nippon Nogei Kagakukaishi = Nippon Nogei Kagakukaishi. Tokyo -Nippon Suisan Gakkaishi = Nippon Suisan Gakkaishi. Tokyo -NIWA Annu. Rep. = NIWA annual report. Auckland -NIWA Biodivers. Mem. = NIWA Biodiversity Memoirs -NJAS = NJAS -NMR Biomed. = NMR in Biomedicine -NOAA Data Rep. = NOAA data report. Rockville MD -NOAA Prof. Pap. = NOAA professional paper. Rockville MD -NOAA Spec. Rep. = NOAA special report. Rockville MD -NOAA Tech. Mem. NMFS SWFSC = NOAA Techical Memorandum NMFS SWFSC -NOAA Tech. Mem. ERL GLERL = NOAA Technical Memorandum ERL GLERL -NOAA Tech. Mem. NMFS AFSC = NOAA Technical Memorandum NMFS AFSC -NOAA Tech. Mem. NMFS F/SPO = NOAA Technical Memorandum NMFS F/SPO -NOAA Tech. Mem. NMFS NE = NOAA Technical Memorandum NMFS NE -NOAA Tech. Mem. NMFS NWFSC = NOAA Technical Memorandum NMFS NWFSC -NOAA Tech. Mem. NMFS SEFSC = NOAA Technical Memorandum NMFS SEFSC -NOAA Tech. Memo. = NOAA technical memorandum. Rockville MD -NOAA Tech. Rep. ERL = NOAA Technical Report ERL -NOAA Tech. Rep. NESDIS = NOAA Technical Report NESDIS -NOAA Tech. Rep. NMFS = NOAA Technical Report NMFS -NOAA Tech. Rep. = NOAA technical report. Rockville MD -NOAA-NMFS Curr. Fish. Stat. = NOAA-NMFS current fisheries statistics. Washington DC -Noise Health = Noise and Health -Noise Vibrat. Bull. = Noise and Vibration Bulletin -Noise Vibrat. Ind. = Noise and Vibration in Industry -Noise Control Eng. J. = Noise Control Engineering Journal -Nomos Kai Fysi = Nomos kai fysi. Athens -Nondestr. Test. Eval. = Nondestructive Testing and Evaluation -Nonlinear Biol. Toxicol. Med. = Nonlinearity in Biology, Toxicology, and Medicine -Nor'Easter = Nor'Easter -Nord = Nord -Nord. Comm. Food Anal. Rep. = Nordic Committee on Food Analysis. Report -Nord. J. Bot. = Nordic Journal of Botany -Nord. J. Freshwat. Res. = Nordic Journal of Freshwater Research -Nord. J. Freshwat. Res. = Nordic journal of freshwater research. Drottningholm -Nord. Sem. Arbejdsrapp. = Nordiske Seminar - og Arbejdsrapporter -NF-Rapp. = Nordlands Forskning. Rapport -Norges Forsk. Bioprod. Foredling = Norges Forskningsraad. Bioproduksjon og Foredling -NHH Discuss. Pap. = Norges Handelshoeyskole. Discussion Paper -Norges Handelshoeysk. Saertrykkser./Norwegian Sch. Econ. Repr. Ser. = Norges Handelshoeyskole. Saertrykkserie/Norwegian School of Ecomics. Reprint Series -NHH Saertrykkser. = Norges Handelshoyskole Saertrykkserie -NOU/Pub. Rep. Norway = Norges Offentlige Utredninger/Public Reports of Norway -Norin Kinyu/Mon. Rev. Agric. For. Fish. Financ. = Norin kinyu/Monthly review of agriculture, forestry and fishery finance. Tokyo -Norois = Norois. Poitiers -Norsk Inst. Landbruksoekonomisk Forsk. = Norsk Institutt for Landbruksoekonomisk Forskning -NINA Forskningsrapp. = Norsk Institutt for Naturforskning. Forskningsrapport -NINA Oppdragsmelding = Norsk Institutt for Naturforskning. Oppdragsmelding -NINA Utredning = Norsk Institutt for Naturforskning. Utredning -NIVA Rapp. = Norsk Institutt for Vannforskning. Rapport -Norsk Polarinst. Medd. = Norsk Polarinstitutt. Meddelelser -Norsk Vet. Tidsskr. = Norsk Veterinaer Tidsskrift -N. Am. J. Aquacult. = North American Journal of Aquaculture -N. Am. J. Fish. Manage. = North American Journal of Fisheries Management -Northeast. Nat. = Northeastern Naturalist -North. Aquacult. = Northern aquaculture. Victoria BC -Northwest Sci. = Northwest Science -Northwest. Nat. = Northwestern Naturalist -Norwegian J. Entomol. = Norwegian Journal of Entomology -Norwegian Sch. Econ. Bus. Adm. Inst. Fish. Econ. Discuss. Pap. Ser. = Norwegian School of Economics and Business Administration. Institute of Fisheries Economics. Discussion Paper Series -Nota Lepidopterol. = Nota Lepidopterologica -Notes Doc. Oceanogr. Cent. Tahiti ORSTOM = Notes et documents d'oceanographie. Centre de Tahiti, ORSTOM. Papeete -Notes Fac. Fish. Kasetsart Univ. = Notes from the Faculty of Fisheries, Kasetsart University. Bangkok -Notes Tech. Sci. Mer Biol. Mar. Cent. Noumea ORSTOM = Notes techniques. Sciences de la mer. Biologie marine. Centre de Noumea, ORSTOM. Noumea -Notes Tech. Sci. Mer Oceanogr. Phys. Cent. Noumea ORSTOM = Notes techniques. Sciences de la mer. Oceanographie physique. Centre de Noumea, ORSTOM. Noumea -Not. Mens. Mus. Nac. Hist. Nat. (Chile = Noticiario mensual. Museo Nacional de Historia Natural (Chile). Santiago -Not. Comer. INFOPESCA = Noticias comerciales. INFOPESCA. Panama -Not. Odonatol. = Notulae Odonatologicae -Nouv. Rev. Entomol. = Nouvelle Revue d'Entomologie -Nova Acta Cient. Compostelana (Biol. = Nova Acta Cientifica Compostelana (NACC Bioloxia) -Nova Hedwigia = Nova hedwigia. Lehre -Nova Thalassia = Nova thalassia. Trieste -N.S.W. Fish. Annu. Rep. = NSW fisheries annual report. Sydney -N.S.W. Fish. Final Rep. Ser. = NSW fisheries final report series. Cronulla -N.S.W. Fish. Fish. Resour. Assess. Ser. = NSW fisheries. Fishery resource assessment series. Cronulla -NTR-ITPP Spec. Publ. = NTR-ITPP special publication. Mazara del Vallo -Nucl. Eng. Des. = Nuclear Engineering and Design -Nucl. Eng. Int. = Nuclear Engineering International -Nucl. Plant J. = Nuclear Plant Journal -Nucl. Saf. = Nuclear Safety -Nucl. Sci. Eng. = Nuclear Science and Engineering -Nucl. Technol. = Nuclear Technology -Nucleic Acids Res. = Nucleic Acids Research -Nucleosides, Nucleotides & Nucleic Acids = Nucleosides, Nucleotides & Nucleic Acids -Nutr. Food Sci. = Nutrition & Food Science -Nutr. Cancer = Nutrition and Cancer -Nutr. Bull. = Nutrition Bulletin -Nutr. Rev. = Nutrition Reviews -Nutr. Neurosci. = Nutritional Neuroscience -Ny Fisk Rapp./New Fish Rep. = Ny Fisk Rapport/New Fish Report -Oberird. Gewaeser = Oberirdische Gewaesser -Obz. Inf. VNIEhRKh (Akvakul't. = Obzornaya informatsiya VNIEhRKh. Seriya akvakul'tura. Moscow -Obz. Inf. VNIEhRKh (Marikul't. = Obzornaya informatsiya VNIEhRKh. Seriya marikul'tura. Moscow -Obz. Inf. VNIEhRKh (Rybokhoz. Ispol'z. Resur. Mirov. Okeana = Obzornaya informatsiya VNIEhRKh. Seriya rybokhozyajstvennoe ispol'zovanie resursov Mirovogo Okeana. Moscow -Occas. Pap. Aust. Bur. Agric. Resour. Econ. = Occasional paper. Australian Bureau of Agricultural and Resource Economics. Canberra -Occas. Pap. Can. Wildl. Serv. = Occasional paper. Canadian Wildlife Service. Ottawa ON -Occas. Pap. Fish. Surv. India = Occasional papers of Fishery Survey of India. Bombay -Occas. Pap. Calif. Acad. Sci. = Occasional papers of the California Academy of Sciences. San Francisco CA -Occas. Pap. Inst. Arctic Alpine Res., Univ. Colorado = Occasional Papers of the Institute of Arctic and Alpine Research, University of Colorado -Occas. Pap. Mollusks = Occasional papers on mollusks. Cambridge MA -Occas. Pap. J. L. B. Smith Inst. Ichthyol. = Occasional papers. J.L.B. Smith Institute of Ichthyology. Grahamstown -Occas. Pap. Mus. Zool. Univ. Mich. = Occasional papers. Museum of Zoology, University of Michigan. Ann Arbor MI -Occas. Publ. Irish Biogeogr. Soc. = Occasional Publication of the Irish Biogeographical Society -Occas. Publ. Fac. Fish. Mar. Sci. Univ. Pertanian Malays. = Occasional publication. Faculty of Fisheries and Marine Science, Universiti Pertanian Malaysia. Serdang -Occas. Publ. Freshwat. Biol. Assoc. Ambleside = Occasional publication. Freshwater Biological Association, Ambleside. Ambleside -Occas. Publ. Mar. Biol. Assoc. U.K. = Occasional publication. Marine Biological Association of the United Kingdom. Plymouth -Occas. Publ. Univ. Mar. Biol. Stn. Millport = Occasional publication. University Marine Biological Station, Millport. Millport -Occup. Environ. Med. = Occupational and Environmental Medicine -Occup. Ergonomics = Occupational Ergonomics -Occup. Hazards = Occupational Hazards -Occup. Hazards = Occupational Hazards -Occup. Health Saf. = Occupational Health & Safety -Occup. Hyg. = Occupational Hygiene -Occup. Med. = Occupational Medicine -Occup. Ther. Health Care = Occupational Therapy in Health Care -Ocean Coast. Manage. = Ocean & Coastal Management -Ocean Coast. Law J. = Ocean and Coastal Law Journal -Ocean Dev. Int. Law = Ocean Development & International Law -Ocean Eng. = Ocean Engineering -Ocean Model. Online = Ocean Modelling -Ocean Technol./Haiyang Jishu = Ocean technology/Haiyang Jishu. Tianjin -Ocean Voice = Ocean Voice -Ocean Yearb. = Ocean Yearbook -Ocean. Eng. Int. = Oceanic engineering international. St. John's, NF -Oceanides = Oceanides. La Paz -Oceanis (Doc. Oceanogr. = Oceanis. Serie de documents oceanographiques. Paris -Oceanography = Oceanography -Oceanogr. Mar. Biol. Annu. Rev. = Oceanography and marine biology: an annual review. Aberdeen -Oceanogr. Meteorol. = Oceanography and meteorology. Nagasaki -Oceanol. Limnol. Sin./Haiyang Yu Huzhao = Oceanologia et limnologia sinica/Haiyang Yu Huzhao. Qingdao -Oceanologia = Oceanologia. Sopot -Oceanol. Acta = Oceanologica acta. Paris -Oceanorama Inst. Oceanogr. Paul Ricard = Oceanorama. Institut oceanographique Paul Ricard. Marseille -Oceans 9- = Oceans 9-. Imprint varies -Oceanus = Oceanus -OCS Rep. U.S. Miner. Manage. Serv. = OCS reports. U.S. Minerals Management Service. Herndon VA -Odonatologica = Odonatologica -Odontol. Pediatr. = Odontologia Pediatrica -Oebalia = Oebalia. Taranto -OECD Obs. = OECD Observer -Oecologia = Oecologia -Oecol. Aquat. = Oecologia aquatica. Barcelona -Oecol. Mont. = Oecologia Montana -OECS Fish. Rep. = OECS fishery report. Kingstown -Oekonom. Fiskeriforsk. = Oekonomisk Fiskeriforskning -Oekon. Anal. Fiskeoppdrett/Econ. Anal. Fish Farm. = Oekonomiske Analyser Fiskeoppdrett/Economic Analyses of Fish Farming -Offshore Eng. = Offshore Engineer -Offshore Mech. = Offshore mechanics. -Ohio J. Sci. = Ohio Journal of Science -Oikos = Oikos -Okeanol. Issled./Oceanol. Res. = Okeanologicheskie issledovaniya/Oceanological researches. Moscow -Okeanologiya/Oceanology (Sofia = Okeanologiya/Oceanology (Sofia). Sofia -Oligonucleotides = Oligonucleotides -OMICS: J. Integrative Biol. = OMICS: A Journal of Integrative Biology -On The Rise Inland Fish. Comm. Newsl. = On the rise. Inland Fisheries Commission newsletter. Hobart -Oncogene = Oncogene -Onderstepoort J. Vet. Res. = Onderstepoort Journal of Veterinary Research -Onearth = Onearth -Ont. Fish. Tech. Rep. Ser. = Ontario fisheries technical report series. Toronto ON -Open-File Rep. U.S. Bur. Mines = Open-file report. U.S. Bureau of Mines. Washington DC -Open-File Rep. U.S. Geol. Surv. = Open-file report. U.S. Geological Survey. Reston VA -Opera Bot. = Opera Botanica -Opera Lilloana = Opera lilloana. Tucuman -Ophelia = Ophelia -Ophthalmic Res. = Ophthalmic Research -Ophthalmologica = Ophthalmologica -Ophthalmology = Ophthalmology -Opred. Presnovodn. Vodorosl. S.S.S.R. = Opredelitel' presnovodnykh vodoroslej S.S.S.R. St. Petersburg -Opred. Faune S.S.S.R. = Opredeliteli po faune S.S.S.R. St. Petersburg -Opusc. Zool. Flumin. = Opuscula Zoologica Fluminensia -Oral Microbiol. Immunol. = Oral Microbiology and Immunology -Oral Oncol. = Oral Oncology -Oral Surg. Oral Med. Oral Pathol. = Oral Surgery, Oral Medicine and Oral Pathology -Oreg. Law Rev. = Oregon law review. Eugene OR -Org. Geochem. = Organic Geochemistry -Org. Divers. Evol. = Organisms, Diversity & Evolution -Orient. Insects = Oriental Insects -Oriental J. Chem. = Oriental Journal of Chemistry -Ornis Fenn. = Ornis Fennica -Ornis Fenn. = Ornis fennica. Helsinki -Ornis Norv. = Ornis Norvegica -Ornis Svec. = Ornis Svecica -Orthopedics = Orthopedics -Orykt. Plout./Miner. Wealth = Oryktos ploutos/Mineral wealth. Athens -Oryx = Oryx -Oseana = Oseana. Jakarta -Osteoporosis Int. = Osteoporosis International -Oesterr. Fisch. = Osterreichs Fischerei. Salzburg -Ostrich = Ostrich -Pac. Asian J. Energy = Pacific and Asian Journal of Energy -Pac. Discov. = Pacific Discovery -Pacific Fish. = Pacific Fishing -Pac. Halibut Fish. Regul. = Pacific halibut fishery regulations. Seattle WA -Pac. Rev. = Pacific Review -Pac. Sci. = Pacific Science -Packag. India = Packaging India. Bombay -Packag. Technol. Sci. = Packaging Technology & Science -Pain Rev. = Pain Reviews -Pak. J. Mar. Sci. = Pakistan Journal of Marine Sciences -Pak. J. Sci. = Pakistan journal of science. Lahore -Pak. J. Sci. Ind. Res. = Pakistan Journal of Scientific and Industrial Research -Pak. J. Zool. = Pakistan Journal of Zoology -Pak. Seaf. Dig. = Pakistan seafood digest. Karachi -Palaeobotanist = Palaeobotanist -Palaeogeogr., Palaeoclimatol., Palaeoecol. = Palaeogeography, Palaeoclimatology, Palaeoecology -Palaeontology = Palaeontology -Palaios = Palaios -Paleobiology = Paleobiology -Paleoceanography = Paleoceanography -Paleontol. Mex. = Paleontologia Mexicana. Mexico City -Pan-Pac. Entomol. = Pan-Pacific Entomologist -Panorama Atunero = Panorama atunero. Col. Cuauhtemoc -Panorama Pesq. = Panorama pesquero. Mexico City -Pap. Avuls. Zool. = Papeis avulsos de zoologia. Sao Paulo -Parasite = Parasite -Parasite Immunol. = Parasite Immunology -Parasitica = Parasitica -Parasitology = Parasitology -Parasitol. Int. = Parasitology International -Parasitol. Res. = Parasitology Research -Parasitol. Today = Parasitology Today -Parasitology = Parasitology. London, New York NY -Parassitologia = Parassitologia -Parazitol. Sb. = Parazitologicheskij sbornik. St. Petersburg -Parazitologiya = Parazitologiya. St. Petersburg -Parma Impianti Tec./Food Process. Plants = Parma Impianti. Tecnindustria/Food Processing Plants -Pathol. Biol. = Pathologie Biologie -Patient Care = Patient Care -Pattern Recog. Lett. = Pattern Recognition Letters -Pavo = Pavo -PDA J. Pharm. Sci. Tech. = PDA Journal of Pharmceutical Science and Technology -Peche Marit. = Peche maritime. Paris -Pediatr. AIDS HIV Infect. = Pediatric AIDS and HIV Infection -Pediatr. Clin. N. Am. = Pediatric Clinics of North America -Pediatr. Hematol. Oncol. = Pediatric Hematology and Oncology -Pediatr. Infect. Dis. J. = Pediatric Infectious Disease Journal -Pedobiologia = Pedobiologia -Pedosphere = Pedosphere -Penn ar Bed = Penn ar bed. Brest -Peptides = Peptides -Perangkaan Tahunan Perikanan Jabatan Perikanan (Malays. = Perangkaan tahunan perikanan. Jabatan Perikanan (Malaysia)/Annual fisheries statistics. Fisheries Department (Malaysia). Kuala Lumpur -Percept. Motor Skills = Perceptual and Motor Skills -Perfum. Flavor. = Perfumer & Flavorist -Persoonia = Persoonia -Perspect. Drug Discov. Des. = Perspectives in Drug Discovery and Design -Perspect. Plant Ecol. Evol. Syst. = Perspectives in Plant Ecology, Evolution and Systematics -Perspect. Dev. Neurobiol. = Perspectives on Developmental Neurobiology -Pertanika J. Trop. Agric. Sci. = Pertanika journal of tropical agricultural science. Serdang -Peru Pesq. = Peru pesquero. Lima -Perv. Glob. Ehksp. PIGAP = Pervyj global'nyj ehksperiment PIGAP. St. Petersburg -Pesca Naveg. = Pesca e navegacao. Lisbon -Pesca Mar. Barco Pesq. = Pesca marina y el barco pesquero. Los Angeles CA -Pesca = Pesca. Lima -Pesqui. Antart. Bras. = Pesquisa antartica brasileira. Brasilia -Pesqui. Nav. = Pesquisa naval. Rio de Janeiro -Pest Manage. Sci. = Pest Management Science -Pesticidas = Pesticidas -Pestic. Biochem. Physiol. = Pesticide Biochemistry and Physiology -Pestic. Sci. = Pesticide Science -Pet. Eng. Int. = Petroleum engineer international. Dallas, TX -Pet. Rev. = Petroleum review. London -Pfluegers Arch./Eur. J. Physiol. = Pfluegers Archiv/European Journal of Physiology -Pharm. Biol. = Pharmaceutical Biology -Pharm. Dev. Technol. = Pharmaceutical Development and Technology -Pharmacoepidemiol. Drug Saf. = Pharmacoepidemiology and Drug Safety -Pharmacogenom. J. = Pharmacogenomics Journal -Pharmacol. Res. = Pharmacological Research -Pharmacol. Rev. = Pharmacological Reviews -Pharmacology = Pharmacology -Pharmacol. Toxicol. = Pharmacology & Toxicology -Pharmacol. Biochem. Behav. = Pharmacology Biochemistry and Behavior -Pharmacol. Rev. Comm. = Pharmacology Reviews and Communications -Pharmacotherapy = Pharmacotherapy -PharmaGenomics = PharmaGenomics -Pheromones = Pheromones -Philipp J. Sci. = Philippine journal of science. Manila -Philipp. Sci. = Philippine Scientist -Philos. Trans. R. Soc. Lond. (B Biol. Sci. = Philosophical transactions of the Royal Society of London. Series B: Biological sciences. London -Photochem. Photobiol. = Photochemistry and Photobiology -Photogramm. Eng. Remote Sensing = Photogrammetric Engineering and Remote Sensing -Photonirvachak = Photonirvachak. Dehra Dun -Photosynthesis Res. = Photosynthesis Research -Photosynthetica = Photosynthetica -Phycologia = Phycologia -Phycol. Res. = Phycological Research -Phykos = Phykos -Phykos = Phykos. New Delhi -Physician Sportsmed. = Physician and Sportsmedicine -Phys. Fluids = Physics of Fluids -Physiol. Plant. = Physiologia Plantarum -Physiol. Mol. Plant Pathol. = Physiological and Molecular Plant Pathology -Physiol. Entomol. = Physiological Entomology -Physiol. Genomics = Physiological Genomics -Physiol. Meas. = Physiological Measurement -Physiol. Rev. = Physiological Reviews -Physiol. Zool. = Physiological Zoology -Physiol. Behav. = Physiology & Behavior -Physiol. Mol. Biol. Plants = Physiology and Molecular Biology of Plants -Physis (A, B, C = Physis. Secciones A, B y C. Buenos Aires -Phytochem. Anal. = Phytochemical Analysis -Phytochemistry = Phytochemistry -Phytochem. Rev. = Phytochemistry Reviews -Phytocoenologia = Phytocoenologia -Phytologia = Phytologia -Phytologia = Phytologia. Plainfield NJ -Phytomedicine = Phytomedicine -Phyton (B. Aires = Phyton (Buenos Aires). Buenos Aires -Phytoparasitica = Phytoparasitica -Phytopathology = Phytopathology -Phytophaga = Phytophaga -Phytoprotection = Phytoprotection -Phytother. Res. = Phytotherapy Research -PICES Press = PICES press. Sidney BC -PICES Sci. Rep. = PICES scientific report. Sidney BC -Pierce Law Rev. = Pierce Law Review -Pipe Line Ind. = Pipe line industry. Houston TX -Piscic. Fr. Eau Vive Etang Saumatre Mar. = Pisciculture francaise d'eau vive et d'etang saumatre et marine. Paris -Pishch. Prom-st' = Pishchevaya promyshlennost'. Moscow -Pituitary = Pituitary -PKV Res. J. = PKV Research Journal -Plain Engl. Guide, Reason Public Policy Inst. = Plain English Guide, Reason Public Policy Institiute -Planer Meld. Stat. Sentralbyraa (Norw. = Planer og Meldinger. Statistisk Sentralbyraa (Norway). Oslo -Plankton Biol. Ecol. = Plankton Biology and Ecology -Plant Cell Physiol. = Plant & Cell Physiology -Plant Soil = Plant and Soil -Plant Cell = Plant Cell -Plant Cell Rep. = Plant Cell Reports -Plant Dis. = Plant Disease -Plant Ecol. = Plant Ecology -Plant Eng. = Plant Engineering -Plant J. = Plant Journal -Plant Mol. Biol. = Plant Molecular Biology -Plant Pathol. = Plant Pathology -Plant Physiol. = Plant Physiology -Plant Physiol. Biochem. = Plant Physiology and Biochemistry -Plant Physiol. Biochem. = Plant physiology and biochemistry. Montrouge -Plant Sci. = Plant Science -Plant Species Biol. = Plant Species Biology -Plant Syst. Evol. = Plant Systematics and Evolution -Plant, Cell Environ. = Plant, Cell & Environment -Planta = Planta -Plantula = Plantula -Plasmid = Plasmid -PLoS Biol. = PLoS Biology -Polar Biol. = Polar Biology -Polar Biol. = Polar biology. Berlin, Heidelberg -Polar Rec. = Polar Record -Polar Res. = Polar Research -Polar Res. = Polar research. Oslo -Polarforschung = Polarforschung. Bremerhaven -Police Pract. Res. = Police Practice and Research -Policing = Policing -Polish J. Ecol. = Polish Journal of Ecology -Pol. J. Pharmacol. = Polish Journal of Pharmacology -Pol. J. Soil Sci. = Polish Journal of Soil Science -Pol. Polar Res./Pol. Badania Polarne = Polish polar research/Polskie badania polarne. Warsaw -Poljoprivreda = Poljorivreda -Pollut. Eng. = Pollution Engineering -Pollut. Monit. = Pollution monitor. Tonbridge -Pollut. Prevent. Rev. = Pollution Prevention Review -Pol. Arch. Hydrobiol./Pol. Arch. Hydrobiol. = Polskie Archiwum Hydrobiologii/Polish Archives of Hydrobiology -Pol. Pismo Entomol. = Polskie Pismo Entomologiczae -Polym. Test. = Polymer Testing -Popul. Ecol. = Population Ecology -Port. Zool. = Portugaliae zoologica. Lisbon -Postharvest Biol. Technol. = Postharvest Biology and Technology -Power Eng. = Power Engineering -Prace Mat. Zootech. = Prace i Materialy Zootechniczne -Pr. Morsk. Inst. Ryback. Gdynia/Rep. Sea Fish. Inst. Gdynia = Prace Morskiego Instytutu Rybackiego, Gdynia/Reports of the Sea Fisheries Institute Gdynia. Gdynia -Pr. Ustavu Ryb. Hydrobiol. Bratisl./Works Inst. Fish. Res. Hydrobiol. Bratisl. = Prace Ustavu rybarstva a hydrobiologie, Bratislava/Works of the Institute of Fishery Research and Hydrobiology, Bratislava. Bratislava -Pract. Periodical Hazard., Toxic, Radioact. Waste Manage. = Practice Periodical of Hazardous, Toxic, and Radioactive Waste Management -Pract. Periodical Struct. Des. Constr. = Practice Periodical on Structural Design and Construction -Precambrian Res. = Precambrian Research -Prenatal Diagn. = Prenatal Diagnosis -Prep. Biochem. Biotechnol. = Preparative Biochemistry and Biotechnology -Presse Med. = presse Medicale -Prev. Sci. = Prevention Science -Prikl. Biokhim. Mikrobiol. = Prikladnaia Biokhimiia i Mikrobiologiia -Primates = Primates -Prime = Prime -Priroda = Priroda. Moscow -Prison J. = Prison Journal -Prob. Eng. Mech. = Probabilistic Engineering Mechanics -Probl. Arkt. Antarkt. = Problemy Arktiki i Antarktiki. St. Petersburg -Probl. Khim. Zagryaz. Vod. Mirov. Okeana = Problemy khimicheskogo zagryazneniya vod Mirovogo Okeana. St. Petersburg -Proc. Mar. Sci. = Proceedings in Marine Science -Proc. Pak. Congress Zool. = Proceedings of Pakistan Congress of Zoology -Proc. Acad. Nat. Sci. Phila. = Proceedings of the Academy of Natural Sciences of Philadelphia -Proc. Annu. Conf. Fish. Soc. Niger. (FISON = Proceedings of the Annual Conference of the Fisheries Society of Nigeria (FISON). Lagos -Proc. Annu. Conf. SEAFWA = Proceedings of the Annual Conference of the Southeastern Association of Fish and Wildlife Agencies -Proc. Biol. Soc. Wash. = Proceedings of the Biological Society of Washington -Proc. Bur. Rural Resour. = Proceedings of the Bureau of Rural Resources, Canberra -Proc. Calif. Acad. Sci. = Proceedings of the California Academy of Sciences -Proc. Entomol. Soc. Ont. = Proceedings of the Entomological Society of Ontario -Proc. Entomol. Soc. Wash. = Proceedings of the Entomological Society of Washington -Proc. Eston. Acad. Sci. Biol. Ecol. = Proceedings of the Estonian Academy of Sciences, Biology Ecology -Proc. Gulf Caribb. Fish. Inst. = Proceedings of the Gulf and Caribbean Fisheries Institute -Proc. Hawaii. Entomol. Soc. = Proceedings of the Hawaiian Entomological Society -Proc IEEE = Proceedings of the IEEE -Proc. Indian Acad. Sci. (Earth Planet. Sci. = Proceedings of the Indian Academy of Sciences. Earth and planetary sciences. Bangalore -Proc. Indian Acad. Sci. (Math. Sci. = Proceedings of the Indian Academy of Sciences. Mathematical sciences. Bangalore -Proc. Indian Natl. Sci. Acad. (A Phys. Sci. = Proceedings of the Indian National Science Academy. Part A. Physical sciences. New Delhi -Proc. Indian Natl. Sci. Acad. (B Biol. Sci. = Proceedings of the Indian National Science Academy. Part B. Biological sciences. New Delhi -Proc. Indiana Acad. Sci. = Proceedings of the Indiana Academy of Sciences -Proc. Inst. Civ. Eng. Civ. Eng. = Proceedings of the Institution of Civil Engineers. Civil Engineering -Proc. Inst. Civ. Eng. Munic. Eng. = Proceedings of the Institution of Civil Engineers. Municipal Engineer -Proc. Inst. Civ. Eng. Struct. Build. = Proceedings of the Institution of Civil Engineers. Structures and Buildings -Proc. Inst. Civ. Eng. Transp. = Proceedings of the Institution of Civil Engineers. Transport -Proc. Instit. Civ. Eng. Water Maritime Eng. = Proceedings of the Institution of Civil Engineers. Water and Maritime Engineering -Proc. Inst. Mech. Eng. Pt. B: J. Eng. Manuf. = Proceedings of the Institution of Mechanical Engineers, Part B: Journal of Engineering Manufacture -Proc. Inst. Mech. Eng. Pt. D: J. Automobile Eng. = Proceedings of the Institution of Mechanical Engineers, Part D: Journal of Automobile Engineering -Proc. Inst. Mech. Eng. Pt. F: J. Rail Rapid Transit = Proceedings of the Institution of Mechanical Engineers, Part F: Journal of Rail and Rapid Transit -Proc. Inst. Mech. Eng., Part M: J. Eng. Marit. Environ. = Proceedings of the Institution of Mechanical Engineers, Part M: Journal of Engineering for the Maritime Environment -Proc. Inst. Mech. Eng. Pt. G: J. Aerosp. Eng. = Proceedings of the Institution of Mechanical Engineers. Part G: Journal of Aerospace Engineering -Proc. Int. Offshore Polar Eng. Conf. = Proceedings of the International Offshore and Polar Engineering Conference -Proc. Linn. Soc. N.S.W. = Proceedings of the Linnean Society of New South Wales. Sydney -Proc. La. Acad. Sci. = Proceedings of the Louisiana Academy of Sciences -Proc. Natl. Acad. Sci. India (B Biol. Sci. = Proceedings of the National Academy of Sciences of India. Section B. Biological sciences. Allahabad -Proc. Natl. Acad. Sci. USA = Proceedings of the National Academy of Sciences, USA -Proc. Natl. Sci. Counc. Rep. China Pt. B Life Sci. = Proceedings of the National Science Council, Republic of China. Part B, Life Sciences -Proc. NIPR Symp. Polar Biol. = Proceedings of the NIPR Symposium on Polar Biology. Tokyo -Proc. R. Soc. Edinb. Sect. A = Proceedings of the Royal Society of Edinburgh Section A -Proc. R. Soc. Lond., Ser. B: Biol. Sci. = Proceedings of the Royal Society of London, Series B: Biological Sciences -Proc. R. Soc. Queensl. = Proceedings of the Royal Society of Queensland -Proc. R. Soc. Vic. = Proceedings of the Royal Society of Victoria -Proc. San Diego Soc. Nat. Hist. = Proceedings of the San Diego Society of Natural History -Proc. San Diego Soc. Nat. Hist. = Proceedings of the San Diego Society of Natural History. San Diego CA -Proc. Sect. Exp. Appl. Entomol. N. E. V. Amst. = Proceedings of the Section Experimental and Applied Entomology of the Netherlands Entomological Society (N. E. V.) Amsterdam -Proc. Soc. Exp. Biol. Med. = Proceedings of the Society for Experimental Biology and Medicine -Proc. South Dakota Acad. Sci. = Proceedings of the South Dakota Academy of Science -Proc. West. Pharmacol. Soc. = Proceedings of the Western Pharmacology Society -Proc. World Dredg. Conf. = Proceedings of the World Dredging Conference. Palos Verdes Estates CA -Proc. Yorks. Geol. Soc. = Proceedings of the Yorkshire Geological Society. Leeds -Proc. Assoc. Isl. Mar. Lab. Caribb. = Proceedings. Association of Island Marine Laboratories of the Caribbean. Mayaguez -Proc. Bur. Resour. Sci. (Aust. = Proceedings. Bureau of Resource Sciences (Australia). Canberra -Proc. Conf. Mar. Technol. Soc. = Proceedings. Conference. Marine Technology Society. Washington DC -Proc. Int. Balt. Sea Fish. Comm. = Proceedings. International Baltic Sea Fishery Commission. Warsaw -Proc. NAFO = Proceedings. Northwest Atlantic Fisheries Organization. Dartmouth NS -Proc. Offshore Technol. Conf. = Proceedings. Offshore Technology Conference. New York NY -Proc. S.C. Sea Grant Consort. = Proceedings. South Carolina Sea Grant Consortium. Charleston SC -Process Biochem. = Process Biochemistry -Process Eng. = Process Engineering -Process Saf. Environ. Prot. = Process Safety and Environmental Protection -Process Saf. Prog. = Process Safety Progress -Prod. Mer = Produits de la mer. Rennes -Prof. Fisherman = Professional fisherman. Melbourne -Prof. Pap. U.S. Geol. Surv. = Professional paper. U.S. Geological Survey. Washington DC -Prof. Saf. = Professional Safety -Prog. Bot./Fortschr. Bot. = Progress in botany/Fortschritte der Botanik. Berlin -Prog. Hum. Geogr. = Progress in Human Geography -Prog. Neuro-Psychopharmacol. Biol. Psychiatry = Progress in Neuro-Psychopharmacology and Biological Psychiatry -Prog. Neurobiol. = Progress in Neurobiology -Prog. Nuclear Energy = Progress in Nuclear Energy -Prog. Nucleic Acid Res. Mol. Biol. = Progress in Nucleic Acid Research and Molecular Biology -Prog. Oceanogr. = Progress in Oceanography -Prog. Struct. Eng. Mater. = Progress in Structural Engineering and Materials -Prog. Notes Can. Wildl. Serv. = Progress notes. Canadian Wildlife Service. Ottawa ON -Prog. Rep. Inst. Dr. Raul A. Ringuelet = Progress report. Instituto de Limnologia Dr. Raul A. Ringuelet. La Plata -Prog. Rep. U.S. Nav. Ocean Res. Dev. Act. = Progress report. U.S. Naval Ocean Research and Development Activity. NSTL Station MS -Prog. Fish-Cult. = Progressive Fish-Culturist -Proj. Rep. Dep. Prim. Ind. (Queensl. = Project report. Department of Primary Industries (Queensland). Brisbane -Proj. Rep. Lake Kariba Fish. Res. Inst. = Project report. Lake Kariba Fisheries Research Institute. Kariba -Proj. Res. Dev. Act. Aust. Inst. Mar. Sci. = Projected research and development activities. Australian Institute of Marine Science. Townsville -Prostaglandins Leukotrienes Essential Fatty Acids = Prostaglandins Leukotrienes and Essential Fatty Acids -Prot. Met. = Protection of metals. London, New York NY -Protein Peptide Lett. = Protein & Peptide Letters -Protein Eng. Des. Sel. = Protein Engineering Design and Selection -Protein Expression Purif. = Protein Expression and Purification -Protein Sci. = Protein Science -Proteins: Struct. Funct. Genet. = Proteins: Structure, Function & Genetics -Proteomics = Proteomics -Protist = Protist -Provis. Index List Titles Sci. Counc. Meet. Doc. NAFO = Provisional index and list of titles of Scientific Council Meeting documents. Northwest Atlantic Fisheries Organization. Dartmouth NS -Przegl. Zool. = Przeglad zoologiczny. Wroclaw -Psychol. Med. = Psychological Medicine -Psychol. Women Q. = Psychology of Women Quarterly -Psychol., Health Med. = Psychology, Health & Medicine -Psychopharmacology = Psychopharmacology -Psychosom. Med. = Psychosomatic Medicine -Public Health = Public Health -Public Health Rep. = Public Health Reports -Public Health Rev. = Public Health Reviews -Publ. Espec. Inst. Oceanogr. Sao Paulo = Publicacao Especial do Instituto Oceanografico -Publ. Espec. Inst. Oceanogr. Sao Paulo = Publicacao especial do Instituto Oceanografico Sao Paulo. Sao Paulo -Publ. Inst. Pesqui. Mar. Rio de J. = Publicacao. Instituto de Pesquisas de Marinha, Rio de Janeiro. Rio de Janeiro -Publ. Inst. Zool. Dr. Augusto Nobre = Publicacao. Instituto de Zoologia "Dr.Augusto Nobre". Porto -Publ. Esp. Soc. Entomol. Argent. = Publicacion Especial de la Sociedad Entomologica Argentina -Publ. Ocas. Mus. Nac. Hist. Nat. (Chile = Publicacion ocasional. Museo nacional de Historia Natural (Chile). Santiago -Publ. Espec. Cent. Cienc. Mar. Limnol. Univ. Nac. Auton. Mex. = Publicaciones especiales. Centro de Ciencias del Mar y Limnologia, Universidad Nacional Autonoma de Mexico. Mexico City -Publ. Espec. Inst. Esp. Oceanogr. = Publicaciones especiales. Instituto Espanol de Oceanografia. Madrid -Publ. Ocas. Inst. Oceanol. Univ. Valparaiso = Publicaciones ocasionales. Instituto de Oceanologia, Universidad de Valparaiso. Vina del Mar -Publ. Tec. Fac. Cienc. Biol. Univ. Auton. Nuevo Leon = Publicaciones tecnicas de la Facultad de Ciencias Biologicas, Universidad Autonoma de Nuevo Leon. San Nicolas de los Garza -Publ. Avuls. Inst. Port. Invest. Marit. = Publicacoes avulsas. Instituto Portugues de Investigacao Maritima. Lisbon -Publ. Ocas. Soc. Port. Malacol. = Publicacoes ocasionais da Sociedade Portuguesa de Malacologia. Lisbon -Publ. Assoc. Dev. Aquacult. Cestas = Publication de l'Association pour le Developpement de l'Aquaculture, Cestas. Cestas -Publ. Balt. Mar. Biol. = Publication. Baltic Marine Biologists. Uppsala -Publ. Delft Hydraul. Lab. = Publication. Delft Hydraulics Laboratory. Delft -Publ. Dep. Halieut. Ec. Natl. Super. Agron. Rennes = Publications du Departement d'Halieutique, Ecole nationale superieure agronomique de Rennes. Rennes -Publ. Amakusa Mar. Biol. Lab. = Publications from the Amakusa Marine Biological Laboratory. Tomoka -Publ. Seto Mar. Biol. Lab. = Publications of the Seto Marine Biological Laboratory -Publ. Seto Mar. Biol. Lab. (Spec. Publ. Ser. = Publications of the Seto Marine Biological Laboratory. Special publication series. Shirahama -Publ. Water Environ. Res. Inst. = Publications of the Water and Environment Research Institute -Publ. Chesapeake Res. Consort. = Publications. Chesapeake Research Consortium. Annapolis MD -Publ. Fla. Inst. Phosphate Res. = Publications. Florida Institute of Phosphate Research. -Publ. Galveston Bay Natl. Estuar. Program = Publications. Galveston Bay National Estuary Program. Galveston TX -Publ. Mar. Advis. Serv. R.I. Univ. Sea Grant Program = Publications. Marine Advisory Service, Rhode Island University Sea Grant Program. Narragansett RI -Publ. Md. Univ. Sea Grant Program = Publications. Maryland University Sea Grant Program. College Park MD -Publ. Oreg. State Univ. Sea Grant Coll. Program = Publications. Oregon State University Sea Grant College Program. Corvallis OR -Publ. R.I. Univ. Sea Grant Coll. Program = Publications. Rhode Island University Sea Grant College Program. Narragansett RI -Publ. Tenn. Valley Auth. = Publications. Tennessee Valley Authority. Knoxville TN -Publ. Va. Sea Grant Consort. = Publications. Virginia Sea Grant Consortium. Charlottesville VA -PUC-SP Cienc. Biol. Ambiente = PUC-SP Ciencias Biologicas e do Ambiente -Punjab Fish. Bull. = Punjab fisheries bulletin. Chandigarh -Punjab Univ. J. Zool. = Punjab University Journal of Zoology -QJM = QJM -Quad. Ente Tutela Pesca Udine (Nuova Ser. = Quaderni dell'Ente tutela pesca, Udine. Nuova serie. Udine -Quad. Ente Tutela Pesca Udine. (Ser. S = Quaderni dell'Ente tutela pesca, Udine. Serie S. Udine -Quad. Ist. Idrobiol. Acquacolt. 'G. Brunelli' = Quaderni dell'Istituto di idrobiologia e acquacoltura 'G. Brunelli'. Sabaudia -Quad. ICRAM = Quaderni ICRAM. Rome -Quad. Tec. Acquacolt. = Quaderni tecnici di acquacoltura. Rome -Qual. Saf. Health Care = Quality & Safety in Health Care -Qual. Reliab. Eng. Int. = Quality and Reliability Engineering International -Quant. Microbiol. = Quantitative Microbiology -Q. J. Exp. Psychol. Sect. B = Quarterly Journal of Experimental Psychology Section B -Q. J. Int. Agric. = Quarterly Journal of International Agriculture -Q. Rep. RTRI = Quarterly Report of RTRI -Q. Rev. Biol. = Quarterly Review of Biology -Q. Rev. Biophys. = Quarterly Reviews of Biophysics -Quatern. Res. = Quaternary Research -Queensl. Fisherman = Queensland fisherman. Clayfield -Queensl. Nat. = Queensland Naturalist -Quick Frozen Foods Int. = Quick frozen foods international. New York NY -Quintessence Excellence Environ. Contam. Toxicol. = Quintessence: Excellence in Environmental Contamination & Toxicology -Fridtjof Nansen Surv. Rep. = R/V Dr. Fridtjof Nansen Survey Reports -Rad Sigur./Work Saf. = Rad i Sigurnost/Work and Safety -Radiat. Measur. = Radiation Measurements -Radiat. Oncol. Invest. = Radiation Oncology Investigations -Radiat. Phys. Chem. = Radiation Physics and Chemistry -Radiat. Prot. Dosimet. = Radiation Protection Dosimetry -Radiat. Res. = Radiation Research -Radiat. Biol. Radioekol. = Radiatsionnaia Biologiia, Radioekologii -Radioact. Waste Manage. Environ. Restor. = Radioactive Waste Management and Environmental Restoration -Radioact. Food Environ. = Radioactivity in food and the environment. London, Stirling -Radiology = Radiology -Raffles Bull. Zool. = Raffles Bulletin of Zoology -Rail Int. = Rail International -Railway Age = Railway Age -RAP Publ. = RAP publication. Bangkok -RAPA Rep. = RAPA report. Bangkok -Rapp. Annu. Prod. Peches Marit. Cult. Mar. FIOM = Rapport annuel de production des peches maritimes et des cultures marines. FIOM. Paris -Rapp. Annu. Cent. Tech. For. Trop. Nogent-sur-Marne = Rapport annuel. Centre technique forestier tropical, Nogent-sur-Marne. Nogent-sur-Marne -Rapp. Annu. Commer. Exter. Prod. Mer FIOM = Rapport annuel. Commerce exterieur des produits de la mer. FIOM. Paris -Rapp. Annu. GIROQ Univ. Laval/Univ.McGill = Rapport annuel. Groupe interuniversitaire de Recherches oceanographiques du Quebec. Universite Laval/Universite McGill. Quebec PQ -Rapp. Annu. INRS-Oceanol. = Rapport annuel. INRS-Oceanologie. Rimouski PQ -Rapp. Act. Programmes Rech. Act. Cent. Natl. Rech. Oceanogr. Peches (Mauritania = Rapport d'activite, programmes de recherche et d'activite. Centre national de Recherches oceanographiques et des Peches (Mauritania). Nouadhibou -Rapp. Nordlands Forskning = Rapport Nordlands Forskning. Nordland Research Institute -Rapp. Sci. Antenne ORSTOM Seychelles = Rapport scientifique. Antenne ORSTOM aux Seychelles. Victoria, Mahe -Rapp. Trienn. Dep. Oceanogr. Univ. Que. Rimouski = Rapport triennal. Department d'Oceanographie, Universite du Quebec a Rimouski. Rimouski PQ -Rapp. Fiskeriforsk. = Rapport. Fiskeriforskning -Rapp. Inst. Admin. Organ. Univ. Bergen = Rapport. Institutt for Administrasjon og Organisasjonsvitenskap, Universitetet i Bergen -Rapp. Lab. Hydrobiol. Bamako ORSTOM = Rapport. Laboratoire d'Hydrobiologie, Bamako, ORSTOM. Bamako -Rapp. Sent. Fiskerioekon. Bergen = Rapport. Senter for fiskerioekonomi, Bergen. Bergen -Rapp. Meld. Fiskeridir. (Norw. = Rapporter og meldinger. Fiskeridirektoratet (Norway). Bergen -Rapp. Act. Sci. Mer. Oceanogr. Cent. Noumea ORSTOM = Rapports d'activite. Sciences de la mer. Oceanographie. Centre de Noumea, ORSTOM. Noumea -Rapp. Missions Sci. Mer Biol. Mar. Cent. Noumea ORSTOM = Rapports de missions. Sciences de la mer. Biologie marine. Centre de Noumea, ORSTOM. Noumea -Rapp. Missions Sci. Mer. Oceanogr. Phys. Cent. Noumea ORSTOM = Rapports de missions. Sciences de la mer. Oceanographie physique. Centre de Noumea, ORSTOM. Noumea -Rapp. Sci. Tech. Equipe Rech. Serv. Pech. Port-Vila ORSTOM = Rapports scientifiques et techniques. Equipe de Recherche. Service des Peches Port-Vila, ORSTOM. Port-Vila -Rapp. Sci. Tech. Sci. Mer. Biol. Mar. Cent. Noumea ORSTOM = Rapports scientifiques et techniques. Sciences de la mer. Biologie marine. Centre de Noumea ORSTOM. Noumea -Rapp. Sci. Tech. Sci. Mer Oceanogr. Phys. Cent. Noumea ORSTOM = Rapports scientifiques et techniques. Sciences de la mer. Oceanographie physique. Centre de Noumea, ORSTOM. Noumea -Rapp. Sci. Tech. Sci. Vie Pharmacol. Cent. Noumea ORSTOM = Rapports scientifiques et techniques. Sciences de la vie. Pharmacologie. Centre de Noumea ORSTOM. Noumea -Rapp. Comm. Int. Prot. Eaux Leman Contre Pollut. = Rapports. Commission internationale pour la Protection des Eaux du Leman contre la Pollution. Lausanne -Rapportser. Norsk Polarinst. = Rapportserie. Norsk Polarinstitutt -Rasain = Rasain. Male -Recept. Signal Transduct. = Receptors & Signal Transduction -Receptors Channels = Receptors and Channels -Recherche = Recherche. Paris -Rec. Aust. Mus. = Records of the Australian Museum. Sydney -RECOSCIX-WIO Annu. Rep. = RECOSCIX-WIO annual report. Mombasa -Recl. Med. Vet. Alfort = Recueil de Medecine Veterinaire d'Alfort -Recurs. Pesca (Ser. Divulg. = Recursos da pesca. Serie divulgacao. Gabinete de Estudos e Planeamento das Pescas (Portugal). Lisbon -Recurs. Pesca (Ser. Estat. = Recursos da pesca. Serie estatistica. Gabinete de Estudos e Planeamento das Pescas (Portugal). Lisbon -Recurs. Hidric. = Recursos hidricos. Lisbon -Recurs. Pesq. Asturias = Recursos pesqueros de Asturias. Oviedo -Redes Ind. Pesq. Argent. = Redes de la Industria Pesquera Argentina. Buenos Aires -Reef Res. = Reef research. Townsville -Ref. Methods Mar. Pollut. Stud. = Reference methods for marine pollution studies. Geneva -Reg. Tuna Bull. Ocean. Fish. Programme Secr. Pac. Community = Regional tuna bulletin. Oceanic Fisheries Programme, Secretariat of the Pacific Community. Noumea -Regul. Rivers: Res. Manage. = Regulated Rivers: Research & Management -Regulatory Peptides = Regulatory Peptides -Regul. Toxicol. Pharmacol. = Regulatory Toxicology and Pharmacology -Rehabil. Technol. = Rehabilitation Technology -Relat. Int. Inst. Oceanogr. Univ. Sao Paulo = Relatorio interno do Instituto Oceanografico, Universidade de Sao Paulo -Relat. Cient. Tec. Inst. Port. Invest. Marit. = Relatorios cientificos e tecnicos. Instituto Portugues de Investigacao Maritima. Lisbon -Relat. Cruzeiros Inst. Oceanogr. Univ. Sao Paulo (Ser. N/Oc PROF. W. BESNARD = Relatorios de cruzeiros. Instituto Oceanografico, Universidade de Sao Paulo. Serie: N/Oc. PROF. W. BESNARD. Sao Paulo -Relat. Tec. Inst. Oceanogr. Sao Paulo = Relatorios Tecnicos do Instituto Oceanografico Sao Paulo -Relat. Tec. Inst. Oceanogr. Univ. Sao Paulo = Relatorios tecnicos do Instituto Oceanografico, Universidade de Sao Paulo. Sao paulo -Reliab. Eng. Syst. Saf. = Reliability Engineering & System Safety -Remediation = Remediation -Remote Sens. Environ. = Remote Sensing of Environment -Renew. Energy News Dig. = Renewable energy news digest. Schnectady NY -Reperes Ocean = Reperes ocean. IFREMER. Brest -Rep. Acc. Dunstaffnage. Mar. Lab. Scott. Assoc. Mar. Sci. = Report and accounts of the Dunstaffnage Marine Laboratory and the Scottish Association for Marine Science. Oban -Rep. Fish. Resour. Invest. Sci. Fish. Agency Jap. Gov. = Report of fisheries resources investigations by the scientists of the Fisheries Agency, Japanese Government. Tokyo -Rep. Fish. Res. Lab. Kyushu Univ. = Report of Fishery Research Laboratory, Kyushu University. Fukuoka -Rep. Japan Mar. Sci. Technol. Cent./Kaiyo Kagaku Gijutsu Senta Shiken Kenkyu Hokoku = Report of Japan Marine Science and Technology Center/Kaiyo Kagaku Gijutsu Senta Shiken Kenkyu Hokoku. Yokosuka -Rep. Port Harbour Res. Inst. Yokosuka = Report of Port and Harbour Research Institute, Yokosuka. Yokosuka -Rep. Br. Antarct. Surv. = Report of the British Antarctic Survey. Cambridge -Rep. Cent. Ecol. Hydrol. Swindon = Report of the Centre for Ecology and Hydrology, Swindon. Swindon -Rep. Clerk Chief Fish. Off. N. West. N. Wales Sea Fish. Comm. = Report of the Clerk and Chief Fishery Officer. North Western and North Wales Sea Fisheries Committee. Lancaster -Rep. Counc. Nat. Environ. Res. Counc. (U.K = Report of the Council. Natural Environment Research Council (U.K.). London -Rep. Fish. Lab. Miyazaki Univ. = Report of the Fisheries Laboratory, Miyazaki University. Miyazaki -Rep. Fish. Res. Lab. Mie Univ. = Report of the Fisheries Research Laboratory, Mie University. Shima -Rep. Fukaura Mar. Biol. Lab. Hirosaki Univ. = Report of the Fukaura Marine Biological Laboratory, Hirosaki University. Hirosaki -Rep. Inst. Freshwat. Ecol. UK = Report of the Institute of Freshwater Ecology, UK. imprint varies -Rep. Meet. Counc. Southeast Asian Fish. Dev. Cent. = Report of the meeting of the council of the Southeast Asian Fisheries Development Center. Imprint varies -Rep. Meet. Program Comm. Southeast Asian Fish. Dev. Cent. = Report of the meeting of the Program Committee of the Southeast Asian Fisheries Development Center. Bangkok -Rep. Meet. SC-CAMLR = Report of the meeting of the Scientific Committee. Scientific Committee for the Conservation of Antarctic Marine Living Resources. Hobart -Rep. N.Z. Fish. Ind. Board = Report of the New Zealand Fishing Industry Board. Wellington -Rep. Plymouth Mar. Lab. = Report of the Plymouth Marine Laboratory. Plymouth -Rep. Proudman Oceanogr. Lab. Bidston = Report of the Proudman Oceanographic Laboratory, Bidston. Bidston -Rep. Sado Mar. Biol. Stn. Niigata Univ = Report of the Sado Marine Biological Station, Niigata University. Niigata -Rep. Tokyo Univ. Fish. = Report of the Tokyo University of Fisheries. Tokyo -Rep. Act. Oslo Paris Comm. = Report on the activities of the Oslo and Paris Commissions. London -Rep. Ser. Calif. Sea Grant Coll. Program = Report series. California Sea Grant College Program. La Jolla CA -Rep. Ser. N.Y. Sea Grant Inst. = Report series. New York Sea Grant Institute. Albany NY -Rep. Ser. Salm. Genet. Res. Program (Can. = Report series. Salmon Genetics Research Program (Canada). St. Andrews NB -Rep. Alaska Miner. Manage. Serv. = Report. Alaska Minerals Management Service. Anchorage AK -Rep. Aquacult. Dep. Southeast Asian Fish. Dev. Cent. = Report. Aquaculture Department, Southeast Asian Fisheries Development Center. Tigbauan -Rep. Argonne Natl. Lab. = Report. Argonne National Laboratory. Argonne IL -Rep. Brookhaven Natl. Lab. = Report. Brookhaven National Laboratory. Upton NY -Rep. Bur. Resour. Sci. (Aust. = Report. Bureau of Resource Sciences (Australia). Canberra -Rep. Calif. Inst. Technol. W.M. Keck Lab. Hydraul. Water Resour. = Report. California Institute of Technology, W.M. Keck Laboratory for Hydraulics and Water Resources. Pasadena CA -Rep. CIRIA Underwat. Eng. Group = Report. CIRIA Underwater Engineering Group. London -Rep. CSIRO Mar. Lab. = Report. CSIRO Marine Laboratories. Hobart -Rep. David Taylor Res. Cent. = Report. David Taylor Research Center. Bethesda MD -Rep. Environ. Res. Inst. Mich. = Report. Environmental Research Institute of Michigan. Ann Arbor MI -Rep. Environ. Stud. Res. Funds = Report. Environmental Studies Research Funds. Ottawa ON -Rep. Fish. Dep. (Vanuatu = Report. Fisheries Department (Vanuatu). Port Vila -Rep. Fish. Res. Inst. Wash. Univ. = Report. Fisheries Research Institute, Washington University. Seattle WA -Rep. Fla. Sea Grant. (Coll. = Report. Florida Sea Grant [College] Program. Gainesville FL -Rep. GFCM = Report. General Fisheries Commission for the Mediterranean. Rome -Rep. Geophys. Inst. Univ. Bergen = Report. Geophysical Institute, University of Bergen. Bergen -Rep. Hydraul. Res. Stn. Wallingford = Report. Hydraulics Research Station, Wallingford. Wallingford -Rep. Hydrol. Eng. Cent. Davis Calif. = Report. Hydrologic Engineering Center, Davis, Calif. Davis CA -Rep. Ill. Environ. Prot. Agency Div. Water Pollut. Control = Report. Illinois Environmental Protection Agency, Division of Water Pollution Control. Springfield IL -Rep. Ill.-Indiana Sea Grant Program = Report. Illinois-Indiana Sea Grant Program. Chicago IL -Rep. Inland Fish. Comm. (Tasman. = Report. Inland Fisheries Commission (Tasmania). Hobart -Rep. ICCAT = Report. International Commission for the Conservation of Atlantic Tunas. Madrid -Rep. Iowa Inst. Hydraul. Res. = Report. Iowa Institute of Hydraulic Research. Iowa City IA -Rep. Lawrence Berkeley Natl. Lab. = Report. Lawrence Berkeley National Laboratory. Berkeley CA -Rep. Lawrence Livermore Natl. Lab. = Report. Lawrence Livermore National Laboratory. CA -Rep. Los Alamos Natl. Lab. = Report. Los Alamos National Laboratory. Los Alamos NM -Rep. Maine-N.H. Sea Grant Coll. Program = Report. Maine-New Hampshire Sea Grant College Program. Orono ME -Rep. Mar. Freshw. Res. Inst. = Report. Marine and Freshwater Research Institute. Queenscliff, Vic. -Rep. Md. Univ. Chesapeake Biol. Lab. = Report. Maryland University, Chesapeake Biological Laboratory. Solomons MD -Rep. Md. Univ. Nat. Resour. Inst. = Report. Maryland University, Natural Resources Institute. Solomons MD -Rep. Mass. Inst. Technol. Sea Grant Program = Report. Massachusetts Institute of Technology Sea Grant Program. Cambridge MA -Rep. Mass. Inst. Technol. Dep. Earth Atmos. Planet. Phys. = Report. Massachusetts Institute of Technology, Department of Earth, Atmospheric and Planetary physics. Cambridge MA -Rep. Mass. Inst. Technol. Ocean Eng. Dep. = Report. Massachusetts Institute of Technology, Ocean Engineering Department. Cambridge MA -Rep. Miss.-Ala. Sea Grant Consort. = Report. Mississippi-Alabama Sea Grant Consortium. Ocean Springs MS -Rep. Natl. Transp. Saf. Board (U.S. = Report. National Transportation Safety Board (U.S.). Washington DC -Rep. N.H. Univ. Sea Grant Program = Report. New Hampshire University Sea Grant Program. Durham NH -Rep. N.M. Water Resour. Inst. = Report. New Mexico Water Resources Institute. Las Cruces NM -Rep. N.C. Univ. Water Resour. Res. Inst. = Report. North Carolina University, Water Resources Institute. Raleigh NC -Rep. Oak Ridge Natl. Lab. = Report. Oak Ridge National Laboratory. Oak Ridge TN -Rep. Off. Res. Dev. U.S. Coast Guard = Report. Office of Research and Development, U.S. Coast Guard. Washington DC -Rep. Reg. Tech. Meet. Fish. S. Pac. Comm. = Report. Regional Technical Meeting on Fisheries. South Pacific Commission. Noumea -Rep. Sandia Natl. Lab. = Report. Sandia National Laboratories. Albuquerque NM -Rep. S. Pac. Albacore Res. Workshop = Report. South Pacific Albacore Research Workshop. Noumea -Rep. South. Calif. Univ. Sea Grant Program = Report. Southern California University Sea Grant Program. Los Angeles CA -Rep. Standing Comm. Tuna Billfish S. Pac. Comm. = Report. Standing Committee on Tuna and Billfish, South Pacific Commission. Noumea -Rep. Stevens Inst. Technol. Davidson Lab. = Report. Stevens Institute of Technology, Davidson Laboratory. Hoboken NJ -Rep. Swed. Environ. Prot. Agency = Report. Swedish Environmental Protection Agency. Solna -Rep. Tenn. Valley Auth. = Report. Tennessee Valley Authority. Knoxville TX -Rep. Tex. A&M Univ. Sea Grant Program = Report. Texas Agricultural and Mechanical University Sea Grant Program. College Station TX -Rep. Tex. Univ. Appl. Res. Lab. = Report. Texas University, Applied Research Laboratories. Austin TX -Rep. U.S. Air Force Inst. Technol. = Report. U.S. Air Force Institute of Technology. Wright-Patterson AFB OH -Rep. U.S. Army Coast. Eng. Res. Cent. = Report. U.S. Army Coastal Engineering Research Center. Fort Belvoir VA -Rep. U.S. Army Eng. Waterways Exp. Stn. Geotech. Lab. = Report. U.S. Army Engineer Waterways Experiment Station, Geotechnical Laboratory. Vicksburg MS -Rep. U.S. Bur. Reclam. Eng. Res. Cent. = Report. U.S. Bureau of Reclamation, Engineering and Research Center. Denver CO -Rep. U.S. Coast Guard Oceanogr. Unit = Report. U.S. Coast Guard, Oceanographic unit. Washington DC -Rep. U.S. Coast Guard Res. Dev. Cent = Report. U.S. Coast Guard, Research and Development Center. Washington DC -Rep. U.S. Coast Guard = Report. U.S. Coast Guard. Washington DC -Rep. U.S. Dep. Energy = Report. U.S. Department of Energy. Washington DC -Rep. U.S. Environ. Prot. Agency = Report. U.S. Environmental Protection Agency. Washington DC -Rep. U.S. Geol. Surv. Water Resour. Div. = Report. U.S. Geological Survey, Water Resources Division. Reston VA -Rep. U.S. Geol. Surv. = Report. U.S. Geological Survey. Reston VA -Rep. U.S. Marit. Adm. Off. Res. Dev. = Report. U.S. Maritime Administration. Office of Research and Development. Washington DC -Rep. U.S. Nav. Biodyn. Lab. = Report. U.S. Naval Biodynamics Laboratory. New Orleans LA -Rep. U.S. Nav. Civ. Eng. Lab. = Report. U.S. Naval Civil Engineering Laboratory. Port Hueneme CA -Rep. U.S. Nav. Environ. Predict. Res. Facil. = Report. U.S. Naval Environmental Prediction Research Facility. Monterey CA -Rep. U.S. Nav. Facil. Eng. Command Chesapeake Div. = Report. U.S. Naval Facilities Engineering Command, Chesapeake Division. Washington DC -Rep. U.S. Nav. Health Res. Cent. = Report. U.S. Naval Health Research Center. San Diego CA -Rep. U.S. Nav. Med. Res. Inst. = Report. U.S. Naval Medical Research Institute. Bethesda MD -Rep. U.S. Nav. Ocean Res. Dev. Act. = Report. U.S. Naval Ocean Research and Development Activity. NSTL Station MS -Rep. U.S. Nav. Ocean Syst. Cent. = Report. U.S. Naval Ocean Systems Center. San Diego CA -Rep. U.S. Nav. Oceanogr. Atmos. Res. Lab. = Report. U.S. Naval Oceanographic and Atmospheric Research Laboratory. Stennis Space Center MS, Monterey CA -Rep. U.S. Nav. Postgrad. Sch. = Report. U.S. Naval Postgraduate School. Monterey CA -Rep. U.S. Nav. Res. Lab. = Report. U.S. Naval Research Laboratory. Washington DC -Rep. U.S. Nav. Submar. Med. Res. Lab. = Report. U.S. Naval Submarine Medical Research Laboratory. Groton CT -Rep. U.S. Nav. Exp. Diving Unit = Report. U.S. Navy Experimental Diving Univ. Panama City FL -Rep. Univ. South. Calif. Inst. Mar. Coast. Stud. = Report. University of Southern California, Institute of Marine and Coastal Studies. Los Angeles CA -Rep. Univ. D.C. Water Resour. Res. Cent. = Report. University of the District of Columbia, Water Resources Research Center. Washington DC -Rep. Wash. Univ. Appl. Phys. Lab. = Report. Washington University, Applied Physics Laboratory. Seattle WA -Rep. Water Environ. Stud. Linkoep. Univ. = Report. Water and Environmental Studies, Linkoping University. Linkoping -Rep. Wis. Sea Grant Advis. Serv. = Report. Wisconsin Sea Grant Advisory Service. Madison WI -Rep. Wis. Sea Grant Inst. = Report. Wisconsin Sea Grant Institute. Madison WI -Rep. Wis. Univ. Sea Grant Coll. Program = Report. Wisconsin University Sea Grant College Program. Madison WI -Rep. Woods Hole Oceanogr. Inst. = Report. Woods Hole Oceanographic Institute. Woods Hole MA -Rep. Invest. Inst. Bot. Acad. Cienc. Cuba = Reporte de investigacion del Instituto de Botanica, Academia de Ciencias de Cuba. Havana -Rep. Invest. Inst. Ecol. Sist. Acad. Cienc. Cuba = Reporte de investigacion del Instituto de Ecologia y Sistematica, Academia de Ciencias de Cuba. Havana -Rep. Invest. Inst. Geogr. Acad. Cienc. Cuba = Reporte de investigacion del Instituto de Geografia, Academia de Ciencias de Cuba. Havana -Rep. Invest. Inst. Oceanol. Acad. Cienc. Cuba = Reporte de investigacion del Instituto de Oceanologia, Academia de Ciencias de Cuba. Havana -Rep. Invest. Inst. Zool. Acad. Cienc. Cuba = Reporte de investigacion del Instituto de Zoologia, Academia de Ciencias de Cuba. Havana -Rep. Mens. Inst. Invest. Oceanol. Univ. Auton. Baja Calif. = Reporte mensual. Instituto de Investigaciones Oceanologicas, Universidad Autonoma de Baja California. Ensenada -Rep. Tec. Inst. Invest. Oceanol. Univ. Auton. Baja Calif. = Reporte tecnico. Instituto de Investigaciones Oceanologicas, Universidad Autonoma de Baja California. Ensenada -Rep. Stud. GESAMP = Reports and Studies. IMO/FAO/Unesco-IOC/WMO/WHO/IAEA/UN/UNEP Joint Group of Experts on the Scientific Aspects of Marine Environmental Protection (GESAMP). Rome etc. -Rep. Meteorol. Oceanogr. Univers. Bergen = Reports in Meteorology and Oceanography. University of Bergen -CalCOFI Rep. = Reports of California Cooperative Oceanic Fisheries Investigations -Rep. Gov. Major Subsid. Bodies IOC = Reports of governing and major subsidiary bodies. Intergovernmental Oceanographic Commission. Paris -Rep. Meet. Experts Equiv. Bodies IOC = Reports of meetings of experts and equivalent bodies. Intergovernmental Oceanographic Commission. Paris -Rep. Res. Woods Hole Oceanogr. Inst. = Reports on research. Woods Hole Oceanographic Institution. Woods Hole MA -Repos. Trab. Lab. Nac. Invest. Vet. (Port. = Repositorio de trabalhos do Laboratorio Nacional de Investigacao Veterinaria (Portugal). Lisbon -Reprod. Fertil. Dev. = Reproduction, Fertility and Development -Reprod. Toxicol. = Reproductive Toxicology -Res. Dev. News/R & D News = Research and Development News/R & D News -Res. Ind. = Research and industry. New Delhi -Res. Bull. Phuket Mar. Biol. Cent. = Research bulletin. Phuket Marine Biological Center. Phuket -Res. Commun. Mol. Pathol. Pharmacol. = Research Communications in Molecular Pathology and Pharmacology -Res. Horiz. = Research Horizons -Res. Immunol. = Research in Immunology -Res. Microbiol. = Research in Microbiology -Res. Nondestr. Eval. = Research in Nondestructive Evaluation -Res. Popul. Ecol. = Research in population ecology. New York NY -Res. Sports Med. = Research in Sports Medicine -Res. Sports. Med. Int. J. = Research In Sports Medicine: An International Journal -Res. Vet. Sci. = Research in Veterinary Science -Res. Virol. = Research in Virology -Res. Inst. Ind. Sci. Technol = Research Institute of Industrial Science & Technology -Res. J. Chem. Environ. = Research Journal of Chemistry and Environment -Res. Note USDA For. Serv. Intermt. Res. Stn. = Research note. U.S. Department of Agriculture, Forest Service, Intermountain Research Station. Ogden UT -Res. Note USDA For. Serv. Pac. Northwest Res. Stn. = Research note. U.S. Department of Agriculture, Forest Service, Pacific Northwest Research Station. Portland OR -Res. Pap. Ser. Train. Dep. Southeast Asian Fish. Dev. Cent. = Research paper series. Training Department, Southeast Asian Fisheries Development Center. Samutprakarn -Res. Pap., USDA For. Serv. Pac. Southwest Res. Stn. = Research Paper, USDA Forest Service Pacific Southwest Research Station -Res. Pap. Argonne Natl. Lab. = Research paper. Argonne National Laboratory. Argonne IL -Res. Pap. USDA For. Serv. Intermt. Res. Stn. = Research paper. U.S. Department of Agriculture, Forest Service, Intermountain Research Station. Ogden UT -Res. Pap. USDA For. Serv. Northeast. Res. Stn. = Research paper. U.S. Department of Agriculture, Forest Service, Northeastern Research Station. Radnor PA -Res. Pap. USDA For. Serv. Pac. Mt. For. Range Exp. Stn. = Research paper. U.S. Department of Agriculture, Forest Service, Pacific Mountain Forest Range Experiment Station. -Res. Pap. USDA For. Serv. Pac. Northwest Exp. Stn. = Research paper. U.S. Department of Agriculture, Forest Service, Pacific Northwest Experiment Station. -Res. Pap. USDA For. Serv. Pac. Southwest Range Exp. Stn. = Research paper. U.S. Department of Agriculture, Forest Service, Pacific Southwest Range Experiment Station. -Res. Pap. USDA For. Serv. Southeast Intermt. Res. Stn. = Research paper. U.S. Department of Agriculture, Forest Service, Southeast Intermountain Research Station. -Res. Position Pap. CSIRO Land Water = Research Position Paper. CSIRO Land and Water -Res. Rep. Ill. Univ. Water Resour. Cent. = Research report. Illinois University, Water Resources Center. Urbana-Champaign IL -Res.Rep. Ky. Univ. Water Resour. Res. Inst. = Research report. Kentucky University, Water Resources Research Institute. Lexington KY -Res. Rep. Minn. Sea Grant Program = Research report. Minnesota Sea Grant Program. Duluth MN -Res. Rep. Superv. Sci. Alligator Rivers Reg. (Aust. = Research report. Supervising Scientist for the Alligator Rivers Region (Australia). Canberra -Res. Technol. Manage. = Research Technology Management -Res./Resour. Manage. Rep. U.S. Natl. Park Serv. = Research/resource management report. U.S. National Park Service. Washington DC -Res. Popul. Ecol. = Researches on Population Ecology -Resour. Environ. Biotechnol. = Resource and Environmental Biotechnology -Resources = Resources -Respir. Med. = Respiratory Medicine -Respirology = Respirology -Restor. Manage. Notes = Restoration & Management Notes -Restor. Ecol. = Restoration Ecology -Result. Gen. Peche Marit. Senegal. = Resultats generaux de la peche maritime senegalaise. Dakar -Results Sea Fish. Surv. Mot. Vessels = Results of the sea fishery survey by motor vessels. Athens -Resumes Trav. Oceanogr. Cent. Noumea ORSTOM = Resumes des travaux. Oceanographie. Centre de Noumea, ORSTOM. Noumea -Rev. Marit. Transp. = Review of maritime transport. New York NY -Rev. Palaeobot. Palynol. = Review of Paleaobotany and Palynology -Rev. Endocr. Metab. Disord. = Reviews in Endocrine & Metabolic Disorders -Rev. Environ. Sci. Technol. = Reviews in Environmental Science and Technology -Rev. Fish Biol. Fish. = Reviews in Fish Biology and Fisheries -Rev. Fish. Sci. = Reviews in Fisheries Science -Rev. Gastroenterol. Disord. = Reviews in Gastroenterological Disorders -Rev. Med. Microbiol. = Reviews in Medical Microbiology -Rev. Med. Virol. = Reviews in Medical Virology -Rev. Toxicol. = Reviews in Toxicology -Rev. Geophys. = Reviews of Geophysics -Rev. Bras. Biol. = Revista Brasileira de Biologia -Rev. Bras. Entomol. = Revista Brasileira de Entomologia -Rev. Bras. Oceanogr./Braz. J. Oceanogr. = Revista brasileira de oceanografia/Brazilian journal of oceanography. Sao Paulo -Rev. Bras. Zool. = Revista Brasileira de Zoologia -Rev. Chil. Entomol. = Revista Chilena de Entomologia -Rev. Chil. Hist. Nat. = Revista chilena de historia natural. Santiago -Rev. Colombiana Biotecnol. = Revista Colombiana de Biotecnologia -Rev. Cub. Invest. Pesq. = Revista cubana de investigaciones pesqueras. Havana -Rev. Fac. Odontol. Lins = Revista da Faculdade de Odontologia de Lins -Rev. Biol. (Lisboa = Revista de Biologia -Rev. Biol. Mar. Oceanogr. = Revista de biologia marina y oceanografia. Vina del Mar -Rev. Biol. Trop. = Revista de Biologia Tropical -Rev. Biol. Trop. = Revista de biologia tropical. San Jose -Rev. Biol. Univ. Aveiro = Revista de biologia. Universidade de Aveiro. Aveiro -Rev. Cienc. Biol. Cent. Nac. Invest. Cient. (Cuba = Revista de ciencias biologicas. Centro Nacional de Investigaciones Cientificas (Cuba). Havana -Rev. Cienc. Farm. = Revista de Ciencias Farmaceuticas -Rev. Ecol. Latinoam. = Revista de Ecologia Latinoamericana -Rev. Ictiol. = Revista de ictiologia. Corrientes -Rev. Invest. Pesq. (Maputo = Revista de investigacao pesqueira (Maputo). Maputo -Rev. Invest. Cient. Univ. Auton. Baja Calif. Sur (Ser. Cienc. Mar = Revista de investigacion cientifica de la Universidad Autonoma de Baja California Sur. Serie ciencias del mar. La Paz -Rev. Invest. Desarr. Pesq. = Revista de investigacion y desarrollo pesquero. Mar del Plata -Rev. Invest. Mar. = Revista de investigaciones marinas. Mexico City -Rev. Com. Perm. Pac. Sur = Revista de la Comision Permanente del Pacifico Sur. Bogota -Rev. Fac. Agron. = Revista de la Facultad de Agronomia -Rev. Fac. Agron. Univ. Zulia = Revista de la Facultad de Agronomia, Universidad del Zulia. Maracaibo -Rev. Soc. Entomol. Argent. = Revista de la Sociedad Entomologica Argentina -Rev. Soc. Mex. Hist. Nat. = Revista de la Sociedad Mexicana de Historia Natural. Mexico City -Rev. Mar. = Revista de Marinha. Lisbon -Rev. Microbiol. = Revista de Microbiologia -Rev. Odontol. UNESP = Revista de Odontologia da UNESP -Rev. Psicogeriatria = Revista de Psicogeriatria -Rev. Saude Publica, Sao Paulo = Revista de Saude Publica, Sao Paulo -Rev. Zool. (Iztacala = Revista de zoologia (Iztacala). Iztacala -Rev. Mus. Argent. Cienc. Nat. Bernardino Rivadavia Inst. Nac. Invest. Cienc. Nat. (Argent. = Revista del Museo Argentino de Ciencias Naturales "Bernardino Rivadavia" e Instituto Nacional de Investigacion de las Ciencias Naturales (Argentina). Botanica. Buenos Aires -Rev. Mus. Argent. Cienc. Nat. Bernardino Rivadavia Inst. Nac. Invest. Cienc. Nat. (Argent. = Revista del Museo Argentino de Ciencias Naturales "Bernardino Rivadavia" e Instituto Nacional de Investigacion de las Ciencias Naturales (Argentina). Ecologia. Buenos Aires -Rev. Mus. Argent. Cienc. Nat. Bernardino Rivadavia Inst. Nac. Invest. Cienc. Nat. (Argent. = Revista del Museo Argentino de Ciencias Naturales "Bernardino Rivadavia" e Instituto Nacional de Investigacion de las Ciencias Naturales (Argentina). Hidrobiologia. Buenos Aires -Rev. Mus. Argent. Cienc. Nat. Bernardino Rivadavia Inst. Nac. Invest. Cienc. Nat. (Argent. = Revista del Museo Argentino de Ciencias Naturales "Bernardino Rivadavia" e Instituto Nacional de Investigacion de las Ciencias Naturales (Argentina). Zoologia. Buenos Aires -Rev. Mus. La Plata (Nueva Ser. = Revista del Museo de La Plata. Nueva serie. Seccion botanica. La Plata -Rev. Mus. La Plata (Nueva Ser. = Revista del Museo de La Plata. Nueva serie. Seccion geologia. La Plata -Rev. Mus. La Plata (Nueva Ser. = Revista del Museo de La Plata. Nueva serie. Seccion zoologia. La Plata -Rev. Inst. Adolfo Lutz = Revista do Instituto Adolfo Lutz -Rev. Esp. Enferm. Digestivas = Revista Espanola de Enfermedades Digestivas -Rev. Geofis. (Mex. = Revista geofisica (Mexico). Mexico City -Rev. Iberoam. Micol. = Revista Iberoamericana De Micologia -Rev. Int. Contam. Ambient. = Revista Internacional de Contaminacion Ambiental -Rev. Int. Contam. Ambient. = Revista internacional de contaminacion ambiental. Tlaxcala -Rev. Latinoam. Acuicult. = Revista latinoamericana de acuicultura. Lima -Rev. Latinoam. Microbiol. = Revista Latinoamericana de Microbiologia -Rev. Med. Chile = Revista Medica de Chile -Rev. Med.-Chir. = Revista Medico-Chirurgicala -Rev. Nicarag. Entomol. = Revista Nicaraguense de Entomologia -Rev. Nordestina Biol. = Revista nordestina de biologia. Paraiba -Rev. Panam. Salud Publica/Pan Am. J. Public Health = Revista Panamericana de Salud Publica/Pan American Journal of Public Health -Rev. Port. Cienc. Vet. = Revista portuguesa de ciencias veterinarias. Lisbon -Rev. Inst. Geol. Univ. Nac. Auton. Mex. = Revista. Instituto de Geologia, Universidad Nacional Autonoma de Mexico. Mexico City -Rev. Epidemiol. Sante Publique/Epidemiol. Pub. Health = Revue d'Epidemiologie et de Sante Publique/Epidemiology and Public Health -Rev. Hydrobiol. Trop. = Revue d'hydrobiologie tropicale. Paris -Rev. Elev. Med. Vet. Pays Trop. = Revue de l'Elevage et de Medecine Veterinaire des Pays Tropicaux -Rev. INDEMER = Revue de l'INDEMER. Monaco -Rev. Inst. Fr. Pet. = Revue de l'Institut francais du Petrole. Paris -Rev. Med. Vet. = Revue de Medecine Veterinaire -Rev. Sci. Eau/J. Water Sci. = Revue des sciences de l'eau/journal of water science. Paris -Rev. Gen. Froid = Revue generale du froid. Paris -Rev. Geogr. Pyrenees Sud-Ouest = Revue geographique des Pyrenees et du Sud-Ouest. Toulouse -Rev. Int. Oceanogr. Med. = Revue internationale d'oceanographie medicale. Nice -Rev. Marit. = Revue maritime. Paris -Rev. Roum. Biol. (Biol. Anim. = Revue roumaine de biologie. Serie biologie animale. Bucharest -Rev. Roum. Biol. (Biol. Anim. = Revue Roumaine de Biologie. Serie de Biologie Animale -Rev. Suisse Zool. = Revue Suisse de Zoologie -Rev. Tech. Phares Balises = Revue technique des Phares et Balises. Bonneuil-sur-Marne -Rhodora = Rhodora. Cambridge MA -Ribarstvo = Ribarstvo. Zagreb -Ridna Prir. = Ridna priroda. Kiev -Ringing Migr. = Ringing & Migration -Risalah Perikanan Bilangan = Risalah perikanan bilangan. Kuala Lumpur -Risk - Health Saf. Environ. = Risk - Health Safety & Environment -Risk Anal. = Risk Analysis -Rit Fiskideildar/J. Mar. Res. Inst. = Rit Fiskideildar/Journal of the Marine Research Institute, Reykjavik -River Res. Appl. = River Research and Applications -Rivers = Rivers -Riv. Biol./Biol. Forum = Rivista di Biologia/Biology Forum -Riv. Idrobiol. = Rivista di idrobiologia. Monte del Lago sul Trasimeno -Riv. Parassitol. = Rivista di Parassitologia -Riv. Sci. Aliment. = Rivista di scienza dell'alimentazione. Rome -Riv. Ital. Acquacolt. = Rivista italiana di acquacoltura. Verona -RNA = RNA -Rocz. Muz. Gornoslask. Bytom. Przyod. = Rocznik Muzeum Gornoslaskiego w Bytomiu Przyroda -Rostock. Meeresbiol. Beitr. = Rostocker Meeresbiologische Beitrage. Rostock -Roux's Arch. Dev. Biol. = Roux's archives of developmental biology. Berlin -RTRI Rep. = RTRI Report -Rudolstaedter Naturhist. Schr. = Rudolstaedter Naturhistorische Schriften -Rudolstaedter Naturhist. Schr., Suppl. = Rudolstaedter Naturhistorische Schriften, Supplement -Russ. Acad. Sci. Oceanol. = Russian Academy of Sciences. Oceanology -Russ. J. Aquat. Ecol. = Russian journal of aquatic ecology. Moscow -Russian J. Ecol. = Russian Journal of Ecology -Russ. J. Mar. Biol./Biol. Morya = Russian Journal of Marine Biology/Biologiya Morya -Ruthenica = Ruthenica. Moscow -Rybn. Gospod. Ukr./Fish. Ukr. = Rybne gospodarstvo Ukrayini/Fisheries of Ukraine. Kerch -Rybn. Khoz. (Mosc. = Rybnoe khozyajstvo (Moscow). Moscow -Rybokhoz. Izuch. Vnutr. Vodoemov = Rybokhozyajstvennye izucheniya vnutrennikh vodoemov. St. Petersburg -Rybolov = Rybolov. Moscow -Rybovod. Rybolov. = Rybovodstvo i rybolovstvo. Moscow -SABRAO J. = SABRAO Journal -SABRAO J. Breed. Genet. = SABRAO Journal of Breeding and Genetics -SADC Nat. Resour. Newsl. = SADC natural resources newsletter. Lilongwe -SAFE J. = SAFE Journal -Saf. Health = Safety and Health -Saf. Sea Int. = Safety at Sea International -Saf. Sci. = Safety Science -SAMUDRA Rep. = SAMUDRA report. Brussels -SAMUDRA: Doss. = SAMUDRA: dossier. Brussels -San Francisco Estuary Watershed Sci. = San Francisco Estuary and Watershed Science -SARDI Res. Rep. Ser. = SARDI research report series. Adelaide -Sarsia = Sarsia -Sb. Jihoceskeho Muz. Cesk. Budejovicich, Prir. Vedy = Sbornik Jihoceskeho Muzea v Ceskych Budejovicich, Prirodni Vedy -Sb. Nauchn. Tr. AtlantNIRO = Sbornik nauchnykh trudov Atlanticheskogo nauchno-issledovatel'skogo instituta rybnogo khozyajstva i okeanografii. Kaliningrad -Sb. Nauchn. Tr. MMBI = Sbornik nauchnykh trudov Murmanskogo morskogo biologicheskogo instituta. Murmansk -Sb. Nauchn. Tr. NIIGA = Sbornik nauchnykh trudov Nauchno-issledovatel'-skogo instituta geologii Arktiki. St. Petersburg -Sb. Nauchn. Tr. PINRO = Sbornik nauchnykh trudov Polyarnogo nauchno-issledovatel'skogo instituta morskogo rybnogo khozyajstva i okeanografii. Murmansk -Sb. Nauchn. Tr. VNIRO/Collect. Pap. All-Russ. Res. Inst. Mar. Fish. Oceanogr. = Sbornik nauchnykh trudov Vserossijskogo nauchno-issledovatel'skogo instituta morskogo rybnogo khozyajstva i okeanografii/Collected papers. All-Russia Research Institute of Marine Fisheries and Oceanography. Moscow -Sb. Nauchn. Tr. VNIIPRKh = Sbornik nauchnykh trudov Vserossijskogo nauchno-issledovatel'skogo instituta prudovogo rybnogo khozyajstva. Moscow -Sb. Nauchn. Tr. GosNIORKh = Sbornik nauchnykh trudov. Gosudarstvennyj nauchno-issledovatel'skij institut ozernogo i rechnogo rybnogo khozyajstva. St. Petersburg -Sb. Rab. IBM = Sbornik rabot Instituta biologii morya. Vladivostok -Sb. Tr. Zool. Muz. MGU/Arch. Zool. Mus. Mosc. State Univ. = Sbornik trudov Zoologicheskogo muzeya, Moskovskogo gosudarstvennogo universiteta/Archives of the Zoological Museum, Moscow State University. Moscow -Scand. Audiol. = Scandinavian Audiology -Scand. J. Clin. Lab. Invest. = Scandinavian Journal of Clinical and Laboratory Investigation -Scand. J. Dent. Res. = Scandinavian Journal of Dental Research -Scand. J. For. Res. = Scandinavian Journal of Forest Research -Scand. J. Immunol. = Scandinavian Journal of Immunology -Scand. J. Infect. Dis. = Scandinavian Journal of Infectious Diseases -Scand. J. Infect. Dis. Suppl. = Scandinavian Journal of Infectious Diseases Supplement -Scand. J. Med. Sci. Sports = Scandinavian Journal of Medicine & Science in Sports -Scand. J. Public Health = Scandinavian Journal of Public Health -Scand. J. Rehabil. Med. = Scandinavian Journal of Rehabilitation Medicine -Scand. J. Work Environ. Health = Scandinavian Journal of Work, Environment & Health -Schiff Hafen = Schiff und Hafen. Hamburg -Schr. Bundesforschungsanst. Fisch. Hamb. = Schriften der Bundesforschungsanstalt fur Fischerei Hamburg. Hamburg -Schr. Naturwiss. Ver. Schlesw.- Holst. = Schriften des Naturwissenschaftlichen Vereins fur Schleswig-Holstein. Kiel -Schriftenr. Schutzgem. Dtsch. Nordseekueste = Schriftenreihe der Schutzgemeinschaft Deutsche Nordseekuste e. V. Wilhelmshaven -Schriftenr. Verb. Dtsch. Fischereiverwaltungsbeamter Fischereiwiss. = Schriftenreihe des Verbandes Deutscher Fischereiverwaltungsbeamter und Fischereiwissenschaftler. Offenbach -Schriftenr. Ver. Wasser- Boden- Lufthyg. = Schriftenreihe des Vereins fur Wasser-, Boden- und Lufthygiene. Stuttgart, New York NY -Schriftenr. Umw. (Fisch. = Schriftenreihe Umwelt. Fischerei. Bern -Schriftenr. Nationalpark Schlesw.-Holst. Wattenmeer = Schriftenreihe. Nationalpark Schleswig-Holsteinisches Wattenmeer. Toning -Sci. Cult. = Science & Culture -Sci. Res. Internal Rep. NZ Dept. Conserv. = Science & Research Internal Report. New Zealand Department of Conservation -Science (Wash. = Science (Washington) -Sci. Environ. = Science and environment. Aligarh -Sci. Bull. Fac. Agric. Kyushu Univ. = Science Bulletin of the Faculty of Agriculture, Kyushu Unive -Sci. Conserv. = Science for Conservation -Sci. China Ser. A = Science in China Series A -Sci. China Ser. C (Life Sci. = Science in China Series C (Life Sciences) -Sci. China. Series F: Inform. Sci. = Science in China. Series F: Information Sciences -Sci. Total Environ. = Science of the Total Environment -Sci. Rep. Toyohashi Mus. Nat. Hist. = Science Report of the Toyohashi Museum of Natural History -Sci.Rep. (New Delhi = Science reporter (New Delhi). New Delhi -Sci. Rep. Tohoku Univ. (4 Ser. Biol. = Science reports of Tohoku University. Fourth series. Biology. Sendai -Sci. Rep. Hirosaki Univ. = Science reports. Hirosaki University. Hirosaki -Sci. Rev. Pac. Reg. Dep. Fish. Oceans (Can. = Science review. Pacific Region, Department of Fisheries and Oceans (Canada). Vancouver BC -Sci. Rev. Scotia-Fundy Reg. Dep. Fish. Oceans (Can. = Science review. Scotia-Fundy Region, Department of Fisheries and Oceans (Canada). Dartmouth NS -Sci. Ser. Aquat. Environ. Monit. Rep. Cent. Environ. Fish. Aquac. Sci. = Science series aquatic environment monitoring report. Centre for Environment, Fisheries and Aquaculture Science. Lowestoft -Sci. Ser. Tech. Rep. Cent. Environ. Fish. Aquac. Sci. = Science series technical report. Centre for Environment, Fisheries and Aquaculture Science. Lowestoft -Science/Ciencia = Science/Ciencia. Ponce -Sci. Tech. Eau = Sciences et techniques de l'eau. Montreal PQ -Sci. Atmos. Sin./Daqi Kexue = Scientia atmospherica sinica/Daqi Kexue. Beijing -Sci. Iranica = Scientia Iranica -Sci. Mar. (Barc. = Scientia Marina (Barcelona) -Sci. Silvae Sin. = Scientia Silvae Sinicae -Sci. Am. = Scientific American -Scientific American Science & Medicine, 1068-6746, Selective = Scientific American Science & Medicine, 1068-6746, Selective -Sci. Counc. Rep. NAFO = Scientific council reports. Northwest Atlantic Fisheries Organization. Dartmouth NS -Sci. Counc. Res. Doc. NAFO = Scientific council research document. Northwest Atlantic Fisheries Organization. Dartmouth NS -Sci. Counc. Stud. NAFO = Scientific council studies. Northwest Atlantic Fisheries Organization. Dartmouth NS -Sci. Pap. Inst. Algol. Res. Fac. Sci. Hokkaido Univ. = Scientific papers of the Institute of Algological Research, Faculty of Science Hokkaido University. Sapporo -Sci. Pap. Inst. Algol. Res. Hokkaido Univ. = Scientific Papers of the Institute of Algological Research, Hokkaido University -Sci. Publ. Freshwat. Biol. Assoc. Ambleside = Scientific publications. Freshwater Biological Association, Ambleside. Ambleside -Sci. Rep. Inst. Hydrol. Wallingford = Scientific report. Institute of Hydrology, Wallingford. Wallingford -Sci. Rep. Inst. Terr. Ecol. UK = Scientific report. Institute of Terrestrial Ecology, UK. imprint varies -Sci. Rep. IPHC. = Scientific report. International Pacific Halibut Commission. Seattle WA -Sci. Rep. Sea Mamm. Res. Unit Camb. = Scientific report. Sea Mammal Research Unit, Cambridge. Cambridge -Sci. Rep. Cetacean Res. = Scientific reports of cetacean research. Tokyo -Sci. Rep. Hokkaido Fish Hatch. = Scientific reports of the Hokkaido Fish Hatchery. Sapporo -Sci. Rep. Hokkaido Fish. Exp. Stn. = Scientific Reports of the Hokkaido Fisheries Experimental Station -Sci. Rep. Hokkaido Salm. Hatch. = Scientific Reports of the Hokkaido Salmon Hatchery -Sci. Rep. Br. Antarct. Surv. = Scientific reports. British Antarctic Survey. Cambridge -Scott. Aquacult. Res. Rep. = Scottish aquaculture research report. Edinburgh -Scott. Fish. Inf. Pam. = Scottish fisheries information pamphlet. Aberdeen -Scott. Fish. Res. Rep. = Scottish fisheries research report. Edinburgh -Scott. J. Geol. = Scottish journal of geology. Edinburgh -Scott. Sea Fish. Stat. Tables = Scottish sea fisheries statistical tables. Edinburgh -SIO Ref. = Scripps Institution of Oceanography Reference. La Jolla -Sea Fish. Stat. Minist. Agric. Fish. Food (G.B. = Sea fisheries statistics. Ministry of Agriculture, Fisheries and Food (Gt.Brit.). London -Sea Front. = Sea Frontiers -Sea Grant Advis. Rep. Hawaii Univ. Sea Grant Program = Sea Grant advisory report. Hawaii University Sea Grant Program. Honolulu HI -Sea Grant Coop. Rep. Hawaii Univ. = Sea Grant cooperative report. Hawaii University. Honolulu HI -Sea Grant Ext. Bull. Fla. Sea Grant Coll. Program = Sea Grant extension bulletin. Florida Sea Grant College Program. Gainesville FL -Sea Grant Ext. Publ. Fla. Sea Grant Coll. Program = Sea Grant extension publication. Florida Sea Grant College Program. Gainesville FL -Sea Grant Mar. Econ. Rep. Hawaii Univ. = Sea Grant marine economics report. Hawaii University. Honolulu HI -Sea Grant Misc. Rep. Hawaii Univ. = Sea Grant miscellaneous report. Hawaii University. Honolulu HI -Sea Grant Program Rep. Alaska Univ. Inst. Mar. Sci. = Sea Grant Program report. Alaska University. Institute of Marine Sciences. Fairbanks AK -Sea Grant Proj. Pap. Va. Polytech. Inst. State Univ. = Sea Grant project paper. Virginia Polytechnic Institute and State University. Blacksburg VA -Sea Grant Publ. Calif. Univ. San Diego Inst. Mar. Resour. = Sea Grant publication. California University, San Diego, Institute of Marine Resources. La Jolla CA -Sea Grant Publ. La. State Univ. Cent. Wetland Res. = Sea Grant publication. Louisiana State University, Center for Wetland Research. Baton Rouge LA -Sea Grant Publ. N.C. Univ. Sea Grant Program = Sea Grant publication. North Carolina University Sea Grant Program. Chapel Hill NC -Sea Grant Publ. Univ. Maine = Sea Grant publication. University of Maine. Orono ME -Sea Grant Rep. Del. Univ. Coll. Mar. Stud. = Sea Grant report. Delaware University College of Marine Studies. Newark DE -Sea Grant Rep. P.R. Univ. Sea Grant Program = Sea Grant report. Puerto Rico University Sea Grant Program. Mayaguez PR -Sea Grant Rep. R.I. Univ. = Sea Grant report. Rhode Island University. Narragansett RI -Sea Grant Spec. Rep. Miami Univ. = Sea Grant special report. Miami University. Miami FL -Sea Grant Tech. Bull. Miami Univ. = Sea Grant technical bulletin. Miami University. Miami FL -Sea Grant Tech. Rep. Hawaii Univ. = Sea Grant technical report. Hawaii University. Honolulu HI -Sea Grant Tech. Rep. Wis. Univ. Sea Grant Inst. = Sea Grant technical report. Wisconsin University Sea Grant Institute. Madison WI -Sea Technol. = Sea Technology -Seabird = Seabird -SEAFDEC Asian Aquacult. = SEAFDEC Asian aquaculture. Tigbauan -SEAFDEC Newsl. = SEAFDEC newsletter. Samutprakarn -Seafood Export J. = Seafood export journal. Cochin -Seafood Int. = Seafood International. London -Seaf. Newsl. = Seafood newsletter. Cochin -SEAPOL Newsl. = SEAPOL newsletter. Nonthaburi -Seaways = Seaways -Seaweed Res. Util. = Seaweed research and utilisation. Namakkal -Security = Security -Sediment. Geol. = Sedimentary Geology -Sedimentology = Sedimentology. Oxford -Seevoegel = Seevogel. Ahrensburg -Seismol. Res. Lett. = Seismological Research Letters -Sem. Fund. Es. Reumatol. = Seminarios de la Fundacion Espanola de Reumatologia -Semin. Cancer Biol. = Seminars in Cancer Biology -Semin. Cell Dev. Biol. = Seminars in Cell & Developmental Biology -Semin. Cell Biol. = Seminars in Cell Biology -Semin. Dev. Biol. = Seminars in Developmental Biology -Semin. Immunol. = Seminars in Immunology -Semin. Oncol. = Seminars in Oncology -Semin. Roentgenol. = Seminars in Roentgenology -Semin. Neurosci. = Seminars in the Neurosciences -Semin. Virol. = Seminars in Virology -Senckenb. Biol. = Senckenbergiana Biologica -Senckenb. Biol. = Senckenbergiana biologica. Frankfurt/Main -Senckenb. Lethaea = Senckenbergiana Lethaea -Senckenb. Marit. = Senckenbergiana maritima. Frankfurt/Main -Senri Ethnol. Stud. = Senri ethnological studies. Suita -Sensor Lett. = Sensor Letters -Sensors Actuators B: Chem. = Sensors and Actuators B: Chemical -Sens. Syst./Sens. Sist. = Sensory Systems/Sensornye Sistemy -SMR Rapp. = Senter for Miljoe- og Ressursstudier. Rapport -SEFOS Not. = Senter for Samfunnsforskning. Notat -Sep. Purif. Methods = Separation and Purification Methods -Sep. Sci. Technol. = Separation Science and Technology -Sepsis = Sepsis -Ser. Cienc. Tec. COBA = Serie ciencia y tecnica COBA. Buenos Aires -Ser. Cient. Inst. Antart. Chil. = Serie cientifica. Instituto Antartico chileno. Santiago -Ser. Cient. Univ. Auton. Baja Calif. Sur = Serie cientifica. Universidad Autonoma de Baja California Sur. La Paz -Ser. Inf. Espec. Inst. Mar. Peru = Serie de informes especiales. Instituto del Mar del Peru. Callao -Serket = Serket -Sex. Addict. Compulsivity = Sexual Addiction and Compulsivity -Sex. Transmitted Dis. = Sexually Transmitted Diseases -Seychelles Tuna Bull. = Seychelles tuna bulletin. Victoria -Shandong Fish./Qilu Yuye = Shandong fisheries/Qilu Yuye. Yantai -Sherkin Comment = Sherkin comment. Sherkin Island -SHILAP Rev. Lepidopterol. = SHILAP Revista de Lepidopterologica -Ship Boat Int. = Ship and boat international. London -Ship Repair = Ship Repair -Shock Vibrat. = Shock and Vibration -Shore Beach = Shore & Beach -Silva Fenn. = Silva Fennica -Silva Gabreta = Silva Gabreta -Silvae Genet. = Silvae Genetica -Sinozoologia = Sinozoologia -Sinozoologia/Dongwuxue Jikan = Sinozoologia/Dongwuxue Jikan. Beijing -SINTEF Rapp. = SINTEF Rapport -Sjukdomsstat./Anim. Dis. Rep. = Sjukdomsstatistikk/Animal Disease Report -Skeletal Radiol. = Skeletal Radiology -Sleep = Sleep -Sleep Hypnosis = Sleep and Hypnosis -Slezske Zemske Muz. Cas. Ser. A Vedy Prir. = Slezske Zemske Muzeum. Casopis. Serie A. Vedy Prirodni -Small Fruits Rev. = Small Fruits Review -SMHI Oceanogr. = SMHI oceanografi. Norrkoping -SMHI Rep. Oceanogr. = SMHI reports oceanography. Norrkoping -Smithson. Contrib. Bot. = Smithsonian Contributions to Botany -Smithson. Contrib. Paleobiol. = Smithsonian Contributions to Paleobiology -Smithson. Contrib. Earth Sci. = Smithsonian Contributions to the Earth Sciences -Smithson. Contrib. Mar. Sci. = Smithsonian Contributions to the Marine Sciences -Smithson. Contrib. Zool. = Smithsonian Contributions to Zoology -Soc. Econ. Pap. Inst. Soc. Econ. Res. Mem. Univ. Nfld. = Social and economic papers. Institute of Social and Economic Research, Memorial University of Newfoundland. St, John's NF -Soc. Forces = Social Forces -Soc. Sci. Med. = Social Science and Medicine -Soc. Nat. Resour. = Society and Natural Resources -Soc. Appl. Microbiol. Symp. Ser. = Society for Applied Microbiology Symposium Series -Soc. Gen. Microbiol. Q. = Society for General Microbiology Quarterly -Soc. Exp. Biol. Sem. Ser. = Society of Experimental Biology Seminar Series -Sociobiology = Sociobiology -Soil Biol. Biochem. = Soil Biology and Biochemistry -Soil Dyn. Earthquake Eng. = Soil Dynamics and Earthquake Engineering -Soil Sci. Plant Nutr. = Soil Science and Plant Nutrition -Soil Sci. Soc. Am. J. = Soil Science Society of America Journal -Somatic Cell Mol. Genet. = Somatic Cell and Molecular Genetics -Somatosens. Motor Res. = Somatosensory & Motor Research -Sora to Umi = Sora to umi. Shimizu -Sound Vibrat. = Sound & Vibration -S. Afr. Commer. Fish. Rev. = South African Commercial Fisheries Review -S. Afr. Food Beverage Manuf. Rev. = South African Food & Beverage Manufacturing Review -S. Afr. J. Anim. Sci. = South African Journal of Animal Science -S. Afr. J. Antarct. Res. = South African Journal of Antarctic Research -S. Afr. J. Bot. = South African Journal of Botany -S. Afr. J. Mar. Sci./S.-Afr. Tydskr. Seewet. = South African Journal of Marine Science/Suid-Afrikaanse Tydskrif vir Seewetenskap -S. Afr. J. Plant Soil./S.-Afr. Tydskr. Plant Grond = South African Journal of Plant and Soil/Suid-Afrikaanse Tydskrift Plant en Grond -S. Afr. J. Sci. = South African Journal of Science -S. Afr. J. Wildl. Res. = South African Journal of Wildlife Research -S. Afr. J. Zool. = South African Journal of Zoology -S. Afr. Med. J./S.-Afr. Med. Tydskr. = South African Medical Journal/Suid-Afrikaanse Mediese Tydskrift -S. Afr. Shipp. News Fish. Ind. Rev. = South African shipping news and fishing industry review. Cape Town -South Glob. Mag. = South global magazine. -SPC Fish. Newsl. = South Pacific Commission fisheries newsletter. Noumea -Southampt. Oceanogr. Cent. Cruise Rep. = Southampton Oceanography Centre cruise report. Southampton -Southampt. Oceanogr. Cent. Rep. = Southampton Oceanography Centre report. Wormley -Southeast Asian J. Trop. Med. Public Health = Southeast Asian Journal of Tropical Medicine & Public Health -Southeast. Nat. = Southeastern Naturalist -South. Afr. J. Aquat. Sci. = Southern African journal of aquatic sciences. Cape Town -South. Fish. = Southern fisheries. Adelaide -South. J. Appl. For. = Southern Journal of Applied Forestry -Southwest. Entomol. = Southwestern Entomologist -Southwest. Nat. = Southwestern Naturalist -Space Technol. = Space Technology -Spec. Pap. U.S. Nav. Ocean Res. Dev. Act. = Special paper. U.S. Naval Ocean Research and Development Activity. NSTL Station MS -Spec. Pap. Hutton Found. N. Z. = Special Papers. Hutton Foundation New Zealand -Spec. Publ. Sado Mar. Biol. Stn. Niigata Univ. = Special publication from the Sado Marine Biological Station, Niigata University. Niigata -Spec. Publ. Oceanogr. Res. Inst. = Special Publication Oceanographic Research Institute -Spec. Publ. Ser. Atl. Salm. Fed. = Special publication series. Atlantic Salmon Federation. St. Andrews NB -Spec. Publ. Ser. Great Barrier Reef Mar. Park Auth. = Special publication series. Great Barrier Reef Marine Park Authority. Townsville -Spec. Publ. GLFC = Special Publication, Great Lakes Fishery Commission -Spec. Publ. Am. Fish. Soc. = Special publication. American Fisheries Society. Washington DC -Spec. Publ. Asian Fish. Soc. Indian Branch = Special publication. Asian Fisheries Society, Indian Branch. Bangalore -Spec. Publ. Asian Fish. Soc. = Special publication. Asian Fisheries Society. Metro Manila -Spec. Publ. GLFC = Special publication. Great Lakes Fishery Commission. Ann Arbor MI -Spec. Publ. Oceanogr. Res. Inst. = Special publication. Oceanographic Research Institute. Durban -Spec. Publ. Phuket Mar. Biol. Cent. = Special publication. Phuket Marine Biological Center. Phuket -Spec. Publ. Southeast Asian Fish. Dev. Cent. = Special publication. Southeast Asian Fisheries Development Center. Bangkok -Spec. Publ. J.L.B. Smith Inst. Ichthyol. Grahamstown = Special Publications. J.L.B. Smith Institute of Ichthyology, Grahamstown -Spec. Rep. Appl. Sci. Ocean Eng. = Special report in applied science and ocean engineering. Gloucester Point VA -Spec. Rep. Appl. Mar. Sci. Ocean Eng. Va. Inst. Mar. Sci. = Special report. Applied Marine Science and Ocean Engineering, Virginia Institute of Marine Science. Gloucester Point VA -Spec. Rep. Hydrol. Eng. Cent. Davis Calif. = Special report. Hydrologic Engineering Center, Davis, Calif. Davis CA -Spec. Rep. IATTC/Rep. Spec. CIAT = Special Report. Inter-American Tropical Tuna Commission/Comision Interamericana del Atun Tropical -Spec. Rep. Sea Fish. Res. Inst. Cape Town = Special report. Sea Fisheries Research Institute, Cape Town. Cape Town -Spec. Rep. U.S. Army Coast. Eng. Res. Cent. = Special report. U.S. Army Coastal Engineering Research Center. Fort Belvoir VA -Spec. Rep. U.S. Army Construct. Eng. Res. Lab. = Special report. U.S. Army Construction Engineering Research Laboratory. Champaign IL -Spec. Rep. U.S. Nav. Ocean Res. Dev. Act. = Special report. U.S. Naval Ocean Research and Development Activity. NSTL Station MS -Spec. Sea Grant Rep. Va. Polytech. Inst. State Univ. = Special Sea Grant report. Virginia Polytechnic Institute and State University. Blacksburg VA -Spectrochim. Acta, Pt. A: Mol. Spectrosc. = Spectrochimica Acta Part A: Molecular Spectroscopy -Spectrochim. Acta, Pt. A: Mol. Biomol. Spectrosc. = Spectrochimica Acta, Part A: Molecular and Biomolecular Spectroscopy -Speculations Sci. Technol. = Speculations in Science and Technology -Spine = Spine -Spixiana = Spixiana -Spixiana (Suppl. = Spixiana (Supplement) -Spixiana = Spixiana. Munchen -SPORE = SPORE. Wageningen -Sports Eng. = Sports Engineering -Sports Exerc. Injury = Sports Exercise and Injury -Sports Med. = Sports Medicine -Sports Med. Alert = Sports Medicine Alert -Sports Med. Arth. Rev. = Sports Medicine and Arthroscopy Review -Sports Med. Stand. Malpractice Rep. = Sports Medicine Standards & Malpractice Reporter -Sports Med., Train. Rehabil. = Sports Medicine, Training and Rehabilitation -SPREP Topic Rev. = SPREP topic review. Noumea -Springer Semin. Immunopathol. = Springer Seminars in Immunopathology -St. Thomas Law Rev. = St. Thomas Law Review -Stanford Law Rev. = Stanford law review. Stanford CA -State Fish. Rep. Fish. Dep. West. Australia = State of the Fisheries Report. Fisheries Department of Western Australia -SFT-Veiledning = Statens Forurensningstilsyn - Veiledning -Stat. Bull. ICCAT/Bull. Stat. CICTA/Bol. Estad. CICAA = Statistical bulletin. International Commission for the Conservation of Atlantic Tunas/Bulletin statistique. Commission internationale pour la Conservation des Thonides de l'Atlantique/Boletin estadistico. Comision Internacional para la Conservacion del Atun Atlantico. Madrid -Stat. Bull. NAFO = Statistical bulletin. Northwest Atlantic Fisheries Organization. Dartmouth NS -Stat. Yearb. Agric. For. Fish. (Seoul = Statistical yearbook of agriculture, forestry and fisheries (Seoul). Seoul -Stat. Yearb. NPAFC = Statistical yearbook. North Pacific Anadromous Fish Commission. Vancouver BC -Stat. Med. = Statistics in Medicine -Stat. Fish. Fact. Dep. Fish. (Thail. = Statistics of fisheries factory. Department of Fisheries (Thailand). Bangkok -Stat. Mar. Prod. Exports = Statistics of marine products exports. Cochin -Stat. Shrimp Cult. Dep. Fish. (Thail. = Statistics of shrimp culture. Department of Fisheries (Thailand). Bangkok -Stat. Anal./Stat. Anal. Stat. Sentralbyraa (Norw. = Statistiske Analyser/Statistical Analyses. Statistisk Sentralbyraa (Norway). Oslo -Status Fish. Resour. N.S.W. Fish. = Status of fisheries resources NSW fisheries. Sydney -Steenstrupia = Steenstrupia -STEP Rapp. = STEP Rapport -SNF Rep. = Stiftelsen for Samfunns- og naeringslivsforskning. Report -Stock Assess. Rep. IATTC = Stock Assessment Report. Inter-American Tropical Tuna Commission/Comison Interamericana del Atun Tropical -Stockh. Contrib. Geol. = Stockholm contributions in geology. Stockholm -SIWI Rep. = Stockholm International Water Institute. Report -STP Pharma Sci. = STP Pharma Sciences -Straalevern Rapp. = Straalevern Rapport -Strain = Strain. Newcastle-upon-Tyne -Stress = Stress -Stress Health = Stress and Health -Stroke = Stroke -Struct. Des. Tall Spec. Build. = Structural Design of Tall and Special Buildings -Struct. Des. Tall Build. = Structural Design of Tall Buildings -Struct. Eng. Mech. = Structural Engineering and Mechanics -Struct. Eng. Int. = Structural Engineering International -Struct. Saf. = Structural Safety -Structure = Structure -Stud. Mar. Sin./Haiyang Kexue Jikan = Studia marina sinica/Haiyang Kexue Jikan. Qingdao -Stud. Oecol. = Studia Oecologica -Stud. Wyzsza Sk. Morsk. Szczecin. = Studia. Wyzsza Skola Morska w Szczecinie. Szczecin -Stud. Rev. GFCM = Studies and reviews. General Fisheries Council for the Mediterranean. Rome -Stud. Neotrop. Fauna Environ. = Studies on Neotropical Fauna & Environment -Study Tour Rep. Dep. Prim. Ind. (Queensl. = Study tour report. Department of Primary Industries (Queensland). Brisbane -Sturgeon Q. = Sturgeon Quarterly -Sturgeon Q. = Sturgeon quarterly. New York NY -Stuttgarter Beitr. Naturkd., Ser. A = Stuttgarter Beitraege zur Naturkunde, Serie A -Stuttgarter Beitr. Naturkd., Ser. B = Stuttgarter Beitraege zur Naturkunde, Serie B -Stuttgarter Beitr. Naturkd., Ser. C = Stuttgarter Beitraege zur Naturkunde, Serie C -Stuttg. Beitr. Naturkd. (A Biol. = Stuttgarter Beitrage zur Naturkunde. Serie A. Biologie. Stuttgart -Stuttg. Beitr. Naturkd. (B Geol. Palaeontol. = Stuttgarter Beitrage zur Naturkunde. Serie B. Geologie und Palaontologie. Stuttgart -Styrets Sluttrap. PUSH-Programmet = Styrets Sluttrapport. Program for Utvikling og Stimulering av Havbeite -Su Urun. Derg./J. Aquat. Prod. = Su urunleri dergisi/Journal of aquatic products. Istanbul -Su Urun. Istat. Devl. Istat. Enst. (Turk. = Su urunleri istatistikleri. Devlet Istatistik Enstitusu (Turkey)/Fishery Statistics. State Institute of Statistics (Turkey). Ankara -Subst. Use Misuse = Substance Use and Misuse -Suffolk Transnatl. Law Rev. = Suffolk Transnational Law Review -Suisan Kenkyu sosho = Suisan Kenkyu sosho. Tokyo -Suisan Zoyoshoku Sosho = Suisan zoyoshoku sosho. Tokyo -SVT Ympaeristoe Miljoe/Off. Stat. Finland = Suomen Virallinen Tilasto - Ympaeristoe Miljoe/Official Statistics of Finland -SVT Maa Metsae Kalatalous/Finlands. Off. Stat. Jord Skogsbruk Fiske/Off. Stat. Finland Agric. Forest. Fish. = Suomen Virallinen Tilasto. Maa-, Metsae- ja Kalatalous/Finlands Officiella Statistik. Jord- och Skogsbruk samt Fiske/Official Statistics of Finland. Agriculture, Forestry and Fisheries -Surv. Ophthalmol. = Survey of Ophthalmology -Sven. Bot. Tidskr. = Svensk Botanisk Tidskrift -Sven. Bot. Tidskr. = Svensk botanisk tidskrift. Stockholm -Swara East Afr. Wildl. Soc. = Swara. East African Wild Life Society. Nairobi -Swed. J. Agric. Res. = Swedish Journal of Agricultural Research -SWEDMAR Rep. = SWEDMAR reports. Goteborg -SWEDMAR Spec. Rep. = SWEDMAR Special Report -Syllogeus = Syllogeus. Ottawa ON -Symbiosis = Symbiosis -Synapse = Synapse -Synop. Br. Fauna (New Ser. = Synopses of the British fauna. New series. London etc. -Syracuse Law Rev. = Syracuse law review. Syracuse NY -Syst. Appl. Microbiol. = Systematic and Applied Microbiology -Syst. Biol. = Systematic Biology -Syst. Bot. = Systematic Botany -Syst. Bot. = Systematic botany. Oshkosh WI -Syst. Entomol. = Systematic Entomology -Syst. Parasitol. = Systematic Parasitology -Syst. Ecol. Contrib. = Systems ecology contributions. Stockholm -Tablas Marea Cent. Invest. Cient. Educ. Super. Ensenada = Tablas de marea. Centro de Investigacion Cientifica y de Educacion Superior de Ensenada. Ensenada -Tablas Mareas Inst. Oceanol. Acad. Cienc. Cuba = Tablas de mareas. Instituto de Oceanologia, Academia de Ciencias de Cuba. Havana -Taiwan J. Public Health = Taiwan Journal of Public Health -Taiwania = Taiwania -Tane = Tane. Auckland -Tappi J. = Tappi Journal -Targets Appl. Genomics Proteomics = Targets Applications of Genomics & Proteomics -Taetigkeitsber. Int. Komm. Schutze Rheins Verunreinig. = Tatigkeitsbericht. Internationale Kommission zum Schutze des Rheins gegen Verunreinigung. Koblenz -Taxon = Taxon -Tech. Bull. Pac. Tuna Dev. Found. = Technical bulletin. Pacific Tuna Development Foundation. Honolulu HI -Tech. Circ. Dir. Fish. (Bahrain = Technical circular. Directorate of Fisheries (Bahrain). Manama -Tech. Compl. Rep. Mont. Inst. Water Resour. Res. Cent. = Technical completion report. Montana Institute of Water Resources Research Center. Boseman MT -Tech. Compl. Rep. N.M. Water Resour. Res. Cent. = Technical completion report. New Mexico Water Resources Research Center. Las Cruces NM -Tech. Doc. Hydrol. Eng. Cent. Davis Calif. = Technical document. Hydrologic Engineering Center, Davis, Calif. Davis CA -Tech. Doc. Integr. Coast. Fish. Manag. Proj. S. Pac. Comm. = Technical document. Integrated Coastal Fisheries Management Project, South Pacific Commission. Noumea -Tech. Doc. South. Calif. Univ. Inst. Mar. Coast. Stud. = Technical document. Southern California University, Institute of Marine and Coastal Studies. Los Angeles CA -Tech. Doc. U.S. Nav. Ocean Res. Dev. Act. = Technical document. U.S. Naval Ocean Research and Development Activity. NSTL Station MS -Tech. Doc. U.S. Nav. Ocean Syst. Cent. = Technical document. U.S. Naval Ocean Systems Center. San Diego CA -Tech. Doc. U.S. Nav. Underwat. Syst. Cent. = Technical document. U.S. Naval Underwater Systems Center. New London CT -Tech. Memo. Argonne Natl. Lab. = Technical memorandum. Argonne National Laboratory. Argonne IL -Tech. Memo. Environ. Res. Inst. Mich. = Technical memorandum. Environmental Research Institute of Michigan. Ann Arbor MI -Tech. Memo. Oak Ridge Natl. Lab. = Technical memorandum. Oak Ridge National Laboratory. Oak Ridge TN -Tech. Memo. Superv. Sci. Alligator Rivers Reg. (Aust. = Technical memorandum. Supervising Scientist for the Alligator Rivers Region (Australia). Canberra -Tech. Memo. U.S. Nav. Coast. Syst. Cent. = Technical memorandum. U.S. Naval Coastal Systems Center. Panama City FL -Tech. Note Nansen Environ. Remote Sens. Cent. = Technical Note. Nansen Environmental and Remote Sensing Center -Tech. Note Natl. Cent. Atmos. Res. (U.S. = Technical note. National Center for Atmospheric Research (U.S.). Boulder CO -Tech. Note U.S. Nav. Coastal. Syst. Cent. = Technical note. U.S. Naval Coastal Systems Center. Panama City FL -Tech. Note U.S. Nav. Ocean Res. Dev. Act. = Technical note. U.S. Naval Ocean Research and Development Activity. NSTL Station MS -Tech. Note U.S. Nav. Oceanogr. Atmos. Res. Lab. = Technical note. U.S. Naval Oceanographic and Atmospheric Research Laboratory. Stennis Space Center MS, Monterey CA -Tech. Note U.S. Navy Civ. Eng. Lab. = Technical note. U.S. Navy Civil Engineering Laboratory. Port Hueneme CA -Tech. Pap. Afr. Reg. Aquacult. Cent. = Technical paper. African Regional Aquaculture Centre. Port-Harcourt -Tech. Pap. Battelle Pac. Northwest Lab. = Technical paper. Battelle Pacific Northwest Laboratories. Richland WA -Tech. Pap. CSIRO Div. Atmos. Res. = Technical paper. CSIRO Division of Atmospheric Research. Melbourne -Tech. Pap. Fla. Sea Grant Program = Technical paper. Florida Sea Grant Program. Gainesville FL -Tech. Pap. Hydrol. Eng. Res. Cent. Davis Calif. = Technical paper. Hydrologic Engineering Research Center, Davis, Calif. Davis CA -Tech. Pap. Natl. Renew. Energy Lab. (U.S. = Technical paper. National Renewable Energy Laboratory (U.S.). Golden CO -Tech. Pap. Solar Energy Res. Inst. Golden Colo. = Technical paper. Solar Energy Research Institute, Golden Colo. Golden CO -Tech. Pap. U.S. Army Coast. Eng. Res. Cent. = Technical paper. U.S. Army Coastal Engineering Research Center. Fort Belvoir VA -Tech. Pap. U.S. Bur. Land Manage. = Technical paper. U.S. Bureau of Land Management. Washington DC -Tech. Publ. Ser. Am. Water Resour. Assoc. = Technical publication series. American Water Resources Association. -Tech. Rep. Natl. Res. Inst. Fish. Eng. (Japan = Technical report of National Research Institute of Fisheries Engineering (Japan). Aquaculture and fishing port engineering. Hazaki -Tech. Rep. Natl. Res. Inst. Fish. Eng. (Japan = Technical report of National Research Institute of Fisheries Engineering (Japan). Fishing boat and instrument. Hazaki -Tech. Rep. Natl. Res. Inst. Fish. Eng. (Japan = Technical report of National Research Institute of Fisheries Engineering (Japan). Fishing gear and methods. Hazaki -Tech. Rep. Ser. Chesapeake Bay Program = Technical report series. Chesapeake Bay Program. Annapolis MD -Tech. Rep. Ser. Ga. Mar. Sci. Cent. Sea Grant Program = Technical report series. Georgia Marine Science Center Sea Grant Program. Savannah GA -Tech. Rep. Ser. Ga. Mar. Sci. Cent. = Technical report series. Georgia Marine Science Center. Skidaway Island GA -Tech. Rep. Ser. IAEA = Technical report series. International Atomic Energy Agency. Vienna -Tech. Rep. Ser. Natl. Inst. Freshwat. Fish. Res. (Niger. = Technical report series. National Institute for Freshwater Fisheries Research (Nigeria). New Bussa -Tech. Rep. Ser. Tenn. Valley Auth. = Technical report series. Tennessee Valley Authority. Knoxville TN -Tech. Rep. GLFC = Technical Report, Great Lakes Fishery Commission -Tech. Rep. IPHC = Technical Report, International Pacific Halibut Commission -Tech. Rep. Battelle Pac. Northwest Lab. = Technical report. Battelle Pacific Northwest Laboratories. Richland WA -Tech. Rep. Del. Univ. Sea Grant Coll. Program = Technical report. Delaware University Sea Grant College Program. Newark DE -Tech. Rep. GLFC = Technical report. Great Lakes Fishery Commission. Ann Arbor MI -Tech. Rep. Hawaii Dep. Land Nat. Resour. Div. Water Land Dev. = Technical report. Hawaii Department of Land and Natural Resources, Division of Water and Land Development. Honolu HI -Tech. Rep. Hawaii Inst. Geophys. = Technical report. Hawaii Institute of Geophysics. Honolu HI -Tech. Rep. Hawaii Univ. Water Resour. Res. Cent. = Technical report. Hawaii University, Water Resources Research Center. Honolulu HI -Tech. Rep. IDOE CUAE = Technical report. International Decade of Ocean Exploration, Coastal Upwelling Ecosystem Analysis. Washington DC -Tech. Rep. IPHC = Technical report. International Pacific Halibut Commission. Seattle WA -Tech. Rep. Lamont-Doherty Geol. Obs. = Technical report. Lamont-Doherty Geological Observatory. New York NY -Tech. Rep. La. State Univ. Coast. Stud. Inst. = Technical report. Louisiana State University, Coastal Studies Institute. Baton Rouge LA -Tech. Rep. Maine Sea Grant = Technical report. Maine Sea Grant. Walpole ME -Tech. Rep. Mar. Geosci. Unit Univ. Cape Town = Technical report. Marine Geosciences Unit, University of Cape Town. Cape Town -Tech. Rep. Mar. Res. Lab. Dep. Prim. Ind. Fish. (Tasman. = Technical report. Marine Research Laboratories, Department of Primary Industry and Fisheries (Tasmania). Taroona -Tech. Rep. Mar. Stud. Programme Univ. S. Pac. = Technical report. Marine Studies Programme, University of the South Pacific. Suva -Tech. Rep. Md. Univ. Sea Grant Program = Technical report. Maryland University Sea Grant Program. College Park MD -Tech. Rep. Miami Univ. Rosenstiel Sch. Mar. Atmos. Sci. = Technical report. Miami University, Rosenstiel School of Marine and Atmospheric Science. Miami FL -Tech. Rep. Mich. Univ. Sea Grant Program = Technical report. Michigan University. Sea Grant Program. Ann Arbor MI -Tech. Rep. NRSC = Technical Report. Nansen Remote Sensing Center -Tech. Rep. Natl. Inst. Oceanogr. (India = Technical report. National Institute of Oceanography (India). Dona Paula-Goa -Tech. Rep. Nat. Hist. Mus. Los Ang. Cty. = Technical report. Natural History Museum of Los Angeles County. Los Angeles CA -Tech. Rep. Off. Nav. Res. = Technical report. Office of Naval Research. Washington DC -Tech. Rep. Pa. State Univ. Appl. Res. Lab. = Technical report. Pennsylvania State University, Applied Research Laboratory. State College PA -Tech. Rep. Purdue Univ. Water Resour. Res. Cent. = Technical report. Purdue University, Water Resources Research Center. Lafayette IN -Tech. Rep. Seychelles Fish. Auth. = Technical report. Seychelles Fishing Authority. Victoria -Tech. Rep. Solar Energy Res. Inst. Golden Colo. = Technical report. Solar Energy Research Institute, Golden Colo. Golden CO -Tech. Rep. S.C. Mar. Resour. Cent. = Technical report. South Carolina Marine Resources Center. Charleston SC -Tech. Rep. South. Calif. Univ. Sea Grant Program = Technical report. Southern California University Sea Grant Program. Los Angeles CA -Tech. Rep. Tetra Tech. = Technical report. Tetra Tech., Inc. -Tech. Rep. Texas A & M Univ. Dep. Oceanogr. = Technical Report. Texas A & M University, Department of Oceanography. College Station TX -Tech. Rep. Texas Univ. Appl. Res. Lab. = Technical report. Texas University, Applied Research Laboratories. Austin TX -Tech. Rep. Tuna Billfish Assess. Programme S. Pac. Comm. = Technical report. Tuna and Billfish Assessment Programme, South Pacific Commission. Noumea -Tech. Rep. U.S. Air Force Geophys. Lab. = Technical report. U.S. Air Force Geophysics Laboratory. Hanscomb AFB MA -Tech. Rep. U.S. Army Coast. Eng. Res. Cent. = Technical report. U.S. Army Coastal Engineering Research Center. Fort Belvoir VA -Tech. Rep. U.S. Army Eng. Topogr. Lab. = Technical report. U.S. Army Engineer Topographic Laboratories. Fort Belvoir VA -Tech. Rep. U.S. Army Eng. Waterways Exp. Stn. = Technical report. U.S. Army Engineer Waterways Experiment Station. Vicksburg VA -Tech. Rep. U.S. Bur. Reclam. = Technical report. U.S. Bureau of Reclamation. Denver CO -Tech. Rep. U.S. Fish Wildl. Serv. = Technical report. U.S. Fish and Wildlife Service. Washington DC -Tech. Rep. U.S. Nav. Environ. Predict. Res. Facil. = Technical report. U.S. Naval Environmental Prediction Research Facility. Monterey CA -Tech. Rep. U.S. Nav. Med. Res. Inst. = Technical report. U.S. Naval Medical Research Institute. Bethesda MD -Tech. Rep. U.S. Nav. Ocean Syst. Cent. = Technical report. U.S. Naval Ocean Systems Center. San Diego CA -Tech. Rep. U.S. Nav. Postgrad. Sch. = Technical report. U.S. Naval Postgraduate School. Monterey CA -Tech. Rep. U.S. Nav. Surf. Weapons Cent. = Technical report. U.S. Naval Surface Weapons Center. Bethesda MD -Tech. Rep. U.S. Nav. Underwat. Syst. Cent. = Technical report. U.S. Naval Underwater Systems Center. New London CT -Tech. Rep. U.S. Navy Civ. Eng. Lab. = Technical report. U.S. Navy Civil Engineering Laboratory. Port Hueneme CA -Tech. Rep. Univ. Wash. Dep. Atmos. Sci. = Technical report. University of Washington, Department of Atmospheric Sciences. Seattle WA -Tech. Rep. Va. Univ. Dep. Environ. Sci. = Technical report. Virginia University, Department of Environmental Sciences. Charlottesville VA -Tech. Rep. Wash. Dep. Fish. = Technical report. Washington Department of Fisheries. Olympia WA -Tech. Rep. Wash. Univ. Appl. Phys. Lab. = Technical report. Washington University, Applied Physics Laboratory. Seattle WA -Tech. Rep. Westinghouse Savannah River Co. = Technical report. Westinghouse Savannah River Co. Aiken SC -Tech. Rep. Wis. Univ. Dep. Geol. Geophys. = Technical report. Wisconsin University, Department of Geology and Geophysics. Madison WI -Tech. Rep. Woods Hole Oceanogr. Inst. = Technical report. Woods Hole Oceanographic Institution. Woods Hole MA -Tech. Ser. IOC = Technical series. Intergovernmental Oceanographic Commission. Paris -Tech. Ser. NZ Dept. Conserv. = Technical Series. New Zealand Department of Conservation -Tech. Summ. Rep. Wis. Univ. Math. Res. Cent. = Technical summary report. Wisconsin University, Mathematics Research Center. Madison WI -Tech. Summ. Ohio Sea Grant = Technical summary. Ohio Sea Grant. Columbus OH -Technol. Forecast. Soc. Change = Technological Forecasting and Social Change -Technol. Health Care = Technology and Health Care -Technovation = Technovation -Tecnol. Ambient. = Tecnologia Ambiental -Tell'Us = Tell'Us -Tellus (B Chem. Phys. Meteorol. = Tellus. Series B: Chemical and Physical Meteorology -TemaNord = TemaNord -Teratog., Carcinog. Mutag. = Teratogenesis, Carcinogenesis and Mutagenesis -Terra = Terra -Tetrahedron = Tetrahedron -Tetrahedron Lett. = Tetrahedron Letters -Tex. Assoc. Health, Phys. Educ., Recreation, Dance J. = Texas Association for Health, Physical Education, Recreation, and Dance Journal -Tex. Law Rev. = Texas law review. Austin TX -Texas Shores = Texas Shores -Text/Ref. Book Ser. Train. Dep. Southeast Asian Fish. Dev. Cent. = Text/reference book series. Training Department, Southeast Asian Fisheries Development Center. Samutprakarn -Texte Umweltbundesamt = Texte Umweltbundesamt -TFRI Conf. Proc. = TFRI conference proceedings. Keelung -Thai Fish. Vessels Stat. = Thai fishing vessels statistics. Bangkok -Thai Mar. Fish. Res. Bull. = Thai marine fisheries research bulletin. Rayong -Thalassas = Thalassas. Santiago de Compostela -Thalassia Salent. = Thalassia salentina. Porto Cesareo -Thalassografika/Thalassographica = Thalassografika/Thalassographica. Athens -The Birds of North America = The Birds of North America -Inland Fish. News = The inland fisheries news. Baarrackpore -Kaohsiung J. Med. Sci. = The Kaohsiung Journal of Medical Sciences -Neuroscientist = The Neuroscientist -The Ocean. Eng./Haiyang Gongcheng = The ocean engineering/Haiyang Gongcheng. Shanghai -The Sea: Ideas Obs. Prog. Study Seas = The Sea: Ideas and Observations on Progress in the Study of the Seas -Theor. Appl. Fract. Mech. = Theoretical and Applied Fracture Mechanics -Theor. Appl. Genet. = Theoretical and Applied Genetics -Theor. Issues Ergonomics Sci. = Theoretical Issues in Ergonomics Science -Theor. Popul. Biol. = Theoretical Population Biology -Ther. Immunol. = Therapeutic Immunology -TheScientificWorld J. = TheScientificWorld Journal -Tidsskr. Samfunnsforsk. = Tidsskrift for Samfunnsforskning -Tieraerztl. Umsch. = Tieraerztliche Umschau -Tijdschr. Entomol. = Tijdschrift voor Entomologie -Tissue Cell = Tissue & Cell -Tissue Antigens = Tissue Antigens -Tissue Eng. = Tissue Engineering -TML Conf. Proc. = TML conference proceedings. Tungkang -Tobacco Induced Dis. = Tobacco Induced Diseases -Today's Aquar. = Today's Aquarist -Today's Chem. Work = Today's Chemist at Work -Tohoku J. Agric. Res. = Tohoku journal of agricultural research. Sendai -Tokyo Metrop. Univ. Bull. Nat. Hist. = Tokyo Metropolitan University Bulletin of Natural History -Toxicol. Pathol. = Toxicologic Pathology -Toxicol. Environ. Chem. = Toxicological and Environmental Chemistry -Toxicol. Rev. = Toxicological Reviews -Toxicol. Sci. = Toxicological Sciences -Toxicology = Toxicology -Toxicol. Appl. Pharmacol. = Toxicology and Applied Pharmacology -Toxicol. Ind. Health = Toxicology and Industrial Health -Toxicol. In Vitro = Toxicology In Vitro -Toxicol. Int. = Toxicology International -Toxicol. Lett. = Toxicology Letters -Toxicol. Mech. Methods = Toxicology Mechanisms and Methods -Toxicon = Toxicon -Trab. Oceanogr. Univ. Fed. Pernambuco = Trabalhos oceanograficos da Universidade Federal de Pernambuco. Recife -Traffic Injury Prev. = Traffic Injury Prevention -Train. Course Rep. IOC = Training course reports. Intergovernmental Oceanographic Commission. Paris -Train. Rep. S. Pac. Reg. Environ. Programme = Training report. South Pacific Regional Environment Programme. Noumea -Trans. Nanjing Univ. Aeronaut. Astronaut. = Transactions of Nanjing University of Aeronautics & Astronautics -Trans. Oceanol. Limnol./Haiyang Huzhao Tongbao = Transactions of oceanology and limnology/Haiyang Huzhao Tongbao. Qingdao -Trans. Am. Entomol. Soc. = Transactions of the American Entomological Society -Trans. Am. Fish. Soc. = Transactions of the American Fisheries Society -Trans. Am. Soc. Agric. Chem. = Transactions of the American Society of Agricultural Chemistry. St. Joseph MI -Trans. ASAE = Transactions of the ASAE -Trans. Ill. State Acad. Sci. = Transactions of the Illinois State Academy of Science -Trans. Kans. Acad. Sci. = Transactions of the Kansas Academy of Sciences -Trans. Ky. Acad. Sci. = Transactions of the Kentucky Academy of Science -Trans. Lepidopterol. Soc. Jap. = Transactions of the Lepidopterological Society of Japan -Trans. Nat. Hist. Soc. Northumbria = Transactions of the Natural History Society of Northumbria -Trans. Nebr. Acad. Sci. = Transactions of the Nebraska Academy of Sciences -Trans. N. Am. Wildl. Nat. Resour. Conf. = Transactions of the North American Wildlife and Natural Resources Conference -Trans. R. Soc. Edinb. = Transactions of the Royal Society of Edinburgh. Edinburgh -Trans. R. Soc. S. Afr. = Transactions of the Royal Society of South Africa -Trans. R. Soc. S. Aust. = Transactions of the Royal Society of South Australia. Adelaide -Trans. R. Soc. Trop. Med. Hyg. = Transactions of the Royal Society of Tropical Medicine and Hygiene -Trans. Tokyo Univ. Fish. = Transactions of the Tokyo University of Fisheries. Tokyo -Trans. Wisc. Acad. Sci. Arts Lett. = Transactions of the Wisconsin Academy of Sciences, Arts and Letters -Trans. Tianjin Univ. = Transactions of Tianjin University -Transfusion Apheresis Sci. = Transfusion and Apheresis Science -Transgenic Res. = Transgenic Research -Transplant Immunol. = Transplant Immunology -Transplant Int. = Transplant International -Transplantation = Transplantation -Transportation = Transportation -Transp. Res. A = Transportation Research, Part A -Transp. Res. B = Transportation Research, Part B -Transp. Res. C = Transportation Research, Part C -Transp. Res. D: Transp. Environ. = Transportation Research, Part D: Transport and Environment -Transp. Res. F: Traffic Psychol. Behav. = Transportation Research, Part F: Traffic Psychology and Behaviour -Trav. Lab. Hydrobiol. Piscic. Univ. Grenoble = Travaux du Laboratoire d'Hydrobiologie et de Pisciculture de l'Universite de Grenoble. Grenoble -Trav. Doc. Microed. ORSTOM = Travaux et documents microedites. ORSTOM. Paris -Trav. Doc. Inst. Fr. Rech. Sci. Dev. Coop. = Travaux et documents. Institut francais de Recherche scientifique pour le Developpement en Cooperation. Paris -Trav. Doc. Inst. Sci. Peches Marit. = Travaux et documents. Institut scientifique des Peches maritimes. Casablanca -Trav. Sci. Parc Natl. Vanoise = Travaux scientifiques du Parc national de la Vanoise. Chambery -Trav. Sci. Parc Natl. Port-Cros = Travaux scientifiques du Parc national de Port-Cros. Hyeres -Trav. Gd. Zone Econ. Nouv. Caled. Zoneco Cent. Noumea ORSTOM = Travaux. Grande zone economique de Nouvelle Caledonie Zoneco Centre Noumea, ORSTOM. Noumea -Trav. Stn. Rech. For. Hydrobiol. Groenendaal-Hoeilaart (D = Travaux. Station de Recherches forestieres et hydrobiologiques, Groenendaal-Hoeilaart. Serie D/Werken. Rijksstation voor Bos- en Hydrobiologisch Onderzoek, Groenendaal-Hoeilaart. Reeks D. Groenendaal-Hoeilaart -Treb. Mus. Zool. Barc. = Treballs del Museu de Zoologia, Barcelona -Tree Physiol. = Tree Physiology -Trends Biochem. Sci. = Trends in Biochemical Sciences -Trends Biochem. Sci. = Trends in Biochemical Sciences -Trends Biotechnol. = Trends in Biotechnology -Trends Cell Biol. = Trends in Cell Biology -Trends Ecol. Evol. = Trends in Ecology & Evolution -Trends Endocrinol. Metab. = Trends in Endocrinology and Metabolism -Trends Food Sci. Technol. = Trends in Food Science & Technology -Trends Genet. = Trends in Genetics -Trends Immunol. = Trends in Immunology -Trends Microbiol. = Trends in Microbiology -Trends Mol. Med. = Trends in Molecular Medicine -Trends Neurosci. = Trends in Neurosciences -Trends Parasitol. = Trends in Parasitology -Trends Pharmacol. Sci. = Trends in Pharmacological Sciences -Trends Pharmacol. Sci. Receptor Ion Channel Nomenclature Suppl. = Trends in Pharmacological Sciences Receptor and Ion Channel Nomenclature Supplement -Trends Plant Sci. = Trends in Plant Science -Trianea = Trianea. Bogota -Trop. Oceanol./Redai Haiyang = Tropic oceanology/Redai Haiyang. Guangzhou -Trop. Agric. = Tropical Agriculture -Trop. Geogr. Med. = Tropical and Geographical Medicine -Trop. Coasts = Tropical coasts. Quezon City -Trop. Ecol. = Tropical Ecology -Trop. Fish. Hobbyist = Tropical fish hobbyist. Neptune City NJ -Trop. For. Pap. = Tropical Forest Papers -Trop. Freshwat. Biol. = Tropical freshwater biology. Benin City -Trop. Geogr./Redai Dili = Tropical geography/Redai Dili. Guangzhou -Trop. Lepid. = Tropical Lepidoptera -Trop. Med. Int. Health = Tropical Medicine and International Health -Trop. Zool. = Tropical Zoology -Trout News = Trout news. Lowestoft -Tr. Antarkt. Ehksped. = Trudy Antarkticheskoj ehkspeditsii. St. Petersburg -Tr. AANII = Trudy Arkticheskogo i antarkticheskogo nauchno-issledovatel'skogo instituta. St. Petersburg -Tr. BBS MGU = Trudy Belomorskoj biologicheskoj stantsii Moskovskogo gosudarstvennogo universiteta. Moscow -Tr. Biol. NII PGU/Pap. Biol. Sci. Res. Inst. St.-Peterbg. Univ. = Trudy biologicheskogo Nauchno-issledovatel'skogo instituta Sankt-Peterburgskogo gosudarstvennogo universiteta. St. Petersburg -Tr. DVNIGMI = Trudy Dal'nevostochnogo regional'nogo nauchno-issledovatel'skogo gidrometeorologicheskogo instituta. St. Petersburg -Tr. GIN/Trans. Geol. Inst. Russ. Acad. Sci. = Trudy Geologicheskogo instituta/Transactions of the Geological Institute, Russian Academy of Science. Moscow -Tr. GOIN = Trudy Gosudarstvennogo okeanograficheskogo instituta. Moscow -Tr. Inst. Biol. Vnutr. Vod/Trans. Inst. Biol. Inland Waters = Trudy Instituta biologii vnutrennikh vod/Transactions. Institute of Biology of Inland Waters. St. Petersburg -Tr. IORAN/Trans. Inst. Oceanol. RAN = Trudy Instituta okeanologii/Transactions of the Institute of Oceanology. Moscow -Tr. Limnol. Inst. = Trudy Limnologicheskogo instituta. Novosibirsk -Tr. Paleontol. Inst. = Trudy Paleontologicheskogo instituta. Moscow -Tr. VGBO/Trans. Hydrobiol. Soc. RAN = Trudy Vserossijskogo gidrobiologicheskogo obshchestva/Transactions of the Hydrobiological Society, Russian Academy of Sciences. Moscow -Tr. VNIIGMI-MTsD = Trudy Vserossijskogo nauchno-issledovatel'skogo instituta gidrometeorologicheskoj informatsii Mirovogo tsentra dannykh. Moscow -Tr. YugNIRO/Proc. South. Sci. Res. Inst. Mar. Fish. Oceanogr. = Trudy Yuzhnogo nauchno-issledovatel'skogo instituta morskogo rybnogo khozyajstva i okeanografii/Proceedings of the Southern Scientific Research Institute of Marine Fisheries and Oceanography. Kerch -Tr. ZIN/Proc. Zool. Inst. RAN = Trudy Zoologicheskogo instituta/Proceedings of the Zoological Institute, Russian Academy of Sciences. St. Petersburg -Tsitol. Genet./Cytol. Genet. = Tsitologiya i genetika/Cytology and genetics. Kiev -Tubercle Lung Dis. = Tubercle and Lung Disease -Tuberculosis = Tuberculosis -Tulane Stud. Zool. Bot. = Tulane studies in zoology and botany. New Orleans LA -Tumor Biol. = Tumor Biology -Tumor Target. = Tumor Targeting -Tuna Fish. Yearb. = Tuna fishery yearbook. Noumea -Tunnel. Underground Space Technol. = Tunnelling and Underground Space Technology -Tunnels Tunnel Int. = Tunnels & Tunnelling International -Turkish J. Fish. Aquat. Sci. = Turkish Journal of Fisheries and Aquatic Sciences -Turk. J. Mar. Sci. = Turkish Journal of Marine Sciences -Turk. J. Mar. Sci. = Turkish journal of marine sciences. Istanbul -Turtle Tortoise Newsl. = Turtle and Tortoise Newsletter -Uch. Zap. PGU (Geogr. Nauk = Uchenye zapiski Sankt-Peterburgskogo gosudarstvennogo universiteta. Seriya geograficheskikh nauk/Scientific papers of the St. Petersburg State University. Geographical science series. St. Petersburg -UCLA Law Rev. = UCLA law review. Los Angeles CA -Uitk. Belg. Zeeviss. = Uitkomsten van de Belgische zeevisserij. Ostend -UK Trade Bull. (SFIA = UK trade bulletin (SFIA). Edinburgh -Ukr. Bot. Zh. = Ukrains'kyi Botanichnyi Zhurnal -Ukr. Biokhim. Zh./Ukr. Biokhim. Zh./Ukr. Biochem. J. = Ukrainskij biokhimicheskij zhurnal/Ukrayins'kij biokhimichnij zhurnal/Ukrainian biochemical journal. Kiev -Ukr. Bot. Zh. = Ukrainskij botanicheskij zhurnal. Kiev -Ukr. Geogr. Zh. = Ukrainskij geograficheskij zhurnal. Kiev -Ultrasound Med. Biol. = Ultrasound in Medicine & Biology -Ultrasound Obstetr. Gynecol. = Ultrasound in Obstetrics and Gynecology -Umi no Kenkyu = Umi no Kenkyu. Tokyo -Umi to Sora = Umi to sora. Kobe -Umweltwiss. Schadstoff-Forsch. = Umweltwissenschaften und Schadstof-Forschung -Underground Constr. = Underground Construction -Undersea Hyperb. Med. = Undersea & Hyperbaric Medicine -Underwat. Nat. = Underwater Naturalist -Underwat. Technol. = Underwater Technology -UNEP Environ. Lib. = UNEP environment library. Nairobi -UNEP Reg. Seas Dir. Bibliogr. = UNEP Regional Seas directories and bibliographies. Rome -UNEP Reg. Seas Rep. Stud. = UNEP Regional Seas reports and studies. Geneva -UNICIENCIA = UNICIENCIA. Heredia -Univ. Cienc. = Universidad y ciencia. Tabasco -Univ. Cienc. Tecnol. = Universidad, Ciencia y Tecnologia -Univ. Cienc. Tecnol. = Universidad: ciencia y tecnologia. Cuernavaca -Urban Nat. Mag. = Urban Nature Magazine -Urban Water = Urban Water -Usp. Sovrem. Biol./Adv. Curr. Biol. = Uspekhi sovremennoj biologii/Advances in current biology. Moscow -Utah Sci. = Utah Science -Util. Law Rev. = Utilities Law Review -Vaccine = Vaccine -Vaccine Res. = Vaccine Research -VANN = VANN -Vatten/Water = Vatten/Water. Stockholm -Vector Borne Zoonotic Dis. = Vector Borne and Zoonotic Diseases -Vegetatio = Vegetatio -Veh. Syst. Dyn. = Vehicle System Dynamics -Veliger = Veliger -Venus Jap. J. Malacol. = Venus: Japanese journal of malacology. Tokyo -Verh. Dtsch. Zool. Ges. = Verhandlungen der Deutschen Zoologischen Gesellschaft -Verh. Ges. Ichthyol. = Verhandlungen der Gesellschaft fuer Ichthyologie -Verh. Ges. Oekol. = Verhandlungen der Gesellschaft fuer Oekologie -Verh. Zool.-Bot. Ges. Wien = Verhandlungen der Zoologisch-botanischen Gesellschaft in Wien. Wien -Verh. Int. Ver. Theor. Angew. Limnol./Proc. Int. Assoc. Theor. Appl. Limnol./Trav. Assoc. Int. Limnol. Theor. Appl. = Verhandlungen. Internationale Vereinigung fur theoretische und angewandte Limnologie/Proceedings. International Association of Theoretical and Applied Limnology/Travaux. Association internationale de Limnologie theorique et appliquee. Stuttgart -Vestn. Akad. Nauk Ukr. = Vestnik Akademii nauk Ukrainy. Kiev -Vestn. Mosk. Univ. (Biol. = Vestnik Moskovskogo universiteta. Seriya biolgiya. Moscow -Vestn. RAN = Vestnik Rossijskoj akademii nauk. Moscow -Vestn. St.-Peterb. Univ. (Geol. Geogr. = Vestnik Sankt-Peterburgskogo universiteta. Seriya geologiya i geografiya. St. Petersburg -Vestn. St.-Petersb. Univ. (Biol. = Vestnik Sankt-Petersburgskogo universiteta. Seriya biologiya. St. Petersburg -Vestn. Zool. = Vestnik zoologii. Kiev -Vet. Zootec. = Veterinaria e Zootecnia -Vet. Mex. = Veterinaria Mexico -Vet. Hum. Toxicol. = Veterinary and Human Toxicology -Vet. Clin. N. Am.: Small Anim. Pract. = Veterinary Clinics of North America: Small Animal Practice -Vet. Immunol. Immunopathol. = Veterinary Immunology and Immunopathology -Vet. J. = Veterinary Journal -Vet. Microbiol. = Veterinary Microbiology -Vet. Parasitol. = Veterinary Parasitology -Vet. Pathol. = Veterinary Pathology -Vet. Rec. = Veterinary Record -Vet. Res. = Veterinary Research -Vet. Res. Commun. = Veterinary Research Communications -Vie Milieu = Vie et Milieu -Vie Milieu = Vie et milieu. Paris -Villes Ports/Cities Ports = Villes et ports/Cities and ports. Le Havre -Voilence Against Women = Violence Against Women -Viral Hepatitis Rev. = Viral Hepatitis Reviews -Viral Immunol. = Viral Immunology -Virginia J. Int. Law = Virginia Journal of International Law -Va. J. Sci. = Virginia Journal of Science -Va. Law Rev. = Virginia Law Review -Va. Mar. Resour. Bull. = Virginia Marine Resource Bulletin -Virol. Sin. = Virologica Sinica -Virology = Virology -Virus Genes = Virus Genes -Virus Res. = Virus Research -Vision Res. = Vision Research -Visserijonderz. Jaarversl. = Visserijonderzoek: jaarverslag. IJmuiden -Vitensk. Rapp. Zool. Ser. = Vitenskapsmuseet Rapport Zoologisk Serie -Vitis = Vitis -Vodn. Resur. = Vodnye resursy. Moscow -Volucella = Volucella -Voluntad Hidraul. = Voluntad hidraulica. Havana -Vom Wasser = Vom Wasser. Weinheim -Vopr. Ikhtiol. = Voprosy ikhtiologii. Moscow -Vopr. Med. Khim. = Voprosy Meditsinskoi Khimi -Vopr. Pitan. = Voprosy pitaniya. Moscow -Vopr. Virusol. = Voprosy Virusologii -Vox Sang. = Vox Sanguinis -VTT Publ. = VTT Publications -Washington Law Rev. = Washington Law Review -Wash. Sea Grant Publ. = Washington Sea Grant publication. Seattle WA -Wash. Sea Grant Rep. = Washington Sea Grant report. Seattle WA -Wash. Sea Grant Tech. Rep. = Washington Sea Grant technical report. Seattle WA -Wasserguetedaten Elbe = Wassergutedaten der Elbe. Hamburg -Wasserwirtsch. Wassertech. = Wasserwirtschaft und Wassertechnik. Berlin -Waste Manage. = Waste Management -Waste Manage. Res. = Waste Management & Research -Water Wastes Dig. = Water and Wastes Digest -Water Wastewater Prod. = Water and Wastewater Products -Water Eng. Manage. = Water Engineering & Management -Water Environ. Technol. = Water Environment & Technology -Water Environ. Res. = Water Environment Research -Water J. = Water journal. Melbourne -Water Log = Water Log -Water Qual. Res. J. Can. = Water Quality Research Journal of Canada -Water Qual. Res. J. Can. = Water quality research journal of Canada. Burlington ON -Water Res. = Water Research -Water Resour. Impact = Water Resources Impact -Water Resour. Manage. = Water Resources Management -Water Resour. J. Niger. Assoc. Hydrogeol. = Water resources: journal of the Nigerian Association of Hydrogeologists. Benin City -Water S. A. = Water S. A. -Water Sci. Technol. = Water Science & Technology -Water Sci. Technol. Water Supply = Water Science & Technology: Water Supply -Water Sci. = Water science. Tokyo -Water Supply = Water Supply -Water Supply Pap. U.S. Geol. Surv. = Water supply paper. U.S. Geological Survey. Reston VA -Water, Air, Soil Pollut. = Water, Air, & Soil Pollution -Water, Air, Soil Pollut. Focus = Water, Air, & Soil Pollution: Focus -Water-Data Rep. U.S. Geol. Surv. = Water-data report. U.S. Geological Survey. Reston VA -Water-Resour. Invest. U.S. Geol. Surv. = Water-resources investigations. U.S. Geological Survey. Reston VA -Waterbirds = Waterbirds -Watsonia = Watsonia -Wayne Law Rev. = Wayne law review. Detroit MI -Weed Res. = Weed Research -Weed Sci. = Weed Science -Weed Technol. = Weed Technology -Weld. World = Welding in the World -West. J. Med. = Western Journal of Medicine -West. N. Am. Nat. = Western North American Naturalist -Wetland Sci. = Wetland Science -Wetlands = Wetlands -Wetlands Ecol. Manage. = Wetlands Ecology and Management -WHO Tech. Rep. Ser. = WHO technical report series. Geneva -Wiad. Entomol. = Wiadomosci Entomologiczne -Wilderness Environ. Med. = Wilderness & Environmental Medicine -Wildfire = Wildfire -Wildl. Aust. = Wildlife Australia. Brisbane -Wildl. Biol. = Wildlife Biology -Wildl. Res. = Wildlife Research -Wildl. Res. = Wildlife research. Melbourne -Wildl. Soc. Bull. = Wildlife Society Bulletin -Willdenowia = Willdenowia -Wilson Bull. = Wilson Bulletin -Window Newsl. = Window newsletter. Mombasa -Wis. Med. J. = Wisconsin Medical Journal -Wiss. Mitt. Nationalpark Hohe Tauern = Wissenschaftliche Mitteilungen aus dem Nationalpark Hohe Tauern -Women Health = Women & Health -Women Nat. Resour. = Women in Natural Resources -Women Sport Phys. Act. J. = Women in Sport and Physical Activity Journal -Work = Work -Work Occup. = Work and Occupations -Work Stress = Work and Stress -Work Health Saf. = Work Health Safety -Work Study = Work Study -Work Employment Soc. = Work, Employment and Society -Work. Pap. Bur. Rural Resour. (Aust. = Working paper. Bureau of Rural Resources (Australia). Canberra -Work. Pap. Calif. Sea Grant Coll. Program = Working paper. California Sea Grant College Program. La Jolla CA -Work. Pap. Cent. Appl. Res. = Working Paper. Centre for Applied Research. Oslo -Work. Pap. N.C. Univ. Sea Grant Program = Working paper. North Carolina University Sea Grant Program. Raleigh NC -Work. Pap. Univ. Bergen Dept. Econ. = Working Paper. University of Bergen, Department of Economics -Work. Pap. Coast. Zone Manage. (CCZM = Working papers in coastal zone management (CCZM). Portsmouth -Workshop Rep. IOC = Workshop report. Intergovernmental Oceanographic Commission. Paris -Workshop Ser. Great Barrier Reef Mar. Park Auth. = Workshop series. Great Barrier Reef Marine Park Authority. Townsville -Workshop Wash. Sea Grant = Workshop. Washington Sea Grant. Seattle WA -World Agric. Prod. Trade = World Agricultural Production and Trade -World Aquacult. = World Aquaculture -World J. Microbiol. Biotechnol. = World Journal of Microbiology & Biotechnology -World Resour. Rev. = World Resource Review -World Saf. J. = World Safety Journal -World Shells/Mondo Conchiglie = World shells/Mondo di conchiglie. Rome -World Tunnel. = World Tunnelling -Worldfish Rep. = Worldfish report. Tunbridge Wells -Wuhan Univ. J. Nat. Sci. = Wuhan University Journal of Natural Sciences -X-Ray Spectrom. = X-Ray Spectrometry -Xenobiotica = Xenobiotica -Yadoriga = Yadoriga -Yakhteh = Yakhteh -Yearb. Int. Hydrogr.Organ./Annu. Organ. Hydrogr. Int. = Yearbook. International Hydrographic Organization/Annuaire. Organisation hydrographique internationale. Monaco -Yeast = Yeast -Youth Soc. = Youth and Society -Z. Arbeitsgem. Osterr. Entomol. = Zeitschrift der Arbeitsgemeinschaft Oesterreichischer Entomologen -Z. Angew. Zool. = Zeitschrift fuer Angewandte Zoologie -Z. Feldherpetol. = Zeitschrift fuer Feldherpetologie -Z. Mykol. = Zeitschrift fuer Mykologie -Z. Naturforsch. Sect. C = Zeitschrift fuer Naturforschung. Section C -Z. Pflanzenernaehr. Bodenkd. = Zeitschrift fuer Pflanzenernaehrung und Bodenkunde -Z. Pflanzenkr. Pflanzenschutz = Zeitschrift fuer Pflanzenkrankheiten und Pflanzenschutz -Z. Angew. Geol. = Zeitschrift fur Angewandte Geologie. Berlin -Z. Fischkd. = Zeitschrift fur Fischkunde. Solingen -Z. Lebensm.-Unters.-Forsch. = Zeitschrift fur Lebensmittel-Untersuchung und -Forschung. Berlin, Heidelberg -Z. Mikrosk.-Anat. Forsch. = Zeitschrift fur Mikroskopisch-Anatomische Forschung. Leipzig -Z. Naturforsch. (C Biosci. = Zeitschrift fur Naturforschung. Section C. Biosciences. Tubingen -Z. Zool. Syst. Evolutionsforsch. = Zeitschrift fur zoologische Systematik und Evolutionsforschung. Hamburg -Zentralbl. Bakteriol. = Zentralblatt fuer Bakteriologie -Zh. Obshch. Biol./J. Gen. Biol. = Zhurnal obshchej biologii/Journal of general biology. Moscow -Zimbabwe Agric. J. = Zimbabwe agricultural journal. Harare -Zoo Biol. = Zoo Biology -Zoocriaderos = Zoocriaderos -Zool. Baetica = Zoologica Baetica -Zool. Scr. = Zoologica Scripta -Zool. J. Linn. Soc. = Zoological Journal of the Linnean Society -Zool. Res. = Zoological Research -Zool. Sci. = Zoological Science -Zool. Stud. = Zoological Studies -Zool. Zh. = Zoological Zhurnal -Zool. Zh. = Zoologicheskij zhurnal. Moscow -Zool. Jahrb. (Syst. Oekol. Geogr. Tiere = Zoologische Jahrbucher. Abteilung fur Systematic Okologie und Geographie der Tiere. Jena -Zool. Meded. = Zoologische mededeelingen. Leiden -Zool. Verh. = Zoologische Verhandelingen -Zool. Anz. = Zoologischer Anzeiger -Zool. Anz. (Suppl. = Zoologischer Anzeiger. Suppl. Leipzig -Zool. Middle East = Zoology in the Middle East -Zoomorphology = Zoomorphology -Zoophysiology = Zoophysiology. Berlin -Zoosystema = Zoosystema. Paris -Zootec. Nutr. Anim. = Zootecnica e Nutrizione Animale -Zusetsu Gyogyo Hakusho = Zusetsu gyogyo hakusho. Tokyo -Zweijahresber. Alfred-Wegener-Inst. Polar- Meeresforsch. = Zweijahresbericht. Alfred-Wegener-Institut fur Polar- und Meeresforschung. Bremerhaven -Zweijahresber. Biol. Anst. Helgol. = Zweijahresbericht. Biologische Anstalt Helgoland. Hamburg -Zweijahresber. Inst. Ostseeforsch. Warnemuende = Zweijahresbericht. Institut fuer Ostseeforschung Warnemuende -Zweijahresber. Zent. Mar. Tropenoekol. Univ. Bremen = Zweijahresbericht. Zentrum fur Marine Tropenokologie an der Universitat Bremen. Bremen diff --git a/documentation/sphinxext/bibstuff/examples/journals_from_csa.txt b/documentation/sphinxext/bibstuff/examples/journals_from_csa.txt deleted file mode 100644 index a931fca497..0000000000 --- a/documentation/sphinxext/bibstuff/examples/journals_from_csa.txt +++ /dev/null @@ -1,5928 +0,0 @@ -A Trends Guide, ( Trends Guide), 1471-1931, Priority -Aarsberet. Nor. Fisk., ( Aarsberet. Nor. Fisk.), 0365-8252, Priority -Aarsberetning. NORCONS-RV, ( Aarsberet. NORCONS-RV), Selective -Aarsberetning. Nordlands Forskning, ( Aarsberet. Nordlands Forsk.), Selective -Aarsberetning. Norsk Sjoefartsmuseum, ( Aarsberet. Norsk Sjoefartsmus.), 0801-423X, Selective -Aarsberetning. Sildolje- og Sildemelindustriens Forskningsinstitutt, ( Aarsberet. SSF), Selective -Aarsberetning. Statens Kartverk, ( Aarsberet. Statens Kartverk), Selective -Aarsmelding. Eksportutvalget for Fisk, ( Aarsmelding Eksport. Fisk), Priority -Aarsmelding. Fiskeriforskning, ( Aarsmelding Fiskeriforsk.), Selective -Aarsmelding. Havforskingsinstituttet, ( Aarsmelding. Havforskingsinst.), Priority -Aarsmelding. Nordlands Forskning, ( Aarsmelding Nordlands Forsk.), Selective -Aarsmelding. Norges Landbrukshoegskole, ( Aarsmelding Norges Landbrukshoegsk.), 1903-0048, Priority -Aarsmelding. Norges Sildesalgslag, ( Aarsmelding Norges Sildesalgslag), Priority -Aarsrapport. Fiskeriforskning, ( Aarsrapp. Fiskeriforsk.), Priority -Abhandlungen. Akademie der Wissenschaften und der Literatur, Mainz. Mathematisch- Naturwissenschaftliche Klasse. Mainz, ( Abh. Akad. Wiss. Lit. Mainz Math.-Naturwiss. Kl.), 0002-2993, Priority -Abhandlungen. Naturwissenschaftlicher Verein zu Bremen. Bremen, ( Abh. Naturwiss. Ver. Bremen), 0340-3718, Priority -Abysses. Monaco, ( Abysses), Priority -Abysses. Musee Oceanographique Monaco, ( Abysses), 1017-4907, Selective -Academia. Estonian Academy of Sciences. Tallin, ( Acad. Est. Acad. Sci.), Priority -Academic Medicine, ( Acad. Med.), 1040-2446, Selective -Acarologia, ( Acarologia), 0044-586X, Core -Accident Analysis & Prevention, ( Accid. Anal. Prev.), 0001-4575, Core -ACI Materials Journal, ( ACI Mater. J.), 0889-325X, Selective -ACI Structural Journal, ( ACI Struct. J.), 0889-3241, Selective -ACIAR proceedings. Canberra, ( ACIAR Proc.), Priority -ACOPS yearbook. London, ( ACOPS Yearb.), Priority -Acoustical physics. New York NY, ( Acoust. Phys.), 1063-7710, Selective -Acta Academiae Agriculturae ac Technicae Olstenensis. Protectio Aquarum et Piscatoria, ( Acta Acad. Agric. Tech. Olst. Prot. Aquarum Piscatoria), 0860-2611, Priority -Acta Amazonica, ( Acta Amazon.), 0044-5967, 0044-5967, Selective -Acta Anaesthesiologica Scandinavica, ( Acta Anaesthesiol. Scand.), 0001-5172, 9 -Acta Anatomica, ( Acta Anat.), 0001-5180, Selective -Acta arctica. Copenhagen, ( Acta Arct.), 0065-1028, Selective -Acta Astronautica, ( Acta Astronaut.), 0094-5765, Selective -Acta Biochimica Polonica, ( Acta Biochim. Pol.), 0001-527X, Selective -Acta Biologica Hungarica, ( Acta Biol. Hung.), 0236-5383, Selective -Acta Biologica Iugoslavica, Series B. Mikrobiologijca, ( Acta Biol. Iugosl. (B Mikrobiol.)), 0581-1538, Selective -Acta biologica iugoslavica. Serija E. Ichthyologia. Belgrade, ( Acta Biol. Iugosl. (E Ichthyol.)), 0579-7152, Priority -Acta Biologica Universitatis Daugavpiliensis, ( Acta Biol. Univ. Daugavpiliensis), 1407-8953, Selective -Acta biologica venezuelica. Caracas, ( Acta Biol. Venez.), 0001-5326, Priority -Acta Biotechnologica, ( Acta Biotechnol.), 0138-4988, Core -Acta Botanica Boreali-Occidentalia Sinica, ( Acta Bot. Boreali-Occidential Sinica), 1000-4025, Selective -Acta Botanica Croatica, ( Acta Bot. Croat.), 0365-0588, Selective -Acta Botanica Fennica, ( Acta Bot. Fenn.), 0001-5369, Selective -Acta Botanica Gallica, ( Acta Bot. Gallica), 1253-8078, Selective -Acta Botanica Neerlandica, ( Acta Bot. Neerl.), 0044-5983, Selective -Acta Cientifica Venezolana, ( Acta Cient. Venez.), 0001-5504, Selective -Acta ecologica sinica/Shengtai Xuebao. Beijing, ( Acta Ecol. Sin./Shengtai Xuebao), 1000-0933, Priority -Acta entomologica (Prague). Supplement. Prague, ( Acta Entomol. (Prague) (Suppl.)), 0231-8571, Selective -Acta Entomologica Chilena, ( Acta Entomol. Chilena), 0716-5072, Core -Acta Entomologica Iberica Macaronesica, ( Acta Entomol. Iberica Macarones.), 0874-2219, Core -Acta Entomologica Serbica, ( Acta Entomol. Serbica), 0354-9410, Selective -Acta Entomologica Silesiana, ( Acta Entomol. Siles.), 1230-7777, Priority -Acta Entomologica Sinica, ( Acta Entomol. Sin.), 0454-6296, Core -Acta Entomologica Slovenica, ( Acta Entomol. Sloven.), 1318-1998, Priority -Acta geographica sinica/Dili Xuebao. Beijing, ( Acta Geogr. Sin./Dili Xuebao), 0375-5444, Priority -Acta geologica leopoldensia. Sao Leopoldo, ( Acta Geol. Leopold.), 0101-5303, Priority -Acta geologica lilloana. Tucuman, ( Acta Geol. Lilloana), 0567-7513, Priority -Acta geologica polonica. Warsaw, ( Acta Geol. Pol.), 0001-5709, Selective -Acta Histochemica et Cytochemica, ( Acta Histochem. Cytochem.), 0044-5991, Selective -Acta Hydrobiologica (Cracow), ( Acta Hydrobiol. (Cracow)), 0065-132X, Core -Acta hydrobiologica lituanica. Vilnius, ( Acta Hydrobiol. Litu.), Priority -Acta hydrobiologica sinica/Shuisheng Shengwu Xuebao. Wuhan, ( Acta Hydrobiol. Sin./Shuisheng Shengwu Xuebao), 1000-3207, Priority -Acta Hydrochimica et Hydrobiologica, ( Acta Hydrochim. Hydrobiol.), 0323-4320, Priority -Acta Ichthyologica et Piscatoria, ( Acta Ichthyol. Pisc.), 0137-1592, Core -Acta microbiologica hungarica. Budapest, ( Acta Microbiol. Hung.), 0231-4622, Selective -Acta Microbiologica Polonica, ( Acta Microbiol. Pol.), 0137-1320, Core -Acta Microbiologica Sinica, ( Acta Microbiol. Sin.), 0001-6209, Core -Acta morphologica hungarica. Budapest, ( Acta Morphol. Hung.), 0236-5391, Selective -Acta Musei moraviae/Casopsis Moravskeho musea v Brne. Brno, ( Acta Mus. Morav./Cas. Morav. Mus. Brne), 0583-4988, Selective -Acta Mycologica, ( Acta Mycol.), 0001-625X, Core -Acta Neurobiologiae Experimentalis, ( Acta Neurobiol. Exp.), 0065-1400, Selective -Acta Oceanographica Taiwanica, ( Acta Oceanogr. Taiwan.), 0379-7481, Core -Acta Oceanologica Sinica/Haiyang Xuebao, ( Acta Oceanol. Sin./Haiyang Xuebao), 0253-505X, Core -Acta oceanologica sinica/Haiyang Xuebao. Beijing, ( Acta Oceanol. Sin./Haiyang Xuebao), 0253-505X, Core -Acta Oecologica, ( Acta Oecol.), 1146-609X, Core -Acta Ophthalmologica Scandinavica, ( Acta Ophthalmol. Scand.), 1395-3907, Selective -Acta Ornithologica (Warszawa), ( Acta Ornithol. (Warszawa)), 0001-6454, Selective -Acta Ornithologica Lituanica, ( Acta Ornithol. Lit.), 0135-3861, Priority -Acta Paediatrica, ( Acta Paediatr.), 0803-5253, Selective -Acta Palaeontologica Polonica, ( Acta Palaeontol. Pol.), 0567-7920, Selective -Acta Parasitologica Portuguesa, ( Acta Parasitol. Port.), 0872-5292, Selective -Acta Pharmaceutica Hungarica, ( Acta Pharm. Hung.), 0001-6659, Selective -Acta Pharmaceutica Turcica, ( Acta Pharm. Turc.), 1300-638X, Priority -Acta Physiologica Scandinavica, ( Acta Physiol. Scand.), 0001-6772, Selective -Acta phytogeographica suecica. Uppsala, ( Acta Phytogeogr. Suec.), 0084-5914, Selective -Acta phytopathologica Academiae scientiarum hungaricae. Budapest, ( Acta Phytopathol. Acad. Sci. Hung.), 0001-6780, Selective -Acta Phytopathologica et Entomologica Hungarica, ( Acta Phytopathol. Entomol. Hung.), 0238-1249, Priority -Acta Polytechnica Scandinavica, ( Acta Polytech. Scand.), 0001-687X, Priority -Acta Protozoologica, ( Acta Protozool.), 0065-1583, Core -Acta Regiae Societatis scientiarum et litterarum gothoburgensis. Zoologica. Gothenburg, ( Acta R. Soc. Sci. Litt. Gothob. (Zool.)), 0072-4807, Selective -Acta scientiae circumstantiae/Huanjing Kexue Xuebao. Beijing, ( Acta Sci. Circumstant./Huanjing Kexue Xuebao), 0253-2468, Priority -Acta scientiarum naturalium Universitatis Sunyatseni/Zhongshan Daxue Xuebao. Guangzhou, ( Acta Sci. Nat. Univ. Sunyatseni/Zhongshan Daxue Xuebao), 0529-6579, Priority -Acta scientiarum. Maringa, ( Acta Sci.), 1415-6814, Priority -Acta sedimentologica sinica/Chenji Xuebao. Lanzhou, ( Acta Sedimentol. Sin./Chenji Xuebao), 1000-0550, Priority -Acta Societatis Zoologicae Bohemicae, ( Acta Soc. Zool. Bohem.), 1211-376X, Priority -Acta Tropica, ( Acta Trop.), 0001-706X, Priority -Acta Universitatis Carolinae Biologica, ( Acta Univ. Carol. Biol.), 0001-7124, Selective -Acta Veterinaria (Brno), ( Acta Vet. (Brno)), 0001-7213, Selective -Acta Virologica, ( Acta Virol.), 0001-723X, Core -Acta Zoologica (Stockholm), ( Acta Zool. (Stockh.)), 0001-7272, Priority -Acta zoologica (Stockholm). Stockholm, ( Acta Zool. (Stockh.)), 0001-7272, Priority -Acta Zoologica Academiae Scientiarum Hungaricae, ( Acta Zool. Acad. Sci. Hung.), 1217-8837, Priority -Acta Zoologica Cracoviensia, ( Acta Zool. Cracov.), 0065-1710, Priority -Acta zoologica et pathologica antverpiensia. Antwerp, ( Acta Zool. Pathol. Antverp.), 0001-7280, Selective -Acta Zoologica Fennica, ( Acta Zool. Fenn.), 0001-7299, Selective -Acta Zoologica Mexicana, ( Acta Zool. Mex.), 0065-1737, Selective -Acta zoologica sinica/Dongwu Xuebao. Beijing, ( Acta Zool. Sin./Dongwu Xuebao), 0001-7302, Priority -Acta zoologica taiwanica. Taipei, ( Acta Zool. Taiwan.), 1019-5858, Priority -Actes de colloques. Institut Francais de Recherche pour l'Exploitation de la Mer. Brest, ( Actes Colloq. IFREMER), 0761-3962, Priority -Activites. Direction de la Recherche scientifique et technique (Quebec Prov.). Gaspe PQ, ( Act. Dir. Rech. Sci. Tech. (Que. Prov.)), 0845-0226, Priority -Actualidades biologicas. Medellin, ( Actual. Biol.), 0304-3584, Priority -Adaptive Behavior, ( Adapt. Behav.), 1059-7123, Priority -Addiction, ( Addiction), 0965-2140, Selective -Addiction Biology, ( Addict. Biol.), 1355-6215, Selective -Addictive Behaviors, ( Addict. Behav.), 0306-4603, Selective -Administrative law review. Chicago IL, ( Adm. Law Rev.), 0001-8368, Selective -Administrative Report. Southwest Fisheries Science Center, ( Admin. Rep. Southwest Fish. Sci. Cent.), Selective -Adolescence, ( Adolescence), 0001-8449, Selective -Adour Garonne. Toulouse, ( Adour Garonne), 0758-7481, Priority -Advanced Drug Delivery Reviews, ( Adv. Drug Del. Rev.), 0169-409X, Priority -Advances in Applied Microbiology, ( Adv. Appl. Microbiol.), 0065-2164, Selective -Advances in Botanical Research, ( Adv. Bot. Res.), 0065-2296, Selective -Advances in Cancer Research, ( Adv. Cancer Res.), 0065-230X, Selective -Advances in Complex Systems, ( Adv. Complex Syst.), 0219-5259, Selective -Advances in Drug Research, ( Adv. Drug Res.), 0065-2490, Selective -Advances in Ecological Research, ( Adv. Ecol. Res.), 0065-2504, Selective -Advances in Engineering Software, ( Adv. Eng. Software), 0965-9978, Selective -Advances in Environmental Research, ( Adv. Environ. Res.), 1093-0191, Selective -Advances in Ethology, ( Adv. Ethol.), 0301-2808, Selective -Advances in Experimental Medicine and Biology, ( Adv. Exp. Med. Biol.), 0065-2598, Selective -Advances in food and nutrition research. New York NY, ( Adv. Food Nutr. Res.), 1043-4526, Selective -Advances in Food Research. Supplement, ( Adv. Food Res. Suppl.), 0065-2636, Selective -Advances in Food Sciences, ( Adv. Food Sci.), 1431-7737, Priority -Advances in Genetics, ( Adv. Genet.), 0065-2660, Selective -Advances in Host Defense Mechanisms, ( Adv. Host Def. Mech.), 0732-0566, Selective -Advances in Immunology, ( Adv. Immunol.), 0065-2776, Core -Advances in Insect Physiology, ( Adv. Insect Physiol.), 0065-2806, Selective -Advances in limnology. Stuttgart, ( Adv. Limnol.), 0071-1128, Priority -Advances in Marine Biology, ( Adv. Mar. Biol.), 0065-2881, Core -Advances in Microbial Ecology, ( Adv. Microb. Ecol.), 0147-4863, Priority -Advances in Microbial Physiology, ( Adv. Microb. Physiol.), 0065-2911, Selective -Advances in MRI Contrast, ( Adv. MRI Contrast), 0925-9849, Selective -Advances in Parasitology, ( Adv. Parasitol.), 0065-308X, Selective -Advances in Structural Engineering, ( Adv. Struct. Eng), 1369-4332, Selective -Advances in Virus Research, ( Adv. Virus Res.), 0065-3527, Core -Advances in X-Ray Contrast, ( Adv. X-Ray Contrast), 0928-1509, Selective -Adverse Drug Reaction Bulletin, ( Adverse Drug React. Bull.), 0044-6394, Core -Adverse Drug Reactions and Toxicological Reviews, ( Adverse Drug React. Toxicol. Rev.), 0964-198X, Priority -Advisory Committee Paper. Fisheries Department of Western Australia, ( Advis. Comm. Pap. Fish. Dep. West. Aust.), 1443-4814, Priority -Advisory services. Sea Grant Program, Southern California University. Los Angeles CA, ( Advis. Serv. Sea Grant Program South. Calif. Univ.), Priority -Aegir/Sea. Reykjavik, ( Aegir/Sea), 0001-9038, Selective -Aerobiologia, ( Aerobiologia), 0393-5965, Selective -Aeronautical Journal, ( Aeronaut. J.), 0001-9240, Selective -AFE Facilities Engineering Journal, ( AFE Facil. Eng. J.), 1088-5900, Selective -African Entomology, ( Afr. Entomol.), 1021-3589, Core -African Journal of AIDS Research, ( Afr. J. AIDS Res.), 1608-5906, Priority -African Journal of Aquatic Science, ( Afr. J. Aquat. Sci.), 1608-5914, Selective -African Journal of Ecology, ( Afr. J. Ecol.), 0141-6707, Core -African journal of ecology. Nairobi, ( Afr. J. Ecol.), 0141-6707, Priority -African journal of tropical hydrobiology and fisheries. Kampala, ( Afr. J. Trop. Hydrobiol. Fish.), Core -African Plant Protection, ( Afr. Plant Prot.), 1023-3121, Selective -African Wildlife, ( Afr. Wildl.), 0002-0273, Selective -African Zoology, ( Afr. Zool.), 1562-7020, Priority -Age and Ageing, ( Age Ageing), 0002-0729, Selective -Aggressive Behavior, ( Aggressive Behav.), 0096-140X, Selective -Agra University journal of research: science. Agra, ( Agra Univ. J. Res. (Sci.)), 0002-1032, Selective -Agraroekologie, ( Agraroekologie), Selective -Agribiological Research, ( Agribiol. Res.), 0938-0337, Selective -Agricultura, la pesca y la alimentacion espanolas. Madrid, ( Agric. Pesca Aliment. Esp.), 0213-3385, Priority -Agricultural and Biological Chemistry, ( Agric. Biol. Chem.), 0002-1369, Selective -Agricultural and Food Science in Finland, ( Agric. Food Sci. Finland), 1239-0992, Selective -Agricultural and Forest Entomology, ( Agric. For. Entomol.), 1461-9555, Core -Agricultural and Resource Economics Review, ( Agric. Resour. Econ. Rev.), 1068-2805, Selective -Agricultural Economics Research, ( Agric. Econ. Res.), Selective -Agricultural Water Management, ( Agric. Water Manage.), 0378-3774, Selective -Agriculture in Northern Ireland, ( Agric. North. Irel.), 0002-175X, Selective -Agriculture, Ecosystems & Environment, ( Agric., Ecosyst. Environ.), 0167-8809, Selective -Agro Ciencia, ( Agro Ciec.), 0716-1689, Priority -Agro Sur, ( Agro Sur), 0304-8802, Selective -Agro-Environment Protection, ( Agro-Environ. Sci. Prot.), 1000-0267, Selective -Agroalimentaria, ( Agroalimentaria), 1316-0354, Selective -Agrochimica, ( Agrochimica), 0002-1857, Selective -Agronomia Colombiana, ( Agron. Colombiana), 0120-9965, Selective -Agronomia lusitana. Oeiras, ( Agron. Lusit.), 0002-1911, Priority -Agronomy Journal, ( Agron. J.), 0002-1962, Selective -Agronomy Research, ( Agron. Res.), 1406-894X, Selective -AI Communications, ( AI Commun.), 0921-7126, Selective -AIAA Journal, ( AIAA J.), 0001-1452, Selective -AICHE Journal, ( AICHE J.), 0001-1541, Selective -AICHE Symposium Series, ( AICHE Symp. Ser.), 0065-8812, Selective -AIDS, ( AIDS), 0269-9370, Core -AIDS and Behavior, ( AIDS Behav.), 1090-7165, Priority -AIDS Care, ( AIDS Care), 0954-0121, Core -AIDS Education and Prevention, ( AIDS Educ. Prev.), 0899-9546, Core -AIDS Patient Care and STDs, ( AIDS Patient Care STDs), 1087-2914, Core -AIDS Research and Human Retroviruses, ( AIDS Res. Hum. Retroviruses), 0889-2229, Core -Aircraft Engineering and Aerospace Technology, ( Aircraft Eng. Aerospace Technol.), 0002-2667, Selective -AISE Steel Technology, ( A I S E Steel Technol.), 0021-1559, Selective -Al'gologiya. Kiev, ( Al'gologiya), 0868-8540, Priority -Alaska Fishery Research Bulletin, ( Alaska Fish. Res. Bull.), 1091-7306, Core -Alaska Sea Grant report. Alaska Sea Grant Program, University of Alaska. Anchorage AK, ( Alaska Sea Grant Rep. Alaska Sea Grant Program Univ. Alaska), Priority -Alauda, ( Alauda), 0002-4619, Selective -Albertoa, ( Albertoa), 0103-4944, Selective -Alcohol, ( Alcohol), 0741-8329, Priority -Alcohol and Alcoholism, ( Alcohol Alcohol.), 0735-0414, Selective -Alcoholism, ( Alcohol. Treat. Quart.), 0734-7324, Selective -ALCOM news. Harare, ( ALCOM News), Priority -ALCOM report. Harare, ( ALCOM Rep.), Priority -Alexanor, ( Alexanor), 0002-5208, Priority -Algae, ( Algae), 1226-2617, Core -Alieftika nea/Fishing news. Athens, ( Alieft. Nea/Fish. News), Core -Allergy, ( Allergy), 0105-4538, Core -Alpe Adria Microbiology Journal, ( Alpe Adria Microbiol. J.), 1121-9750, Priority -Alternatives, ( Alternatives), 1205-7398, Selective -Alytes, ( Alytes), 0753-4973, Priority -Alzheimer's Disease Review, ( Alzheimer's Dis. Rev.), 1093-5355, Priority -Amazoniana, ( Amazoniana), 0065-6755, Priority -Amazoniana. Kiel, ( Amazoniana), 0065-6755, Priority -Ambiente. Offenburg, ( Ambiente), 0174-3139, Selective -Ambio, ( Ambio), 0044-7447, Priority -Ambio special report. Oslo, ( Ambio Spec. Rep.), Selective -Ambio. Stockholm, ( Ambio), 0044-7447, Priority -Ambulatory Pediatrics, ( Ambulatory Pediatr.), 1530-1567, Selective -Ameghiniana. Buenos Aires, ( Ameghiniana), 0002-7014, Priority -American Bee Journal, ( Am. Bee J.), 0002-7626, 9 -American Entomologist, ( Am. Entomol.), 1046-2821, 9 -American Family Physician, ( Am. Fam. Physician), 0002-838X, Selective -American Fern Journal, ( Am. Fern J.), 0002-8444, Selective -American Fisheries Society Special Publication, ( Am. Fish. Soc. Special Pub.), 0097-0638, Selective -American Fisheries Society Symposium, ( Am. Fish. Soc. Symp.), 0892-2284, Core -American Foreign Policy Interests, ( Am. Foreign Policy Interests), 1080-3920, Selective -American Industrial Hygiene Association Journal, ( Am. Ind. Hyg. Assoc. J.), 0002-8894, Core -American Journal of Agricultural Economics, ( Am. J. Agric. Econ.), 0002-9092, Selective -American Journal of Alternative Agriculture, ( Am. J. Alternative Agric.), 0889-1893, Selective -American Journal of Alzheimer's Disease and Other Dementias, ( Am. J. Alzheimer's Dis. Other Dementias), 1533-3175, Selective -American Journal of Botany, ( Am. J. Bot.), 0002-9122, Priority -American Journal of Chinese Medicine, ( Am. J. Chin. Med.), 0192-415X, Selective -American Journal of Clinical Nutrition, ( Am. J. Clin. Nutr.), 0002-9165, Selective -American Journal of Community Psychology, ( Am. J. Community Psychol.), 0091-0562, Selective -American Journal of Drug and Alcohol Abuse, ( Am. J. Drug Alcohol Abuse), 0095-2990, Selective -American Journal of Epidemiology, ( Am. J. Epidemiol.), 0002-9262, Selective -American Journal of Forensic Medicine and Pathology, ( Am. J. Forensic Med. Pathol.), Priority -American Journal of Health Education, ( Am. J. Health Ed.), 1055-6699, Selective -American Journal of Health Promotion, ( Am. J. Health Promot.), 0890-1171, Selective -American Journal of Health Studies, ( Am. J. Health Stud.), 1090-0550, Selective -American Journal of Human Biology, ( Am. J. Hum. Biol.), 1042-0533, Selective -American Journal of Human Genetics, ( Am. J. Hum. Genet.), 0002-9297, Priority -American Journal of Industrial Medicine, ( Am. J. Ind. Med.), 0271-3586, Priority -American Journal of Law and Medicine, ( Am. J. Law Med.), 0098-8588, Selective -American Journal of Medical Genetics Part A, ( Am. J. Med. Genet. A), 0148-7299, Selective -American Journal of Medicine, ( Am. J. Med.), 0002-9343, Selective -American Journal of Neuroradiology, ( Am. J. Neuroradiol.), 0195-6108, Selective -American Journal of Nursing, ( Am. J. Nurs.), 0002-936X, Selective -American Journal of Ophthalmology, ( Am. J. Ophthalmol.), 0002-9394, Selective -American Journal of Orthopsychiatry, ( Am. J. Orthopsychiatry), 0002-9432, Selective -American Journal of Physical Medicine and Rehabilitation, ( Am. J. Phys. Med. Rehabil.), 0894-9115, Selective -American Journal of Physiology: Cell Physiology, ( Am. J. Physiol. Cell Physiol.), 0363-6143, Selective -American Journal of Physiology: Endocrinology and Metabolism, ( Am. J. Physiol. Endocrinol. Metabol.), 0193-1849, Selective -American Journal of Physiology: Heart and Circulatory Physiology, ( Am. J. Physiol. Heart Circ. Physiol.), 0363-6135, Selective -American Journal of Physiology: Regulatory, Integrative and Comparative Physiology, ( Am. J. Physiol. Regul. Integr. Comp. Physiol.), 0363-6119, Selective -American Journal of Preventive Medicine, ( Am. J. Prev. Med.), 0749-3797, Selective -American Journal of Primatology, ( Am. J. Primatol.), 0275-2565, Priority -American Journal of Psychiatry, ( Am. J. Psychiatry), 0002-953X, Selective -American Journal of Public Health, ( Am. J. Public Health), 0090-0036, Selective -American Journal of Reproductive Immunology, ( Am. J. Reprod. Immunol.), 1046-7408, Core -American Journal of Respiratory and Critical Care Medicine, ( Am. J. Respir. Crit. Care Med.), 0003-0805, Selective -American Journal of Roentgenology, ( Am. J. Roentgenol.), 0361-803X, Selective -American Journal of Science, ( Am. J. Sci.), 0002-9599, Selective -American Journal of Sports Medicine, ( Am. J. Sports Med.), 0363-5465, Selective -American Journal of Transplantation, ( Am. J. Transplantation), 1600-6135, Priority -American Journal of Tropical Medicine and Hygiene, ( Am. J. Trop. Med. Hyg.), 0002-9637, Priority -American Journal of Veterinary Research, ( Am. J. Vet. Res.), 0002-9645, Selective -American Malacological Bulletin, ( Am. Malacol. Bull.), 0740-2783, Priority -American Midland Naturalist, ( Am. Midl. Nat.), 0003-0031, Priority -American Museum Novitates. New York NY, ( Am. Mus. Novit.), 0003-0082, Selective -American Naturalist, ( Am. Nat.), 0003-0147, Priority -American Psychologist, ( Am. Psychol.), 0003-066X, Selective -American Scientist, ( Am. Sci.), 0003-0996, Selective -American university law review. Washington DC, ( Am. Univ. Law Rev.), 0003-1453, Selective -American Zoologist, ( Am. Zool.), 0003-1569, Priority -Amino Acids, ( Amino Acids), 0939-4451, Selective -Amphibia-Reptilia, ( Amphibia-Reptilia), 0173-5373, Priority -Amphipacifica, ( Amphipacifica), 1189-9905, Core -Amyotrophic Lateral Sclerosis, ( Amyotrophic Lat. Scler.), 1466-0822, Selective -Anaesthesia, ( Anaesthesia), 0003-2409, Selective -Anais Brasileiros de Dermatologia, ( An. Bras. Dermatol.), 0365-0596, Selective -Anais da Academia Brasileira de Ciencias. Rio de Janeiro, ( An. Acad. Bras. Cienc.), Selective -Anais da Faculdade de Medicina Veterinaria, Lisbon. Lisbon, ( An. Fac. Med. Vet. Lisb.), Priority -Anais de Sociedade Entomologica do Brasil, ( An. Soc. Entomol. Bras.), 0301-8059, Core -Anais do Clube Militar Naval, Lisbon. Lisbon, ( An. Clube Mil. Nav. Lisb.), 0009-966X, Priority -Anais do Instituto de Higiene e Medicina Tropical, Lisbon. Lisbon, ( An. Inst. Hig. Med. Trop. Lisb.), 0075-9767, Priority -Anais do Instituto Hidrografico, Lisbon. Lisbon, ( An. Inst. Hidrogr. Lisb.), 0870-3884, Priority -Anales de biologia. Madrid, ( An. Biol.), Priority -Anales del Instituto de Biologia, Universidad Nacional Autonoma de Mexico. Serie botanica. Mexico City, ( An. Inst. Biol. Univ. Nac. Auton. Mex. (Bot.)), 0374-5511, Priority -Anales del Instituto de Biologia, Universidad Nacional Autonoma de Mexico. Serie zoologia. Mexico City, ( An. Inst. Biol. Univ. Nac. Auton. Mex. (Zool.)), 0368-8770, Priority -Anales del Instituto de Ciencias del Mar y Limnologia, Universidad Nacional Autonoma de Mexico. Mexico City, ( An. Inst. Cienc. Mar Limnol. Univ. Nac. Auton. Mex.), 0185-3287, Priority -Anales del Instituto de la Patagonia. Punta Arenas, ( An. Inst. Patagonia), 0085-1922, Priority -Anales del Museo de Historia Natural de Valparaiso. Valparaiso, ( An. Mus. Hist. Nat. Valparaiso), 0716-0178, Priority -Analusis. Paris, ( Analusis), 0365-4877, Priority -Analyst (Cambridge UK), ( Analyst (Cambridge UK)), 0003-2654, Selective -Analytica Chimica Acta, ( Anal. Chim. Acta), 0003-2670, Selective -Analytical and Bioanalytical Chemistry, ( Anal. Bioanal. Chem), 1618-2642, Selective -Analytical Biochemistry, ( Anal. Biochem.), 0003-2697, Selective -Analytical Chemistry (Washington), ( Anal. Chem. (Wash.)), 0003-2700, Selective -Analytical Letters, ( Anal. Lett.), 0003-2719, Selective -Anartia, ( Anartia), 1315-642X, Selective -Anatomical Record. Part A: Discoveries in Molecular, Cellular, and Evolutionary Biology, ( Anat. Rec. A. Discov. Mol. Cell. Evol. Biol.), 0003-276X, Selective -Andamento dell'industria conserviera ittica italiana. Rome, ( Andamento Ind. Conserv. Ittica Ital.), Priority -Anesthesia & Analgesia, ( Anesth. Analg.), 0003-2999, Selective -Anesthesiology, ( Anesthesiology), 0003-3022, Selective -Angewandte Botanik, ( Angew. Bot.), 0066-1759, Selective -Angiogenesis, ( Angiogenesis), 0969-6970, Selective -Animal Behaviour, ( Anim. Behav.), 0003-3472, Core -Animal Biodiversity and Conservation, ( Anim. Biodiv. Conserv.), 1578-665X, Selective -Animal Biology, ( Anim. Biol.), 1570-7555, Selective -Animal Biotechnology, ( Anim. Biotechnol.), 1049-5398, Priority -Animal Conservation, ( Anim. Conserv.), 1367-9430, Core -Animal conservation. Cambridge, ( Anim. Conserv.), 1367-9430, Priority -Animal Genetics, ( Anim. Genet.), 0268-9146, Core -Animal Learning & Behavior, ( Anim. Learn. Behav.), 0090-4996, Core -Animal Production, ( Anim. Prod.), 0003-3561, Selective -Animal Research, ( Anim. Res.), 1627-3583, Selective -Animal research and development. Tubingen, ( Anim. Res. Dev.), 0340-3165, Priority -Animal Science and Technology, ( Anim. Sci. Technol.), 0918-2365, Selective -Animal Science Papers and Reports, ( Anim. Sci. Pap. Rep.), 0860-4037, Selective -Animal Welfare, ( Anim. Welfare), 0962-7286, Priority -Animalia, ( Animalia), 0391-7746, Selective -Animalia. Barcelona, ( Animalia), 0214-3151, Priority -Annalen der Meteorologie. Neue Folge. Offenbach, ( Ann. Meteorol. (Neue Folge)), 0072-4122, Priority -Annalen des Naturhistorischen Museums in Wien. Serie A. Mineralogie und Petrographie, Geologie und Palaontologie, Anthropologie und Prahistorie. Wien, ( Ann. Naturhist. Mus. Wien (A Mineral. Petrogr. Geol. Palaeontol. Anthropol. Praehist.)), 0255-0091, Priority -Annalen des Naturhistorischen Museums in Wien. Serie B. Botanik und Zoologie. Wien, ( Ann. Naturhist. Mus. Wien (B Bot. Zool.)), 0255-0105, Priority -Annalen des Naturhistorischen Museums in Wien. Serie C. Jahresberichte. Wien, ( Ann. Naturhist. Mus. Wien (C Jahresber.)), Priority -Annales, ( Annales), 1408-533X, Priority -Annales Botanici Fennici, ( Ann. Bot. Fenn.), 0003-3847, Priority -Annales de l'Institut oceanographique, Paris. Nouvelle serie. Paris, ( Ann. Inst. Oceanogr. Paris (Nouv. Ser.)), 0078-9682, Core -Annales de la Societe des Sciences naturelles de la Charente-Maritime. La Rochelle, ( Ann. Soc. Sci. Nat. Charente-Marit.), 0373-9929, Priority -Annales de la Station biologique de Besse-en-Chandesse. Besse-en-Chandesse, ( Ann. Stn. Biol. Besse-en-Chandesse), 0373-5850, Priority -Annales de Limnologie, ( Ann. Limnol.), 0003-4088, Priority -Annales de limnologie. Toulouse, ( Ann. Limnol.), 0003-4088, Priority -Annales de Medecine Interne, ( Ann. Med. Interne), 0003-410X, Selective -Annales de Medecine Veterinaire, ( Ann. Med. Vet.), 0003-4118, Selective -Annales de Paleontologie, ( Ann. Paleontol.), 0753-3969, Priority -Annales de Pathologie, ( Ann. Pathol.), 0242-6498, Selective -Annales de Zootechnie, ( Ann. Zootech.), 0003-424X, Selective -Annales geologiques des pays helleniques/Geologica chronika ton ellinikon choron. Athens, ( Ann. Geol. Pays Hell./Geol. Chron. Ell. Choron), 1105-0004, Priority -Annales geophysicae. Atmospheres, hydrospheres and space sciences. Paris, ( Ann. Geophys. (Atmos. Hydros. Space Sci.)), 0992-7689, Priority -Annales hydrographiques. 5eme serie. Paris, ( Ann. Hydrogr. (5eme Ser.)), 0373-3629, Priority -Annales musei goulandris. Kifissia, ( Ann. Mus. Goulandris), 0302-1033, Priority -Annales of National Institute of Hygiene/Roczniki Panstwowego Zakladu Higieny, ( Ann. Natl. Inst. Hyg./Rocz. Panstw. Zak. Hig.), 0035-7715, Selective -Annales scientifiques de l'Universite de Besancon. 4eme serie. Geologie. Besancon, ( Ann. Sci. Univ. Besancon (4 Ser.)(Geol.)), 1162-9584, Priority -Annales zoologici (Warsaw). Warsaw, ( Ann. Zool. (Warsaw)), 0003-4541, Selective -Annales Zoologici Fennici, ( Ann. Zool. Fenn.), 0003-455X, Priority -Annali del Museo Civico di Storia Naturale "Giacomo Doria", ( Ann. Mus. Civ. Stor. Nat. "Giacomo Doria"), 0365-4389, Selective -Annali della Facolta di scienze nautiche, Istituto universitario navale, Napoli. Naples, ( Ann. Fac. Sci. Naut. Ist. Univ. Nav. Napoli), 0075-1588, Priority -Annals of Agri Bio Research, ( Ann. Agri Bio Res.), 0971-9660, Selective -Annals of Agricultural and Environmental Medicine, ( Ann. Agric. Environ. Med.), 1232-1966, Selective -Annals of Agricultural Science, Moshtohor, ( Ann. Agric. Sci., Moshtohor), 1110-0419, Selective -Annals of Allergy, Asthma & Immunology, ( Ann. Allergy, Asthma Immunol.), 1081-1206, Priority -Annals of Applied Biology, ( Ann. Appl. Biol.), 0003-4746, Selective -Annals of Biology, ( Ann. Biol.), 0970-0153, Selective -Annals of Botany, ( Ann. Bot.), 0305-7364, Selective -Annals of Epidemiology, ( Ann. Epidemiol.), 1047-2797, Selective -Annals of Internal Medicine, ( Ann. Intern. Med.), 0003-4819, Selective -Annals of Medical Entomology, ( Ann. Med. Entomol.), 0971-135X, Selective -Annals of Medicine, ( Ann. Med.), 0785-3890, Selective -Annals of Nuclear Energy, ( Ann. Nucl. Energy), 0306-4549, Selective -Annals of Occupational Hygiene, ( Ann. Occup. Hyg.), 0003-4878, Priority -Annals of the Cape Provincial Museums, Natural History, ( Ann. Cape Prov. Mus. Nat. Hist.), 0570-1880, Selective -Annals of the Eastern Cape Museums, ( Ann. East. Cape Mus.), 1562-5273, Selective -Annals of the Entomological Society of America, ( Ann. Entomol. Soc. Am.), 0013-8746, Core -Annals of the New York Academy of Sciences, ( Ann. N. Y. Acad. Sci.), 0077-8923, Selective -Annals of the Phytopathological Society of Japan, ( Ann. Phytopathol. Soc. Japan), 0031-9473, Selective -Annals of the Rheumatic Diseases, ( Ann. Rheum. Dis.), 0003-4967, Selective -Annals of the Royal College of Surgeons of England, ( Ann. R. Coll. Surg. Engl.), 0035-3843, Selective -Annals of the South African Museum, ( Ann. S. Afr. Mus.), 0303-2515, Selective -Annals of the Upper Silesian Museum in Bytom, Entomology, ( Ann. Upper Silesian Mus. Bytom, Entomol.), 0867-1966, Priority -Annals of Tropical Medicine and Parasitology, ( Ann. Trop. Med. Parasitol.), 0003-4983, Priority -Annals of Tropical Paediatrics: International Child Health, ( Ann. Trop. Paediatr. Int. Child Health), 0272-4936, Selective -Annals. Missouri Botanical Garden. St. Louis MO, ( Ann. Mo. Bot. Gard.), Selective -Annee biologique. Paris, ( Annee Biol.), Selective -Annuaire des statistiques des produits de la peche en Tunisie. Tunis, ( Annu. Stat. Prod. Peche Tunis.), Priority -Annual departmental report by the Director of Agriculture and Fisheries (Hong Kong). Hong Kong, ( Annu. Dep. Rep. Dir. Agric. Fish. (Hong Kong)), 0441-1641, Priority -Annual report and accounts. Environment Agency (Gt. Brit.). Bristol, ( Annu. Rep. Acc. Environ. Agency (G.B.)), Priority -Annual report and accounts. Irish Sea Fisheries Board. Dublin, ( Annu. Rep. Acc. Ir. Sea Fish. Board), 0578-7351, Priority -Annual report and accounts. Sea Fish Industry Authority. Edinburgh, ( Annu. Rep. Acc. Sea Fish Ind. Auth.), Priority -Annual Report National Institute of Genetics, Japan, ( Annu. Rep., Natl. Inst. Genet., Jap.), 0077-4995, Priority -Annual Report Netherlands Institute for Sea Research, ( Annu. Rep. Neth. Inst. Sea Res.), 0165-9162, Priority -Annual report of activities. Directorate of Fisheries (Bahrain). Manama, ( Annu. Rep. Act. Dir. Fish. (Bahrain)), Priority -Annual report of oceanographic observations. National Fisheries Research and Development Institute (Korea). Pusan, ( Annu. Rep. Oceanogr. Obs. Natl. Fish. Res. Dev. Inst. (Korea)), Priority -Annual report of the Director. Fishing Industry Research Institute, University of Cape Town/Jaarverslag van die Direkteur. Visnywerheid- navorsingsinstituut Universiteit van Kaapstad. Rosebank, ( Annu. Rep. Dir. Fish. Ind. Res. Inst. Univ. Cape Town/Jaarversl. Dir. Visnywerheid- navorsingsinst. Univ. Kaapstad), 0250-2372, Priority -Annual Report of the Inter-American Tropical Tuna Commission/Informe anual de la Comision Interamericana del Atun Tropical, ( Annu. Rep. IATTC/Inf. Anu. CIAT), 0074-1000, Core -Annual Report of the International Whaling Commission, ( Annu. Rep. Int. Whaling Comm.), 1561-0721, Core -Annual report of the Marine Mammal Commission. Washington DC, ( Annu. Rep. Mar. Mamm. Comm.), Priority -Annual report of the National Institute of Genetics (Japan). Mishima, ( Annu. Rep. Natl. Inst. Genet. (Japan)), 0077-4995, Priority -Annual Report, Fisheries Department of Western Australia, ( Annu. Rep. Fish. Dep. West. Aust.), Priority -Annual Report, Great Lakes Fishery Commission, ( Annu. Rep. GLFC), Priority -Annual report. Atlantic Fisheries Restructuring Act/Rapport annuel. Loi sur la Restructuration du Secteur des Peches de l'Atlantique. Ottawa ON, ( Annu. Rep. Atl. Fish. Restruct. Act/Rapp. Annu. Loi Restruct. Sect. Peches Atl.), 0839-9131, Priority -Annual report. Atlantic Salmon Federation. St. Andrews NB, ( Annu. Rep. Atl. Salm. Fed.), Priority -Annual report. Australian Institute of Marine Science. Townsville, ( Annu. Rep. Aust. Inst. Mar. Sci.), 0311-4716, Priority -Annual report. Bermuda Biological Station for Research. St. George's West, ( Annu.Rep. Bermuda Biol. Stn. Res.), Priority -Annual report. Canada Institute for Scientific and Technical Information/Rapport annuel. Institut canadien de l'Information scientifique et technique. Ottawa ON, ( Annu. Rep. Can. Inst. Sci. Tech. Inf./Rapp. Annu. Inst. Can. Inf. Sci. Tech.), 0714-3648, Priority -Annual report. Canada Water Act/Rapport annuel. Loi sur les Ressources en Eau du Canada. Ottawa ON, ( Annu. Rep. Can. Water Act/Rapp. Annu. Loi Ressour. Eau Can.), 0227-4787, Priority -Annual report. Canadian Institute of Fisheries Technology. Halifax NS, ( Annu. Rep. Can. Inst. Fish. Technol.), Priority -Annual report. Central Inland Capture Fisheries Research Institute, Barrackpore. Barrackpore, ( Annu. Rep. Cent. Inland Capture Fish. Res. Inst. Barrackpore), 0970-6267, Priority -Annual report. Central Institute of Fisheries Education, Bombay. Bombay, ( Annu. Rep. Cent. Inst. Fish. Educ. Bombay), Priority -Annual report. Central Institute of Fisheries Technology, Cochin. Cochin, ( Annu. Rep. Cent. Inst. Fish. Technol. Cochin), Priority -Annual report. Central Marine Fisheries Research Institute, Cochin. Cochin, ( Annu. Rep. Cent. Mar. Fish. Res. Inst. Cochin), Priority -Annual report. Chesapeake Bay Foundation. Annapolis MD, ( Annu. Rep. Chesapeake Bay Found.), Priority -Annual report. Department of Fisheries (Zambia). Chilanga, ( Annu. Rep. Dep. Fish. (Zambia)), Priority -Annual report. Department of Fisheries and Oceans (Canada)/Rapport annuel. Ministere des Peches et des Oceans (Canada). Ottawa ON, ( Annu. Rep. Dep. Fish. Oceans (Can.)/Rapp. Annu. Minist. Peches Oceans (Can.)), Priority -Annual report. Department of Oceanography, University of British Columbia. Vancouver BC, ( Annu. Rep. Dep. Oceanogr. Univ. B.C.), Priority -Annual report. Environment Canada/Rapport annuel. Environnement Canada. Ottawa ON, ( Annu. Rep. Environ. Can./Rapp. Annu. Environ. Can.), 0711-1320, Priority -Annual report. Environmental Research Laboratories, National Oceanic and Atmospheric Administration (U.S.). Washington DC, ( Annu. Rep. ERL/NOAA), Priority -Annual Report. European Marine and Polar Science, ( Annu. Rep. EMAPS), Priority -Annual report. Fish Health Unit, Faculty of Veterinary Medicine, University of Prince Edward Island. Charlottetown PE, ( Annu. Rep. Fish Health Unit Fac. Vet. Med. Univ. P.E.I.), Priority -Annual report. Fish Marketing Organization, Hong Kong. Hong Kong, ( Annu. Rep. Fish Mark. Organ. Hong Kong), Priority -Annual report. Fisheries and Aquaculture (New Brunswick)/Rapport annuel. Peches et Aquaculture (Nouveau-Brunswick). Fredericton NB, ( Annu. Rep. Fish. Aquacult. (N.B.)/Rapp. Annu. Peches Aquacult. (N.-B.)), 0845-5562, Priority -Annual report. Fisheries Development Act. Department of Fisheries and Oceans (Canada)/Rapport annuel. Loi sur le Developpement de la Peche. Ministere des Peches et des Oceans (Canada). Ottawa ON, ( Annu. Rep. Fish. Dev. Act Dep. Fish. Oceans (Can.)/Rapp. Annu. Loi Dev. Peche Minist. Peches Oceans (Can.)), Priority -Annual report. Fisheries Division (Fiji). Suva, ( Annu. Rep. Fish. Div. (Fiji)), Priority -Annual report. Fisheries Division (Kiribati). Tarawa, ( Annu. Rep. Fish. Div. (Kiribati)), Priority -Annual report. Fisheries Improvement Loans Act. Department of Fisheries and Oceans (Canada)/Rapport annuel. Loi sur les Prets aidant aux Operations de Peche. Ministere des Peches et des Oceans (Canada). Ottawa ON, ( Annu. Rep. Fish. Improv. Loans Act Dep. Fish. Oceans (Can.)/Rapp. Annu. Loi Prets Aidant Oper. Peche Minist. Peches Oceans (Can.)), 0700-1576, Priority -Annual report. Fisheries Prices Support Board Canada/Rapport annuel. Office des Prix de Produits de la Peche Canada. Ottawa ON, ( Annu. Rep. Fish. Prices Support Board Can./Rapp. Annu. Off. Prix Prod. Peche Can.), Priority -Annual report. Fishery Survey of India. Bombay, ( Annu. Rep. Fish. Surv. India), Priority -Annual report. Freshwater Fisheries Centre, Christchurch. Wellington, ( Annu. Rep. Freshwat. Fish. Cent. Christchurch), 0113-6984, Priority -Annual report. Great Barrier Reef Marine Park Authority. Townsville, ( Annu. Rep. Great Barrier Reef Mar. Park Auth.), 0155-8072, Priority -Annual report. Great Lakes Fishery Commission. Ann Arbor MI, ( Annu. Rep. GLFC), 0072-7296, Priority -Annual report. Huntsman Marine Science Centre. St. Andrews NB, ( Annu. Rep. Huntsman Mar. Sci.Cent.), Priority -Annual report. Inshore fisheries statistics. Ministry of Fisheries (Tonga). Nuku'alofa, ( Annu. Rep. Inshore Fish. Stat. Minist. Fish. (Tonga)), Priority -Annual report. International Pacific Halibut Commission. Seattle WA, ( Annu. Rep. IPHC), 0074-7238, Priority -Annual Report. International Whaling Commission, ( Annu. Rep. Int. Whaling Comm.), 0143-8700, Priority -Annual Report. Iranian Fisheries Research and Training Organization, ( Annu. Rep. Iran. Fish. Res. Train. Org.), Priority -Annual report. Iranian Fisheries Research and Training Organization. Teheran, ( Annu. Rep. Iran. Fish. Res. Train. Organ.), Priority -Annual report. Marine and Freshwater Resources Institute. Queenscliff, Vic., ( Annu. Rep. Mar. Freshw. Resour. Inst.), Priority -Annual report. Marine Biological Association of the United Kingdom. Plymouth, ( Annu. Rep. Mar. Biol. Assoc. U.K.), Priority -Annual Report. Marine Mammal Commission, ( Annu. Rep. Mar. Mamm. Comm.), Core -Annual report. Marine Products Export Development Authority of India. Cochin, ( Annu. Rep. Mar. Prod. Export Dev. Auth. India), Priority -Annual Report. Ministry of Agriculture, Fisheries and Forests (Fiji), ( Annu. Rep. Minist. Agric. Fish. Forests (Fiji)), Selective -Annual Report. Monterey Bay Aquarium Research Institute, ( Annu. Rep. MBARI), Selective -Annual report. Murray-Darling Freshwater Research Centre. Albury, ( Annu. Rep. Murray-Darling Freshwat. Res. Cent.), 1032-8882, Priority -Annual report. National Bureau of Fish Genetic Resources (India). Allahabad, ( Annu. Rep. Natl. Bur. Fish Genet. Resour. (India)), 0970-6135, Priority -Annual report. National Center for Atmospheric Research (U.S.). Boulder CO, ( Annu. Rep. Natl. Cent. Atmos. Res. (U.S.)), Priority -Annual report. National Institute for Freshwater Fisheries Research (Nigeria). New Bussa, ( Annu. Rep. Natl. Inst. Freshwat. Fish. Res. (Niger.)), 0331-9296, Priority -Annual report. National Institute of Oceanography (India). Dona Paula-Goa, ( Annu. Rep. Natl. Inst. Oceanogr. (India)), Priority -Annual report. National Oceanic and Atmospheric Administration (U.S.), Environmental Research Laboratories, Great Lakes Environmental Research Laboratory. Ann Arbor MI, ( Annu. Rep. NOAA/ERL/GLEL), Priority -Annual report. National Oceanic and Atmospheric Administration (U.S.), Environmental Research Laboratories, Pacific Marine Environmental Research Laboratory. Washington DC, ( Annu. Rep. NOAA/ERL/PMEL), Priority -Annual report. Netherlands Institute for the Law of the Sea. Utrecht, ( Annu. Rep. Neth. Inst. Law Sea), Priority -Annual report. Nigerian Institute for Oceanography and Marine Research. Lagos, ( Annu. Rep. Niger. Inst. Oceanogr. Mar. Res.), Priority -Annual Report. NORAD, ( Annu. Rep. Norad), Priority -Annual Report. North Atlantic Marine Mammal Commission, ( Annu. Rep. NAMMCO), 1025-2045, Core -Annual report. North Pacific Anadromous Fish Commission. Vancouver BC, ( Annu. Rep. NPAFC), 1022-9078, Priority -Annual report. North Pacific Marine Science Organization. Sydney BC, ( Annu. Rep. North Pac. Mar. Sci. Organ.), 1192-7771, Priority -Annual report. Northwest Atlantic Fisheries Organization. Dartmouth NS, ( Annu. Rep. NAFO), 0704-4798, Priority -Annual report. Oceanic Institute, Honolulu. Honolulu HI, ( Anu. Rep. Ocean. Inst. Honolulu), Priority -Annual report. Pacific Salmon Commission. Vancouver BC, ( Annu. Rep. Pac. Salm. Comm.), Priority -Annual report. Pacific States Marine Fisheries Commission. Gladstone OR, ( Annu. Rep. Pac. States Mar. Fish. Comm.), Priority -Annual report. Royal Ontario Museum/Rapport annuel. Musee royal de l'Ontario. Toronto ON, ( Annu. Rep. R. Ont. Mus./Rapp. Annu. Mus. R. Ont.), Priority -Annual report. Salmon Genetics Research Program (Canada). St. Andrews NB, ( Annu. Rep. Salm. Genet. Res. Program (Can.)), Priority -Annual report. Salmon Research Agency of Ireland Incorporated. Newport, ( Annu. Rep. Salmon Res. Agency Irel. Inc.), Priority -Annual report. Seychelles Fishing Authority. Victoria, ( Annu. Rep. Seychelles Fish. Auth.), Priority -Annual report. Sir Alister Hardy Foundation for Ocean Science. Plymouth, ( Annu. Rep. Sir Alister Hardy Found. Ocean Sci.), Priority -Annual report. Southern California Coastal Water Research Project. El Segundo CA, ( Annu. Rep. South. Calif. Coast. Water. Res. Proj.), Priority -Annual report. University Marine Biological Station, Millport. Millport, ( Annu. Rep. Univ. Mar. Biol. Stn. Millport), Priority -Annual report. University of Southern California, Institute for Marine and Coastal Studies. Los Angeles CA, ( Annu. Rep. Univ. South. Calif. Inst. Mar. Coast. Stud.), Priority -Annual reports series. Intergovernmental Oceanographic Commission. Paris, ( Annu. Rep. Ser. IOC), Priority -Annual research report. Kuwait Institute for Scientific Research. Safat, ( Annu. Res. Rep. Kuwait Inst. Sci. Res.), 0250-4065, Priority -Annual research summary. Alligator Rivers Region Research Institute. Canberra, ( Annu. Res. Summ. Alligator Rivers Reg. Res. Inst.), 0814-4311, Priority -Annual Review of Biochemistry, ( Annu. Rev. Biochem.), 0066-4154, Selective -Annual Review of Biomedical Engineering, ( Annu. Rev. Biomed. Eng.), 1523-9829, Priority -Annual Review of Biomedical Sciences, ( Annu. Rev. Biomed. Sci.), 1517-3011, Selective -Annual Review of Biophysics and Bioengineering, ( Annu. Rev. Biophys. Bioeng.), 0084-6589, Priority -Annual Review of Biophysics and Biomolecular Structure, ( Annu. Rev. Biophys. Biomol. Struct.), 1056-8700, Selective -Annual Review of Cell and Developmental Biology, ( Annu. Rev. Cell. Dev. Biol.), 1081-0706, Priority -Annual Review of Ecology and Systematics, ( Annu. Rev. Ecol. Syst.), 0066-4162, Priority -Annual Review of Ecology, Evolution and Systematics, ( Annu. Rev. Ecol., Evol. Syst.), 1543-592X, Priority -Annual Review of Entomology, ( Annu. Rev. Entomol.), 0066-4170, Core -Annual Review of Fish Diseases, ( Annu. Rev. Fish Dis.), 0959-8030, Core -Annual Review of Genetics, ( Annu. Rev. Genet.), 0066-4197, Core -Annual Review of Genomics & Human Genetics, ( Annu. Rev. Genom. Hum. Genet.), 1527-8204, Core -Annual Review of Immunology, ( Annu. Rev. Immunol.), 0732-0582, Core -Annual Review of Medicine, ( Annu. Rev. Med.), 0066-4219, Selective -Annual Review of Microbiology, ( Annu. Rev. Microbiol.), 0066-4227, Core -Annual Review of Neuroscience, ( Annu. Rev. Neurosci.), 0147-006X, Core -Annual Review of Nutrition, ( Annu. Rev. Nutr.), 0199-9885, Selective -Annual Review of Pharmacology and Toxicology, ( Annu. Rev. Pharmacol. Toxicol.), 0362-1642, Priority -Annual Review of Physiology, ( Annu. Rev. Physiol.), 0066-4278, Selective -Annual Review of Phytopathology, ( Annu. Rev. Phytopathol.), 0066-4286, Priority -Annual Review of Plant Biology, ( Annu. Rev. Plant Biol.), 1040-2519, Priority -Annual Review of Plant Physiology and Plant Molecular Biology, ( Annu. Rev. Plant Physiol. Plant Mol. Biol.), 1040-2519, Priority -Annual Review of Public Health, ( Annu. Rev. Public Health), 0163-7525, Selective -Annual review. Freshwater Fisheries Laboratory, Pitlochry. Pitlochry, ( Annu. Rev. Freshwat. Fish. Lab. Pitlochry), 0951-3752, Priority -Annual review. Great Lakes Fisheries Research Branch (Canada). Burlington ON, ( Annu. Rev. Great Lakes Fish. Res. Branch (Can.)), 0822-0840, Priority -Annual review. Marine Laboratory, Aberdeen. Aberdeen, ( Annu. Rev. Mar. Lab. Aberdeen), Priority -Annual summary of fish and marine mammal harvest data for the Northwest Territories. Winnipeg MB, ( Annu. Summ. Fish Mar. Mamm. Harvest Data Northwest Territ.), 1183-9954, Priority -Annual summary of fish harvesting activities, Western Canadian freshwater fisheries. Winnipeg MB, ( Annu. Summ. Fish Harvest. Act. West. Can. Freshwat. Fish.), 1180-4645, Priority -Annuario del pesce e della pesca. Modena, ( Annu. Pesce Pesca), Priority -Antarctic, ( Antarctic), 0003-5327, Priority -Antarctic Journal of the United States, ( Antarct. J. U.S.), 0003-5335, Selective -Antarctic record (Christchurch). Christchurch, ( Antarct. Rec. (Christchurch)), Selective -Antarctic record (Tokyo). Tokyo, ( Antarct. Rec. (Tokyo)), 0085-7289, Priority -Antarctic research book series. Washington DC, ( Antarct. Res. Book Ser.), 0066-4634, Selective -Antarctic science. Oxford etc., ( Antarct. Sci.), 0954-1020, Priority -Antarktika/Antarctic. Moscow, ( Antarktika/Antarctic), 0134-4781, Priority -Anti-Cancer Drugs, ( Anti-Cancer Drugs), 0959-4973, Selective -Anticancer Research, ( Anticancer Res.), 0250-7005, Priority -Antimicrobial Agents & Chemotherapy, ( Antimicrob. Agents Chemother.), 0066-4804, Core -Antioxidants and Redox Signaling, ( Antioxid. Redox Signal.), 1523-0864, Selective -Antisense and Nucleic Acid Drug Development, ( Antisense Nucleic Acid Drug Dev.), 1087-2906, Core -Antiviral Chemistry & Chemotherapy, ( Antiviral Chem. Chemother.), 0956-3202, Core -Antiviral Research, ( Antiviral Res.), 0166-3542, Core -Antonie Van Leeuwenhoek, ( Antonie Van Leeuwenhoek), 0003-6072, Core -Anuario estadistico de pesca. Secretaria de medio ambiente recursos naturales y pesca. Mexico City, ( Anu. Estad. Pesca Secr. Medio Ambiente Recur. Nat. Pesca), Priority -Anuario estadistico de pesca. Servicio Nacional de Pesca (Chile). Santiago, ( Anu. Estad. Pesca Serv. Nac. Pesca (Chile)), 0716-0978, Priority -Anuario estadistico pesquero. Ministerio de Pesqueria (Peru). Lima, ( Anu. Estad. Pesq. Minist. Pesq. (Peru)), Priority -Anxiety, Stress, and Coping, ( Anxiety, Stress, Coping), 1061-5806, Selective -Anzeiger fuer Schaedlingskunde/Journal of Pest Science, ( Anz. Schaedlingskd./J. Pest Sci.), 1436-5693, Priority -Apidologie, ( Apidologie), 0044-8435, Core -APMIS: Acta Pathologica, Microbiologica et Immunologica Scandinavica, ( APMIS: Acta Pathol. Microbiol. Immunol. Scand.), 0903-4641, Selective -Appetite, ( Appetite), 0195-6663, Selective -Applied and Environmental Microbiology, ( Appl. Environ. Microbiol.), 0099-2240, Core -Applied Animal Behaviour Science, ( Appl. Anim. Behav. Sci.), 0168-1591, Core -Applied Biochemistry and Biotechnology, ( Appl. Biochem. Biotechnol.), 0273-2289, Core -Applied Biochemistry and Microbiology, ( Appl. Biochem. Microbiol.), 0003-6838, Priority -Applied biological science/Seibutsu Seisangaku Kenkyu. Higashi-Hiroshima, ( Appl. Biol. Sci./Seibutsu Seisangaku Kenkyu), 1341-691X, Priority -Applied Ecology and Environmental Research, ( Appl. Ecol. Environ. Res.), 1589-1623, Selective -Applied Engineering in Agriculture, ( Appl. Eng. Agric.), 0883-8542, Selective -Applied Entomology and Zoology, ( Appl. Entomol. Zool.), 0003-6862, Priority -Applied Ergonomics, ( Appl. Ergonomics), 0003-6870, Selective -Applied Geochemistry, ( Appl. Geochem.), 0883-2927, Selective -Applied Mathematical Modelling, ( Appl. Math. Model.), 0307-904X, Selective -Applied Microbiology and Biotechnology, ( Appl. Microbiol. Biotechnol.), 0175-7598, Core -Applied Occupational & Environmental Hygiene, ( Appl. Occup. Environ. Hyg.), 1047-322X, Priority -Applied Optics, ( Appl. Opt.), 0003-6935, Selective -Applied Plant Science/Toegepaste Plantwetenskap, ( Appl. Plant Sci./Toege. Plantwet.), 0259-5605, Selective -Applied Psychology, ( Appl. Psychol.), 0269-994X, Selective -Applied Radiation and Isotopes, ( Appl. Radiat. Isot.), 0969-8043, Selective -Applied scientific research. The Hague, ( Appl. Sci. Res.), 0003-6994, Selective -Apuntes universitarios. Universidad Autonoma de Baja California Sur. Serie didactica. La Paz, ( Apuntes Univ. Univ. Auton. Baja Calif. Sur (Didact.)), Priority -Aqua - Journal of Ichthyology & Aquatic Biology, ( Aqua J. Ichthyol. Aquat. Biol.), 0945-9871, Core -Aqua Fennica, ( Aqua Fenn.), 0356-7133, Priority -Aqua international. Hyderabad, ( Aqua Int.), Priority -Aqua revue. Tours, ( Aqua Rev.), 0295-0448, Priority -Aquacult, ( Aquacult), 0972-2262, Core -Aquacultural Engineering, ( Aquacult. Eng.), 0144-8609, Core -Aquacultural engineering. Barking, ( Aquacult. Eng.), 0144-8609, Core -Aquaculture, ( Aquaculture), 0044-8486, Core -Aquaculture Asia. Bangkok, ( Aquac. Asia), 0859-600X, Priority -Aquaculture Economics & Management, ( Aquacult. Econ. Manage.), 1365-7305, Core -Aquaculture Europe. Bredene, ( Aquacult. Eur.), 0773-6940, Priority -Aquaculture extension manual. Aquaculture Department, Southeast Asian Fisheries Development Center. Tigbauan, ( Aquacult. Ext. Man. Aquacult. Dep. Southeast Asian Fish. Dev. Cent.), Core -Aquaculture International, ( Aquacult. Int.), 0967-6120, Selective -Aquaculture Magazine, ( Aquacult. Mag.), 0199-1388, Core -Aquaculture News (Jonesville), ( Aquacult. News), Priority -Aquaculture news. Stirling, ( Aquacult. News), 1357-1117, Priority -Aquaculture Nutrition, ( Aquacult. Nutr.), 1353-5773, Core -Aquaculture Outlook, ( Aquacult. Outlook), Selective -Aquaculture Research, ( Aquacult. Res.), 1355-557X, Core -Aquaculture situation and outlook report. Washington DC, ( Aquacult. Situ. Outlook Rep.), Priority -Aquanoticias internacional. Santiago, ( Aquanot. Int.), 0716-7431, Priority -Aquaphyte, ( Aquaphyte), 0893-7702, Selective -Aquarama. Paris, Strasbourg, ( Aquarama), Priority -Aquarist & Pondkeeper, ( Aquar. Pondkeep.), 0003-7273, Selective -Aquarium Sciences and Conservation, ( Aquarium Sci. Conserv.), 1357-5325, Core -Aquarius. Lima, ( Aquarius), 0251-0499, Priority -Aquatec. La Plata, ( Aquatec), 0327-7755, Priority -Aquatic Botany, ( Aquat. Bot.), 0304-3770, Priority -Aquatic Conservation: Marine and Freshwater Ecosystems, ( Aquat. Conserv.: Mar. Freshwat. Ecosyst.), 1052-7613, Core -Aquatic Ecology, ( Aquat. Ecol.), 1386-2588, Core -Aquatic Ecosystem Health & Management, ( Aquat. Ecosyst. Health Manage.), 1463-4988, Selective -Aquatic environment protection. Analytical methods. Directorate of Fisheries Research (Gt. Brit.). Lowestoft, ( Aquat. Environ. Prot. Anal. Methods Dir. Fish. Res. (G.B.)), Core -Aquatic Insects, ( Aquat. Insects), 0165-0424, Core -Aquatic Living Resources, ( Aquat. Living Resour.), 0990-7440, Core -Aquatic living resources/Ressources vivantes aquatiques. Nantes, ( Aquat. Living Resour./Ressour. Vivantes Aquat.), 0990-7440, Core -Aquatic Mammals, ( Aquat. Mamm.), 0167-5427, Core -Aquatic Microbial Ecology, ( Aquat. Microb. Ecol.), 0948-3055, Core -Aquatic Sciences, ( Aquat. Sci.), 1015-1621, Priority -Aquatic Survival, ( Aquat. Survival), 1188-553X, Selective -Aquatic Toxicology, ( Aquat. Toxicol.), 0166-445X, Core -Aquilo, Series Botanica, ( Aquilo, Ser. Bot.), 0570-5169, Selective -Aquilo, Series Zoologica, ( Aquilo, Ser. Zool.), 0570-5177, Selective -Aquitaine ocean. Talence, ( Aquitaine Ocean), 0524-0832, Core -Arab Gulf Journal of Scientific Research, ( Arab Gulf J. Sci. Res.), 1015-4442, Selective -Arachnologische Mitteilungen, ( Arachnol. Mitt.), 1018-4171, Selective -Arbeidsnotat. Stiftelsen for Samfunns- og naeringslivsforskning/Working Paper. Centre for Research in Economics and Business Administration, ( Arb. Stift. Samf. Naeringslivsforsk./Work. Pap. Cent. Res. Econ. Bus. Adm.), 0803-4028, Priority -Arbeiten des Deutschen Fischerei-Verbandes. Hamburg, ( Arb. Dtsch. Fisch.-Verb.), 0415-6641, Priority -Archiv der Freunde der Naturgeschichte in Mecklenburg. Rostock, ( Arch. Freunde Naturgesch. Mecklenbg.), 0518-3189, Priority -Archiv fuer Hydrobiologie, ( Arch. Hydrobiol.), 0003-9136, Priority -Archiv fuer Protistenkunde, ( Arch. Protistenkd.), 0003-9365, Core -Archiv fur Hydrobiologie. Stuttgart, ( Arch. Hydrobiol.), 0003-9136, Priority -Archiv fur Hydrobiologie. Supplementband. Algological studies. Stuttgart, ( Arch. Hydrobiol. (Suppl.) (Algol. Stud.)), 0342-1120, Priority -Archiv fur Hydrobiologie. Supplementband. Arbeiten aus dem Limnologischen Institut der Universitat Konstanz. Stuttgart, ( Arch. Hydrobiol. (Suppl.) (Arb. Limnol. Inst. Univ. Konstanz)), 0930-4681, Priority -Archiv fur Hydrobiologie. Supplementband. Large rivers. Stuttgart, ( Arch. Hydrobiol. (Suppl.) (Large Rivers)), 0945-3784, Priority -Archiv fur Hydrobiologie. Supplementband. Monographic studies. Stuttgart, ( Arch. Hydrobiol. (Suppl.) (Monogr. Stud.)), 0341-2881, Priority -Archiv fur Hydrobiologie. Supplementband. Untersuchungen des Elbe-Aestuars. Stuttgart, ( Arch. Hydrobiol. (Suppl.) (Unters. Elbe-Aestuars)), 0342-1066, Priority -Archiv fur Lebensmittelhygiene. Hannover, ( Arch. Lebensmittelhyg.), 0003-925X, Priority -Archiv fur Molluskenkunde. Frankfurt/Main, ( Arch. Molluskenkd.), 0003-9284, Priority -Archive of fishery and marine research/Archiv fur Fischerei- und Meeresforschung. Stuttgart, Jena, ( Arch. Fish. Mar. Res./Arch. Fisch. Meeresforsch.), 0944-1921, Core -Archives des Sciences (Geneve), ( Arch. Sci. (Geneve)), 0252-9289, Selective -Archives Internationales de Pharmacodynamie et Therapie, ( Arch. Int. Pharmacodyn. Ther.), 0003-9780, Selective -Archives internationales de physiologie, de biochimie et de biophysique. Liege, Paris, ( Arch. Int. Physiol. Biochim. Biophys.), 0778-3124, Selective -Archives Italiennes de Biologie, ( Arch. Ital. Biol.), 0003-9829, Selective -Archives of Dermatology, ( Arch. Dermatol.), 0003-987X, Selective -Archives of Disease in Childhood, ( Arch. Dis. Child.), 0003-9888, Selective -Archives of Environmental Contamination and Toxicology, ( Arch. Environ. Contam. Toxicol.), 0090-4341, Priority -Archives of Environmental Health, ( Arch. Environ. Health), 0003-9896, Priority -Archives of Insect Biochemistry and Physiology, ( Arch. Insect Biochem. Physiol.), 0739-4462, Core -Archives of Microbiology, ( Arch. Microbiol.), 0302-8933, Core -Archives of Ophthalmology, ( Arch. Ophthalmol.), 0003-9950, Selective -Archives of Pediatrics & Adolescent Medicine, ( Arch. Pediatr. Adolesc. Med.), 1072-4710, Selective -Archives of Sexual Behavior, ( Arch. Sex. Behav.), 0004-0002, Selective -Archives of Toxicology, ( Arch. Toxicol.), 0340-5761, Core -Archives of Virology, ( Arch. Virol.), 0304-8608, Core -Archives. Centre de Recherches oceanographiques, Dakar-Thiaroye. Dakar-Thiaroye, ( Arch. Cent. Rech. Oceanogr. Dakar-Thiaroye), Core -Archives. Science de la mer. Biologie marine. Centre de Noumea, ORSTOM. Noumea, ( Arch. Sci. Mer Biol. Mar. Cent. Noumea ORSTOM), Core -Archives. Sciences de la mer. Oceanographie physique. Centre de Noumea, ORSTOM. Noumea, ( Arch. Sci. Mer Oceanogr. Phys. Cent. Noumea ORSTOM), Core -Archivos de biologia y medicina experimental. Santiago, ( Arch. Biol. Med. Exp.), 0004-0533, Priority -Archivos de Zootecnia, ( Arch. Zootec.), 0004-0592, Priority -Archivos de zootecnia. Cordova, ( Arch. Zootec.), 0004-0592, Priority -Archiwum rybactwa polskiego/Archives of Polish fisheries. Olsztyn, ( Arch. Ryb. Pol./Arch. Pol. Fish.), 1230-6428, Core -Arctic, ( Arctic), 0004-0843, Selective -Arctic and Alpine Research, ( Arct. Alp. Res.), 0004-0851, Priority -Arctic, Antarctic, and Alpine Research, ( Arct. Antarct. Alp. Res.), 1523-0430, Priority -Ardea, ( Ardea), 0373-2266, Selective -Arhiv za Higijenu Rada I Toksikologiju/Archives of Industrial Hygiene and Toxicology, ( Arh. Hig. Rada Toksikol./Arch. Ind. Hyg. Toxicol.), 0004-1254, Priority -Arid Land Research and Management, ( Arid Land Res. Manage.), 1532-4982, Selective -Arkhiv anatomii gistologii i ehmbriologii. Moscow, ( Arkh. Anat. Gistol. Ehmbriol.), 0004-1947, Priority -Arnoldia Zimbabwe. Bulawayo, ( Arnoldia Zimbabwe), 0250-6386, Selective -Arquipelago. Ciencias biologicas e marinhas/Life and marine sciences. Horta, ( Arquipelago (Cienc. Biol. Mar./Life Mar. Sci.)), 0870-6581, Core -Arquivos de ciencias do mar. Fortaleza, ( Arq. Cienc. Mar), 0041-8854, Priority -Arquivos do Museu Bocage. Nova serie. Lisbon, ( Arq. Mus. Bocage (Nova Ser.)), Priority -Ars Pharmaceutica, ( Ars Pharm.), 0004-2927, Selective -Artenschutz report. Jena, ( Artenschutz Rep.), 0940-8215, Priority -Arthritis & Rheumatism, ( Arthritis Rheum.), 0004-3591, Selective -Arthropod Structure and Development, ( Arthropod Struct. Dev.), 1467-8039, Priority -Artificial Intelligence, ( Artif. Intell.), 0004-3702, Selective -Artificial Intelligence in Engineering, ( Artif. Intell. Eng.), 0954-1810, Selective -Artificial Intelligence in Medicine, ( Artif. Intell. Med.), 0933-3657, Core -Artificial Organs, ( Artif. Organs), 0160-564X, Priority -Artsrapport. Program for Utvikling og Stimulering av Havbeite, ( Artsrap. PUSH-Programmet), Selective -ASA bulletin. Washington DC, ( ASA Bull.), 0085-6592, Priority -ASEAN food journal. Kuala Lumpur, ( ASEAN Food J.), 0127-7324, Priority -ASHRAE Journal, ( ASHRAE J.), 0001-2491, Selective -Asia-Pacific Journal of Molecular Biology and Biotechnology, ( Asia-Pacific J. Mol. Biol. Biotechnol.), 0128-7451, Core -Asian Communictions, ( Asin Commun.), 0952-7516, Priority -Asian fisheries science. Metro Manila, ( Asian Fish. Sci.), 0116-6514, Core -Asian Journal of Microbiology, Biotechnology & Environmental Sciences, ( Asian J. Microbiol., Biotechnol. Environ. Sci.), 0972-3005, Selective -Asian Journal of Surgery, ( Asian J. Surg.), 1015-9584, Selective -Asian Medical Journal, ( Asian Med. J.), Selective -Asian Pacific Journal of Allergy & Immunology, ( Asian Pac. J. Allergy Immunol.), 0125-877X, Selective -ASRA journal. Burford, ( ASRA J.), 0142-5145, Selective -Assay and Drug Development Technologies, ( Assay Drug Dev. Technol.), 1540-658X, Priority -Astrobiology, ( Astrobiology), 1531-1074, Selective -Athletic Therapy Today, ( Athletic Ther. Today), 1078-7895, Selective -Atlantic Geology, ( Atl. Geol.), 0843-5561, Selective -Atlantic salmon journal. Montreal PQ, ( Atl. Salm. J.), 0044-992X, Priority -Atlantica. Rio Grande, ( Atlantica), 0102-1656, Priority -Atmosfera. Mexico City, ( Atmosfera), 0187-6236, Priority -Atmosphere-ocean. Toronto ON, ( Atmosphere-Ocean), 0705-5900, Priority -Atmospheric Environment, ( Atmos. Environ.), 1352-2310, Selective -Atoll Research Bulletin, ( Atoll Res. Bull.), 0077-5630, Priority -Atomic Energy, ( At. Energy), 1063-4258, Selective -Atti della Societa Toscana di Scienze Naturali, ( Atti Soc. Toscana Sci. Nat.), 0365-7450, Selective -Audiology, ( Audiology), 0020-6091, Selective -Audubon, ( Audubon), 0097-7136, Selective -Auk, ( Auk), 0004-8038, Priority -Austasia Aquaculture, ( Austasia Aquacult.), 1035-963X, Priority -Austasia aquaculture. Sandy Bay, ( Austasia Aquacult.), 0818-5522, Priority -Austral Ecology, ( Austral Ecol.), 1442-9985, Core -Australasian Journal of Dermatology, ( Australas. J. Dermatol.), 0004-8380, Selective -Australasian Journal of Disaster and Trauma Studies, ( Australas. J. Disaster Trauma Stud.), 1174-4707, Selective -Australasian Journal of Ecotoxicology, ( Australas. J. Ecotoxicol.), 1323-3475, Priority -Australasian Radiology, ( Australas. Radiol.), 0004-8461, Selective -Australasian science. Toowoomba, Qld, ( Australas. Sci.), 1036-0875, Priority -Australian and New Zealand Journal of Medicine, ( Aust. N. Z. J. Med.), 0004-8291, Selective -Australian and New Zealand Journal of Psychiatry, ( Aust. N. Z. J. Psychiatry), 0004-8674, Selective -Australian commodities. Canberra, ( Aust. Commod.), 1321-7844, Priority -Australian commodity statistics. Canberra, ( Aust. Commod. Stat.), 1325-8109, Priority -Australian Dental Journal, ( Aust. Dent. J.), 0045-0421, Selective -Australian Entomologist, ( Aust. Entomol.), 1320-6133, Core -Australian Fisheries, ( Aust. Fish.), 0004-9115, Priority -Australian fisheries statistics. Canberra, ( Aust. Fish. Stat.), 1325-8893, Priority -Australian geographic. Sydney, ( Aust. Geogr.), Priority -Australian Institute of Marine Science COTS report. Cape Ferguson, ( Aust. Inst. Mar. Sci. COTS Rep.), Core -Australian Institute of Marine Science report. Cape Ferguson, ( Aust. Inst. Mar. Sci. Rep.), 1033-6974, Core -Australian Institute of Marine Science standard operational procedure. Cape Ferguson, ( Aust. Inst. Mar. Sci. Stand. Oper. Proced.), 1327-0184, Core -Australian Institute of Marine Science status report. Cape Ferguson, ( Aust. Inst. Mar. Sci. Status Rep.), 1323-9503, Core -Australian Journal of Agricultural and Resource Economics, ( Aust. J. Agric. Resour. Econ.), 1364-985X, Selective -Australian Journal of Agricultural Economics, ( Aust. J. Agric. Econ.), 0004-9395, Selective -Australian Journal of Agricultural Research, ( Aust. J. Agric. Res.), 0004-9409, Selective -Australian Journal of Botany, ( Aust. J. Bot.), 1067-1924, Priority -Australian journal of botany. Melbourne, ( Aust. J. Bot.), 0067-1924, Priority -Australian journal of chemistry. Melbourne, ( Aust. J. Chem.), 0004-9425, Priority -Australian journal of earth sciences. Carlton, ( Aust. J. Earth. Sci.), 0812-0099, Priority -Australian Journal of Ecology, ( Aust. J. Ecol.), 0307-692X, Core -Australian journal of ecology. Oxford, ( Aust. J. Ecol.), 0307-692X, Priority -Australian Journal of Emergency Management, ( Aust. J. Emerg. Manage.), 1324-1540, Selective -Australian Journal of Entomology, ( Aust. J. Entomol.), 1326-6756, Core -Australian journal of marine and freshwater research. Melbourne, ( Aust. J. Mar. Freshw. Res.), 0067-1940, Core -Australian Journal of Plant Physiology, ( Aust. J. Plant Physiol.), 0310-7841, Selective -Australian Journal of Rural Health, ( Aust. J. Rural Health), 1038-5282, Selective -Australian Journal of Science and Medicine in Sport, ( Aust. J. Sci. Med. Sport), 0813-6289, Selective -Australian Journal of Soil Research, ( Aust. J. Soil Res.), 0004-9573, Selective -Australian Journal of Zoology, ( Aust. J. Zool.), 0004-959X, Priority -Australian marine science bulletin. Sydney, ( Aust. Mar. Sci. Bull.), 0157-6429, Core -Australian Occupational Therapy Journal, ( Aust. Occup. Ther. J.), 0045-0766, Selective -Australian Veterinary Journal, ( Aust. Vet. J.), 0005-0423, Selective -Australian zoologist. Sydney, ( Aust. Zool.), Priority -Austrobaileya, ( Austrobaileya), 0155-4131, Selective -Autoimmunity, ( Autoimmunity), 0891-6934, Core -Autoimmunity Reviews, ( Autoimmun. Rev.), 1568-9972, Core -Automation in Construction, ( Autom. Constr.), 0926-5805, Selective -Automotive Engineer, ( Automotive Engineer), 0307-6490, Selective -Automotive Engineering, ( Automotive Eng.), 0098-2571, Selective -Avian Diseases, ( Avian Dis.), 0005-2086, Selective -Avian Pathology, ( Avian Pathol.), 0307-9457, Priority -Aviation, Space and Environmental Medicine, ( Aviat. Space Environ. Med.), 0095-6562, Selective -Avocetta, ( Avocetta), 0404-4266, Selective -B M R journal of Australian geology and geophysics. Canberra, ( B M R J. Aust. Geol. Geophys.), Priority -Bahamas Journal of Science, ( Bahamas J. Sci.), 1022-2189, Selective -Baltic Journal of Coleopterology, ( Balt. J. Coleopterol.), 1407-8619, Priority -Baltic Sea environment proceedings. Helsinki, ( Balt. Sea Environ. Proc.), 0357-2994, Priority -Bangladesh Journal of Entomology, ( Bangladesh J. Entomol.), 1021-1004, Core -Bangladesh Journal of Fisheries Research, ( Bangladesh J. Fish. Res.), 1026-6690, Core -Banmar. Col. Cuauhtemoc, ( Banmar), 0187-3601, Priority -Basic and Applied Ecology, ( Basic Appl. Ecol.), 1439-1791, Core -Basteria. Amsterdam, ( Basteria), 0005-6219, Selective -Batalleria. Barcelona, ( Batalleria), 0214-7831, Priority -Bay of Bengal news. Madras, ( Bay of Bengal News), 0971-3077, Priority -Beaufortia, ( Beaufortia), 0067-4745, Selective -Bee World, ( Bee World), 0005-772X, Priority -Behavior Genetics, ( Behav. Genet.), 0001-8244, Core -Behavior Research Methods, Instruments and Computers, ( Behav. Res. Methods Instrum. Comput.), 0743-3808, Selective -Behavioral and Brain Sciences, ( Behav. Brain Sci.), 0140-525X, Selective -Behavioral and neural biology. New York NY, ( Behav. Neural Biol.), 0163-1047, Selective -Behavioral Ecology, ( Behav. Ecol.), 1045-2249, Core -Behavioral Ecology and Sociobiology, ( Behav. Ecol. Sociobiol.), 0340-5443, Core -Behavioral Neuroscience, ( Behav. Neurosci.), 0735-7044, Priority -Behavioral Science, ( Behav. Sci.), 0005-7940, Selective -Behaviour, ( Behaviour), 0005-7959, Core -Behaviour Research and Therapy, ( Behav. Res. Ther.), 0005-7967, Selective -Behavioural Brain Research, ( Behav. Brain Res.), 0166-4328, Core -Behavioural Processes, ( Behav. Processes), 0376-6357, Core -Beitraege zur Entomologie, ( Beitr. Entomol.), 0005-805X, Core -Beitrage zur Biologie der Pflanzen. Berlin, ( Beitr. Biol. Pflanz.), 0005-8041, Selective -Belgian Journal of Entomology, ( Belg. J. Entomol.), 1374-5514, Core -Belgian Journal of Zoology, ( Belg. J. Zool.), 0777-6276, Selective -Belgische zeevisserij. Ostend, ( Belg. Zeeviss.), Priority -Berichte aus dem Institut fur Meereskunde an der Christian-Albrechts-Universitat Kiel. Kiel, ( Ber. Inst. Meereskd. Christian-Albrechts-Univ. Kiel), 0341-8561, Priority -Berichte aus dem Zentrum fur Meeres- und Klimaforschung der Universitat Hamburg. Reihe A. Meteorologie. Hamburg, ( Ber. Zent. Meeres- Klimaforsch. Univ. Hamb. (A Meteorol.)), 0947-7128, Priority -Berichte aus dem Zentrum fur Meeres- und Klimaforschung der Universitat Hamburg. Reihe B. Ozeanographie. Hamburg, ( Ber. Zent. Meeres- Klimaforsch. Univ. Hamb. (B Ozeanogr.)), 0947-7136, Priority -Berichte aus dem Zentrum fur Meeres- und Klimaforschung der Universitat Hamburg. Reihe C. Geophysik. Hamburg, ( Ber. Zent. Meeres- Klimaforsch. Univ. Hamb. (C Geophys.)), 0947-7144, Priority -Berichte aus dem Zentrum fur Meeres- und Klimaforschung der Universitat Hamburg. Reihe D. Biogeochemie und Meereschemie. Hamburg, ( Ber. Zent. Meeres- Klimaforsch. Univ. Hamb. (D Biogeochem. Meereschem.)), Priority -Berichte aus dem Zentrum fur Meeres- und Klimaforschung der Universitat Hamburg. Reihe E. Hydrobiologie und Fischereiwissenschaft. Hamburg, ( Ber. Zent. Meeres- Klimaforsch. Univ. Hamb. (E Hydrobiol. Fischereiwiss.)), 0936-949X, Priority -Berichte aus dem Zentrum fur Meeres- und Klimaforschung der Universitat Hamburg. Reihe Z. Interdisziplinaere Zentrumsberichte. Hamburg, ( Ber. Zent. Meeres- Klimaforsch. Univ. Hamb. (Z. Interdiszipl. Zentrumsber.)), 0947-7179, Priority -Berichte der Biologischen Anstalt Helgoland. Hamburg, ( Ber. Biol. Anst. Helgol.), 0930-8148, Priority -Berichte der Forschungsstelle Kuste. Norderney, ( Ber. Forschungsstelle Kueste), 0949-5681, Priority -Berichte des IGB, ( Ber. IGB), 1432-508X, Selective -Berichte des Naturwissenschaftlich-Medizinischen Vereins in Innsbruck, ( Ber. Naturwiss.-Med. Ver. Innsbruck), 0379-1416, Selective -Berichte uber Landwirtschaft. Hamburg, ( Ber. Landwirtsch.), 0005-9080, Priority -Berichte. Forschungs- und Technologiezentrum Westkuste, ( Ber. Forsch.-Technologiezent. Westkueste), 0940-9475, Selective -Berichte. Forschungszentrum Terramare, ( Ber. Forschungszent. Terramare), 1432-797X, Selective -Berliner und Munchener Tierarztliche Wochenschrift, ( Berl. Muench. Tieraerztl. Wochenschr.), 0005-9366, Selective -Bibliography series. Department of Primary Industries (Queensland). Fortitude Valley, ( Bibliogr. Ser. Dep. Prim. Ind. (Queensl.)), Priority -Biennial report of the Keikyu Aburatsubo Marine Park Aquarium. Miura, ( Bienn. Rep. Keikyu Aburatsubo Mar. Park Aquar.), Priority -Biennial Report. Alfred Wegener Institute for Polar and Marine Research, ( Bienn. Rep. Alfred Wegener Inst. Polar Mar. Res.), Priority -Biennial report. Aquatron Laboratory, Dalhousie University. Halifax NS, ( Bienn. Rep. Aquatron Lab. Dalhousie Univ.), Priority -Biennial report. Department of Oceanography, Dalhousie University. Halifax NS, ( Bienn. Rep. Dep. Oceanogr. Dalhousie Univ.), 0418-3029, Priority -Biennial report. IAEA Marine Environment Laboratory. Monaco, ( Bienn. Rep. IAEA Mar. Environ. Lab.), Priority -Bifidobacteria and Microflora, ( Bifidobact. Microflora), 0286-9306, Priority -Bijdragen tot de dierkunde. Leiden, ( Bijdr. Dierkd.), 0067-8546, Selective -Bilans et prospectives IFREMER. Plouzane, ( Bilans Prospect. IFREMER), 1279-8339, Priority -Biljeske-Notes. Institut za oceanografiju i ribarstvo, Split. Split, ( Bilj.-Notes Inst. Oceanogr. Ribar. Split), 0561-6360, Core -Biljeske/Notes, ( Biljeske/Notes), 0561-6360, Core -Binnenfischerei in Niedersachsen. Hildesheim, ( Binnenfisch. Niedersachs.), 0942-9425, Priority -Bio-Medical Materials and Engineering, ( Bio-Med. Mater. Eng.), 0959-2989, Core -Bioacoustics, ( Bioacoustics), 0952-4622, Priority -Biocatalysis and Biotransformation, ( Biocatalysis Biotransformation), 1024-2422, Priority -Biocenosis. San Jose, ( Biocenosis), 0250-6963, Priority -Biochemical and Biophysical Research Communications, ( Biochem. Biophys. Res. Commun.), 0006-291X, Selective -Biochemical Engineering Journal, ( Biochem. Eng. J.), 1369-703X, Priority -Biochemical Genetics, ( Biochem. Genet.), 0006-2928, Core -Biochemical Journal, ( Biochem. J.), 0264-6021, Selective -Biochemical Society Transactions, ( Biochem. Soc. Trans.), 0300-5127, Selective -Biochemical Systematics and Ecology, ( Biochem. Syst. Ecol.), 0305-1978, Selective -Biochemistry (Washington), ( Biochemistry (Wash.)), 0006-2960, Priority -Biochemistry and Cell Biology, ( Biochem. Cell Biol.), 0829-8211, Selective -Biochemistry and Molecular Biology International, ( Biochem. Mol. Biol. Int.), 1039-9712, Selective -Biochimica et Biophysica Acta - Gene Structure and Expression, ( Biochim. Biophys. Acta Gene Struct. Expression), 0167-4781, Core -Biochimica et Biophysica Acta: Protein Structure and Molecular Enzymology, ( Biochim. Biophys. Acta), 0167-4838, Selective -Biochimica et Biophysica Acta: Proteins and Proteomics, ( Biochim. Biophys. Acta: Proteins Proteomics), 1570-9639, Selective -Biochimie, ( Biochimie), 0300-9084, Selective -Biochimie. Paris, ( Biochimie), 0300-9084, Selective -Biociencias, ( Biociencias), 0104-3455, Selective -Bioconjugate Chemistry, ( Bioconj. Chem.), 1043-1802, Priority -Biocontrol, ( Biocontrol), 1026-2911, Selective -BioControl, ( BioControl), 1386-6141, Priority -Biocontrol Science, ( Biocontrol Sci.), 1342-4815, Priority -Biocontrol Science and Technology, ( Biocontrol Sci. Technol.), 0958-3157, Priority -Biocosme Mesogeen, ( Biocosme Mesogeen), 0762-6428, Priority -Biocycle, ( Biocycle), 0276-5055, Selective -Biodegradation, ( Biodegradation), 0923-9820, Priority -Biodiversity, ( Biodiversity), 1488-8386, Selective -Biodiversity and Conservation, ( Biodivers. Conserv.), 0960-3115, Core -Biodiversity Letters, ( Biodivers. Lett.), 0967-9952, Core -Bioelectrochemistry and Bioenergetics, ( Bioelectrochem. Bioenerget.), 0302-4598, Selective -Bioessays, ( Bioessays), 0265-9247, Priority -BioFactors, ( BioFactors), 0951-6433, Selective -Biofouling, ( Biofouling), 0892-7014, Priority -Biogeochemistry, ( Biogeochemistry), 0168-2563, Selective -Bioikos. Campinas, ( Bioikos), Priority -Bioinformatics, ( Bioinformatics), 1367-4803, Core -Biokhimiya/Biochemistry. Moscow, ( Biokhimiya/Biochemistry), 0320-9725, Priority -Biologia (Lahore). Lahore, ( Biologia (Lahore)), 0006-3096, Selective -Biologia acuatica. La Plata, ( Biol. Acuat.), 0326-1638, Priority -Biologia gallo-hellenica. Athens, ( Biol. Gallo-Hell.), 0750-7321, Priority -Biologia marina mediterranea. Genova, ( Biol. Mar. Mediterr.), 1123-4245, Priority -Biologia pesquera. Concepcion, ( Biol. Pesq.), 1123-4245, Priority -Biologia Plantarum, ( Biol. Plant.), 0006-3134, Selective -Biologia. Seria A. Botanika. Bratislava, ( Biologia (A Bot.)), 0862-1128, Selective -Biologia. Seria A: Botanika, ( Biologia (A Bot.)), Selective -Biologia. Seria B. Zoologia. Bratislava, ( Biologia (B Zool.)), 0862-1136, Selective -Biologia. Seria C. Vseobecna biologia. Bratislava, ( Biologia (C Vseobec. Biol.)), 0862-1144, Selective -Biological & Pharmaceutical Bulletin, ( Biol. Pharm. Bull.), 0918-6158, Selective -Biological Agriculture and Horticulture, ( Biol. Agric. Hortic.), 0144-8765, Selective -Biological Bulletin, Marine Biological Laboratory, Woods Hole, ( Biol. Bull. Mar. Biol. Lab. Woods Hole), 0006-3185, Core -Biological Chemistry Hoppe-Seyler, ( Biol. Chem. Hoppe-Seyler), 1431-6730, Selective -Biological chemistry Hoppe-Seyler. Berlin, ( Biol. Chem. Hoppe-Seyler), 0177-3593, Selective -Biological Conservation, ( Biol. Conserv.), 0006-3207, Core -Biological Cybernetics, ( Biol. Cybern.), 0340-1200, Selective -Biological Invasions, ( Biol. Invasions), 1387-3547, Core -Biological Journal of the Linnean Society, ( Biol. J. Linn. Soc.), 0024-4066, Priority -Biological Notes of the Illinois Natural History Survey, ( Biol. Notes Ill. Nat. Hist. Surv.), 0073-490X, Selective -Biological Report. National Biological Service, ( Biol. Rep. Natl. Biol. Serv.), 0895-1926, Priority -Biological report. U.S. Fish and Wildlife Service. Washington DC, ( Biol. Rep. U.S. Fish Wildl. Serv.), 0895-1926, Priority -Biological Reviews of the Cambridge Philosophical Society, ( Biol. Rev. Camb. Philos. Soc.), 1464-7931, Priority -Biological Rhythm Research, ( Biol. Rhythm Res.), 0929-1016, Selective -Biological Science Report. National Biological Service, ( Biol. Sci. Rep. Natl. Biol. Serv.), 1081-292X, Priority -Biological services program. U.S. Fish and Wildlife Service. Washington DC, ( Biol. Serv. Program U.S. Fish Wildl. Serv.), Priority -Biological Trace Element Research, ( Biol. Trace Elem. Res.), 0163-4984, Selective -Biologicals, ( Biologicals), 1045-1056, Priority -Biologicheskie nauki. Moscow, ( Biol. Nauki), 0470-4606, Priority -Biologicheskie resursy gidrosfery i ikh ispol'zovanie. Moscow, ( Biol. Resur. Gidros. Ispol'z.), Priority -Biologija/Biologiya/Biology. Vilnius, ( Biologija/Biologiya/Biology), 0235-7232, Priority -Biologisches Zentralblatt, ( Biol. Zentralbl.), 0006-3304, Selective -Biologiske skrifter. Copenhagen, ( Biol. Skr.), Selective -Biologist, ( Biologist), 0006-3347, Selective -Biologiya morya/Marine biology. Vladivostok, ( Biol. Morya/Mar. Biol.), 0134-3475, Core -Biologiya vnutrennikh vod/Biology of inland water. St. Petersburg, ( Biol. Vnutr. Vod/Biol. Inland Water), 0320-9652, Priority -Biology and environment. Proceedings of the Royal Irish Academy. Section B. Dublin, ( Biol. Environ. Proc. R. Ir. Acad. (B)), 0791-7945, Selective -Biology and Fertility of Soils, ( Biol. Fertility Soils), 0178-2762, Selective -Biology Bulletin, ( Biol. Bull.), 1062-3590, Selective -Biology of Reproduction, ( Biol. Reprod.), 0006-3363, Selective -Biology of the Cell, ( Biol. Cell), 0248-4900, Selective -Biomacromolecules, ( Biomacromolecules), 1525-7797, Selective -Biomaterials, ( Biomaterials), 0142-9612, Core -Biomedical Chromatography, ( Biomed. Chromatogr.), 0269-3879, Priority -Biomedical Instrumentation & Technology, ( Biomed Instrum Technol), 0899-8205, Selective -Biomedical Letters, ( Biomed. Lett.), 0961-088X, Selective -Biomedical Microdevices, ( Biomed. Microdevices), 1387-2176, Core -Biomedizinische Technik/Biomedical Engineering, ( Biomed. Tech./Biomed. Eng.), 0013-5585, Priority -Biometrics, ( Biometrics), 0006-341X, Priority -Biometrika. London, ( Biometrika), 0006-3444, Selective -Biomimetrics, ( Biomimetrics), 1059-0153, Core -Biomolecular Engineering, ( Biomol. Eng.), 1389-0344, Core -BioPharm, ( BioPharm), 1040-8304, Selective -BioPharm International, ( BioPharm Int.), 1542-166X, Selective -Biopharmaceutics & Drug Disposition, ( Biopharm. Drug Disposition), 0142-2782, Priority -Biophysical Chemistry, ( Biophys. Chem.), 0301-4622, Selective -Biophysical Journal, ( Biophys. J.), 0006-3495, Selective -Biophysics, ( Biophysics), 0006-3509, Selective -Biopolymers, ( Biopolymers), 0006-3525, Core -Biopolymers (Biospectroscopy), ( Biopolymers (Biospectrosc.)), 0006-3525, Core -Biopolymers (Nucleic Acid Sciences), ( Biopolymers (Nucleic Acid Sci.)), 0006-3525, Core -Biopolymers (Peptide Science), ( Biopolymers (Peptide Sci.)), 0006-3525, Core -Bioprocess and Biosystems Engineering, ( Bioprocess Biosystems Eng.), 1615-7591, Priority -Bioprocess Engineering, ( Bioprocess Eng.), 0178-515X, Priority -Bioremediation Journal, ( Bioremediation J.), 1088-9868, Priority -Bioresource Technology, ( Bioresour. Technol.), 0960-8524, Priority -BIOS, ( BIOS), 0104-4389, Priority -BIOS (Macedonia, Greece). Scientific annals of the school of biology. Thessaloniki, ( BIOS (Maced. Greece) Sci. Ann. Sch. Biol.), 1105-5049, Priority -Bioscience, ( Bioscience), 0006-3568, Priority -Bioscience, Biotechnology, and Biochemistry, ( Biosci., Biotechnol., Biochem.), 0916-8451, Priority -Biosecurity and Bioterrorism, ( Biosecur. Bioterrorism), 1538-7135, Selective -Biosensors & Bioelectronics, ( Biosensors Bioelectron.), 0956-5663, Core -Bioseparation, ( Bioseparation), 0923-179X, Selective -Biospectroscopy, ( Biospectroscopy), 1075-4261, Selective -BioSystems, ( BioSyst.), 0303-2647, Selective -Biosystems Engineering, ( Biosys. Eng.), 1537-5510, Priority -Biota (Slovenia), ( Biota (Slovenia)), 1580-4208, Selective -Biota. Osorno, ( Biota), 0716-2898, Priority -Biotechniques, ( Biotechniques), 0736-6205, Selective -Biotechnology Advances, ( Biotechnol. Adv.), 0734-9750, Core -Biotechnology and Applied Biochemistry, ( Biotechnol. Appl. Biochem.), 0885-4513, Priority -Biotechnology and Bioengineering, ( Biotechnol. Bioeng.), 0006-3592, Core -Biotechnology Letters, ( Biotechnol. Lett.), 0141-5492, Priority -Biotechnology Progress, ( Biotechnol. Prog.), 8756-7938, Core -Biotechnology Techniques, ( Biotechnol. Tech.), 0951-208X, Core -Biotechnology, Agronomy, Society and Environment, ( Biotechnol. Agron. Soc. Environ.), 1370-6233, Selective -Biotecnologia Aplicada, ( Biotecnol. Apl.), 0864-4551, Priority -Biotherapy, ( Biotherapy), 0921-299X, Selective -Biotropica, ( Biotropica), 0006-3606, Priority -Bird Behavior, ( Bird Behav.), 0156-1383, Core -Bird Study, ( Bird Study), 0006-3657, Priority -Birth Defects Research Part A: Clinical and Molecular Teratology, ( Birth Defects Res. Part A: Clin. Mol. Teratol.), 1542-0752, Priority -Birth Defects Research Part B: Developmental and Reproductive Toxicology, ( Birth Defects Res. B: Dev. Reprod. Toxicol.), 1542-9733, Priority -Birth Defects Research Part C: Embryo Today: Reviews, ( Birth Defects Res. C. Embryo Today Rev.), 1542-975X, Selective -Bishop Museum Occasional Papers, ( Bishop Mus. Occ. Pap.), 0893-1348, Priority -Blatter aus dem Naumann-Museum, ( Blatt. Naumann-Mus.), Selective -Blumea. Leiden, ( Blumea), 0006-5196, Selective -Blyttia. Oslo, ( Blyttia), 0006-5269, Selective -Bocagiana. Funchal, ( Bocagiana), 0523-7904, Priority -Bodenkultur, ( Bodenkultur), 0006-5471, Priority -Boletim climatologico do Instituto Oceanografico, Universidade de Sao Paulo. Sao Paulo, ( Bol. Climatol. Inst. Oceanogr. Univ. Sao Paulo), 0067-9585, Core -Boletim da Sociedade Portuguesa de Ciencias Naturais. Lisbon, ( Bol. Soc. Port. Cienc. Nat.), Priority -Boletim da Sociedade Portuguesa de Entomologia, ( Bol. Soc. Port. Entomol.), 0870-7227, Selective -Boletim da Sociedade Portuguesa de Entomologia Supplemento, ( Bol. Soc. Port. Entomol. Suppl.), 0871-0554, Selective -Boletim de ciencias do Mar. Fortaleza, ( Bol. Cienc. Mar.), 0067-9593, Priority -Boletim de divulgacao. Instituto de Investigacao Pesqueira, Maputo. Maputo, ( Bol. Divulg. Inst. Invest. Pesq. Maputo), Priority -Boletim de fisiologia animal. Universidade de Sao Paulo. Sao Paulo, ( Bol. Fisiol. Anim. Univ. Sao Paulo), 0101-4242, Priority -Boletim do Departamento de Oceanografia e Limnologia do Centro de Biociencias da Universidade Federal do Rio Grande do Norte. Natal, ( Bol. Dep. Oceanogr. Limnol. Cent. Biocienc. Univ. Fed. Rio Grande do Norte), 0101-3580, Core -Boletim do Instituto de Pesca Sao Paulo, ( Bol. Inst. Pesca Sao Paulo), 0046-9939, Core -Boletim do Instituto Portugues de Investigacao Maritima. Lisbon, ( Bol. Inst. Port. Invest. Marit.), 0872-9131, Priority -Boletim do Museu de Biologia Mello Leitao, ( Bol. Mus. Biol. Mello Leitao), 0103-9121, Selective -Boletim do Museu Municipal do Funchal. Funchal, ( Bol. Mus. Munic. Funchal), 0870-3876, Priority -Boletim do Museu Nacional, Rio de Janeiro, Zoologia, ( Bol. Mus. Nac. Rio de J. Zool.), 0080-312X, Selective -Boletim FEPAGRO. Porto Alegre, ( Bol. FEPAGRO), 0104-9089, Priority -Boletim tecnico cientifico do CEPENE. Rio Formoso, ( Bol. Tec. Cient. CEPENE), Priority -Boletim tecnico da PETROBRAS. Rio de Janeiro, ( Bol. Tec. PETROBRAS), 0006-6117, Priority -Boletim Tecnico do CEPTA, ( Bol. Tec. CEPTA), 0103-1112, Priority -Boletim tecnico do CEPTA. Pirassununga, ( Bol. Tec. CEPTA), 0103-1112, Priority -Boletim Tecnico Instituto de Pesca Sao Paulo, ( Bol. Tec. Inst. Pesca Sao Paulo), 0103-1767, Priority -Boletim tecnico. Instituto de Pesca, Sao Paulo. Sao Paulo, ( Bol. Tec. Inst. Pesca Sao Paulo), 0103-1767, Priority -Boletin antartico chileno. Santiago, ( Bol. Antart. Chil.), 0716-0763, Priority -Boletin Chileno de Parasitologia, ( Bol. Chil. Parasitol.), Priority -Boletin cientifico INPA. Santafe de Bogota, ( Bol. Cient. INPA), 0121-7690, Priority -Boletin cientifico y tecnico. Instituto Nacional de Pesca (Ecuador). Guayaquil, ( Bol. Cient. Tec. Inst. Nac. Pesca Ecuad.), 0374-6097, Priority -Boletin cientifico. Centro de Investigaciones Oceanograficas e Hidrograficas, Cartagena. Cartagena, ( Bol. Cient. Cent. Invest. Oceanogr. Hidrogr. Cartagena), 0120-0542, Core -Boletin comercial. Instituto Nacional de Pesca (Uruguay). Montevideo, ( Bol. Comer. Inst. Nac. Pesca (Urug.)), Priority -Boletin de alerta climatico. Comision Permanente del Pacifico Sur. Santiago, ( Bol. Alerta Clim. Com. Perm. Pac. Sur), Priority -Boletin de comercio exterior: sector pesquero. Ministerio de Agricultura (Chile). Santiago, ( Bol. Comer. Exter. Sect. Pesq. Minist. Agric. (Chile)), 0716-5579, Priority -Boletin de Entomologia Venezolana, ( Bol. Entomol. Venez.), 1316-2284, Priority -Boletin de estadisticas pesqueras del Pacifico Sudeste/Fisheries statistics of South East Pacific. Santiago, ( Bol. Estad. Pesq. Pac. Sudeste/Fish. Stat. South East Pac.), Priority -Boletin de estadisticas. Sistema de Informacion Pesquera, Santiago. Santiago, ( Bol. Estad. Sist. Inf. Pesq. Santiago), Priority -Boletin de investigaciones marinas y costeras. Santa Marta, ( Bol. Invest. Mar. Cost.), 0122-9761, Priority -Boletin de la Academia Nacional de Ciencias en Cordoba (Argentina). Cordoba, ( Bol. Acad. Nac. Cienc. Cordoba (Argent.)), Selective -Boletin de la Asociacion Espanola de Entomologia, ( Bol. Asoc. Esp. Entomol.), 0210-8984, Selective -Boletin de la Real Sociedad Espanola de Historia Natural (Seccion Biologica), ( Bol. R. Soc. Esp. Hist. Nat. (Secc. Biol.)), 0366-3272, Selective -Boletin de la Real Sociedad Espanola de Historia Natural. Seccion Biologica. Madrid, ( Bol. R. Soc. Esp. Hist. Nat. (Biol.)), Priority -Boletin de la Sociedad de Biologia de Concepcion, ( Bol. Soc. Biol. Concepcion), 0037-850X, Priority -Boletin de la Sociedad de Biologia de Concepcion. Concepcion, ( Bol. Soc. Biol. Concepcion), 0037-850X, Priority -Boletin de la Sociedad Entomologica Argentina, ( Bol. Soc. Entomol. Argent.), 1515-1557, Selective -Boletin del Centro de Investigaciones Biologicas, ( Bol. Cent. Invest. Biol. (Maracaibo)), 0375-538X, Priority -Boletin del Instituto Espanol de Oceanografia. Madrid, ( Bol. Inst. Esp. Oceanogr.), 0074-0195, Core -Boletin del Instituto Oceanografico de Venezuela, ( Bol. Inst. Oceanogr. Venez.), 0798-0639, Core -Boletin del Instituto Oceanografico de Venezuela. Cumana, ( Bol. Inst. Oceanogr. Venez.), 0798-0639, Core -Boletin ecotropica. Bogota, ( Bol. Ecotrop.), 0120-8993, Priority -Boletin ERFEN. Santiago, ( Bol. ERFEN), 0257-7380, Priority -Boletin estadistico pesquero. Instituto Nacional de Pesca (Uruguay). Montevideo, ( Bol. Estad. Pesq. Inst. Nac. Pesca (Urug.)), 0797-194X, Priority -Boletin estadistico pesquero. Instituto Nacional de Pesca y Acuicultura (Colombia). Santafe de Bogota, ( Bol. Estad. Pesq. Inst. Nac. Pesca Acuic. (Colomb.)), Priority -Boletin Red Acuicultura. Bogota, ( Bol. Red Acuicult.), Priority -Boletin. Facultad de Biologia Marina, Universidad de Bogota Jorge Tadeo Lozano. Bogota, ( Bol. Fac. Biol. Mar. Univ. Bogota Jorge Tadeo Lozano), 0120-9000, Priority -Boletin. Facultad de Pesqueria, Universidad Nacional Agraria (La Molina). Lima, ( Bol. Fac. Pesq. Univ. Nac. Agrar. (La Molina)), Priority -Boletin. Instituto de Geografia, Universidad Nacional Autonoma de Mexico. Mexico City, ( Bol. Inst. Geogr. Univ. Nac. Auton. Mex.), 0076-7190, Priority -Boletin. Instituto del Mar del Peru. Callao, ( Bol. Inst. Mar Peru), 0378-7699, Priority -Boletin. Museo Nacional de Historia Natural (Chile). Santiago, ( Bol. Mus. Nac. Hist. Nat. (Chile)), 0027-3910, Priority -Bollettino del Laboratorio di Entomologia Agraria Filippo Silvestri, Portici, ( Boll. Lab. Entomol. Agrar. Filippo Silvestri, Portici), 0304-0658, Core -Bollettino dell'Associazione Romana di Entomologia, ( Boll. Assoc. Rom. Entomol.), 0004-6000, Priority -Bollettino dell'Istituto di Entomologia "Guido Grandi", Universita degli Studi Bologna, ( Boll. Ist. Entomol. "Guido Grandi", Univ. Stud. Bologna), 1120-0979, Core -Bollettino della Societa Entomologica Italiana, ( Boll. Soc. Entomol. Ital.), 0373-3491, Core -Bollettino di zoologia. Naples, ( Boll. Zool.), 0373-4137, Selective -Bollettino Malacologico, ( Boll. Malacol.), 5678-8976, Priority -Bollettino Malacologico, ( Boll. Malacol.), 0394-7149, Priority -Bollettino Societa Italiana di Patologia Ittica, ( Boll. Soc. Ital. Patol. Ittica), 1121-9106, Core -Bone, ( Bone), 8756-3282, Core -Bone Marrow Transplantation, ( Bone Marrow Transplant.), 0268-3369, Priority -Bonga. Abidjan, ( Bonga), Priority -Bonner Zoologische Beitrage, ( Bonn. Zool. Beitr.), 0006-7172, Priority -Bonner zoologische Beitrage. Bonn, ( Bonn. Zool. Beitr.), 0006-7172, Priority -Bonner Zoologische Monographien, ( Bonn. Zool. Monogr.), 0302-671X, Selective -Book series. Philippine Council for Aquatic and Marine Research and Development. Laguna, ( Book Ser. Philipp. Counc. Aquat. Mar. Res. Dev.), Core -Booklet. New York Sea Grant Institute. Ithaca NY, ( Booklet N.Y. Sea Grant Inst.), Priority -Boreal Environment Research, ( Boreal Environ. Res.), 1239-6095, Selective -Boreas, ( Boreas), 0300-9483, Priority -Botanica acta. Stuttgart, New York NY, ( Bot. Acta), 0932-8629, Selective -Botanica Marina, ( Bot. Mar.), 0006-8055, Core -Botanical Journal of the Linnean Society, ( Bot. J. Linn. Soc.), 0024-4074, Priority -Botanical Review, ( Bot. Rev.), 0006-8101, Selective -Botanical review. New York NY, ( Bot. Rev.), 0006-8101, Selective -Botanichyeskii Zhurnal (Leningrad), ( Bot. Zh.), 0006-8136, Selective -Botanikai koezlemenyek/Botanical publications. Budapest, ( Bot. Koezl./Bot. Publ.), 0006-8144, Selective -Brachytron, ( Brachytron), 1386-3460, Priority -Brain, ( Brain), 0006-8950, Selective -Brain and Mind, ( Brain Mind), 1389-1987, Selective -Brain Research, ( Brain Res.), 0006-8993, Core -Brain Research Bulletin, ( Brain Res. Bull.), 0361-9230, Selective -Brain Research Reviews, ( Brain Res. Rev.), 0165-0173, Core -Brain, Behavior and Evolution, ( Brain Behav. Evol.), 0006-8977, Priority -Brain, Behavior, and Immunity, ( Brain, Behav., Immun.), 0889-1591, Selective -Braunschweiger Naturkundliche Schriften, ( Braunschw. Naturkdl. Schr.), 0174-3384, Priority -Braunschweiger Naturkundliche Schriften. Braunschweig, ( Braunschw. Naturkd. Schr.), 0174-3384, Priority -Brazilian Journal of Biology, ( Brazilian J. Biol.), 1519-6984, Selective -Brazilian Journal of Medical and Biological Research, ( Braz. J. Med. Biol. Res.), 0100-879X, Selective -Brazilian Journal of Microbiology, ( Braz. J. Microbiol.), 1517-8382, Core -Brenesia. San Jose, ( Brenesia), 0304-3711, Priority -Breviora. Cambridge MA, ( Breviora), 0006-9698, Selective -British Birds, ( Br. Birds), 0007-0335, Selective -British Dental Journal, ( Br. Dent. J.), 0007-0610, Selective -British Food Journal, ( Br. Food J.), 0007-070X, Selective -British Journal of Biomedical Science, ( Br. J. Biomed. Sci.), 0967-4845, Selective -British Journal of Cancer, ( Br. J. Cancer), 0007-0920, Priority -British Journal of Clinical Governance, ( Br. J. Clin. Gov.), 1466-4100, Selective -British Journal of Clinical Pharmacology, ( Br. J. Clin. Pharmacol.), 0306-5251, Selective -British Journal of Clinical Practice, ( Br. J. Clin. Pract.), 0007-0947, Selective -British Journal of Clinical Practice. Symposium Supplement, ( Br. J. Clin. Pract. Symp. Suppl.), 0262-8767, Priority -British Journal of Clinical Psychology, ( Br. J. Clin. Psychol.), 0144-6657, Selective -British Journal of Dermatology, ( Br. J. Dermatol.), 0007-0963, Selective -British Journal of Entomology and Natural History, ( Br. J. Entomol. Nat. Hist.), 0952-7583, Selective -British Journal of Industrial Relations, ( Br. J. Ind. Relat.), 0007-1080, Selective -British Journal of Ophthalmology, ( Br. J. Ophthalmol.), 0007-1161, Selective -British Journal of Oral and Maxillofacial Surgery, ( Br. J. Oral Maxillofac. Surg.), 0266-4356, Selective -British Journal of Pharmacology, ( Br. J. Pharmacol.), 0007-1188, Selective -British Journal of Psychiatry, ( Br. J. Psychiatry), 0007-1250, Selective -British Journal of Psychology, ( Br. J. Psychol.), 0007-1269, Selective -British Journal of Social Psychology, ( Br. J. Soc. Psychol.), 0144-6665, Selective -British Journal of Sports Medicine, ( Br. J. Sports Med.), 0306-3674, Selective -British Journal of Surgery, ( Br. J. Surg.), 0007-1323, Selective -British Journal of Urology, ( Br. J. Urol.), 0007-1331, Selective -British Medical Bulletin, ( Br. Med. Bull.), 0007-1420, Selective -British Medical Journal, ( Br. Med. J.), 0959-8138, Selective -British Veterinary Journal, ( Br. Vet. J.), 0007-1935, Selective -Brittonia, ( Brittonia), 0007-196X, Selective -Bromatologia i Chemia Toksykologiczna, ( Bromatol. Chem. Toksykol.), 0365-9445, Priority -Bryologist, ( Bryologist), 0007-2745, Selective -Buffalo law review. Buffalo NY, ( Buffalo Law Rev.), 0023-9356, Selective -Building Acoustics, ( Build. Acoust.), 1351-010X, Selective -Building Research & Information, ( Build. Res. Inf.), 0961-3218, Selective -Buletin perikanan. Jabatan Perikanan (Malaysia)/Fisheries bulletin. Department of Fisheries (Malaysia). Kuala Lumpur, ( Buletin Perikanan Jabatan Perikanan (Malays.)/Fish. Bull. Dep. Fish. (Malays.)), Core -Buletin VURH Vodnany. Vodnany, ( Bul. VURH Vodnany), 0007-389X, Priority -Buletinul de cercetari piscicole. Serie noua. Nucet, ( Bul. Cercet. Piscic. (Ser. Noua)), Selective -Bulletin annuel des statistiques de la Peche nationale. Institut scientifique des Peches maritimes, Casablanca. Casablanca, ( Bull. Annu. Stat. Peche Natl. Inst. Sci. Peches Marit. Casablanca), Priority -Bulletin de l'Association de Geographes francais. Paris, ( Bull. Assoc. Geogr. Fr.), 0004-5322, Priority -Bulletin de l'Institut fondamental de l'Afrique Noire. Serie A: Sciences naturelles. Dakar, ( Bull. Inst. Fondam. Afr. Noire (A Sci. Nat.)), 0018-9634, Priority -Bulletin de l'Institut Oceanographique, Monaco, ( Bull. Inst. Oceanogr. Monaco), 0304-5722, Core -Bulletin de l'Institut oceanographique, Monaco. Monaco, ( Bull. Inst. Oceanogr. Monaco), 0304-5722, Core -Bulletin de l'Institut Royal des Sciences Naturelles de Belgique, Entomologie, ( Bull. Inst. R. Sci. Nat. Belg. Entomol.), 0374-6232, Priority -Bulletin de L'Institut Royal Des Sciences Naturelles de Belgique. Biologie/Bulletin van het Koninklijk Belgisch Instituut voor Natuurwetenschappen. Biologie, ( Bull. Inst. R. Sci. Nat. Belgique Biol./Bull. K. Belgisch Inst. Nat. Biol.), 0374-6429, Priority -Bulletin de la Societe Entomologique de France, ( Bull. Soc. Entomol. Fr.), 0151-0517, Priority -Bulletin de la Societe geologique de France. Paris, ( Bull. Soc. Geol. Fr.), 0037-9409, Priority -Bulletin de la Societe linneene de Bordeaux. Bordeaux, ( Bull. Soc. Linn. Bord.), 0550-6848, Priority -Bulletin de la Societe Royale Belge d'Entomologie/Bulletin van de Koninklijke Belgische Vereniging voor Entomologie, ( Bull. Soc. R. Belge Entomol./Bull. K. Belg. Ver. Entomol.), 1374-8297, Priority -Bulletin de la Societe Vaudoise des Sciences Naturelles, ( Bull. Soc. Vaud. Sci. Nat.), 0037-9603, Selective -Bulletin de la Societe Zoologique de France, ( Bull. Soc. Zool. Fr.), 0037-962X, Selective -Bulletin de liaison du COIPM. Brussels, ( Bull. Liaison COIPM), Selective -Bulletin de medecine subaquatique et hyperbare. Marseille, ( Bull. Med. Subaquat. Hyperb.), 1248-2846, Priority -Bulletin des Recherches Agronomiques de Gembloux, ( Bull. Rech. Agron. Gembloux), 0435-2033, Selective -Bulletin du Centre d'Etudes et de recherches scientifiques, Biarritz. Biarritz, ( Bull. Cent. Etud. Rech. Sci. Biarritz), 0528-4465, Priority -Bulletin du Centre de Recherches Elf Exploration Production. Pau, ( Bull. Cent. Rech. Elf Explor. Prod.), 1279-8215, Priority -Bulletin du Centre national de Recherches oceanographiques et des Peches (Mauritania). Nouadhibou, ( Bull. Cent. Natl. Rech. Oceanogr. Peches (Maurit.)), Core -Bulletin du Museum National d'Histoire Naturelle. Section C:, ( Bull. Mus. Natl. Hist. Nat. Sect. C: Sci. Terr. Paleontol. G), Priority -Bulletin du secteur de la mer. Service de la Mer et de l'Aquaculture (French Polynesia). Papeete, ( Bull. Sect. Mer Serv. Mer Aquacult. (Fr. Polyn.)), Priority -Bulletin et Annales de la Societe Royale Belge d'Entomologie, ( Bull. Ann. Soc. R. Belge Entomol.), 0374-6038?, Selective -Bulletin francais de la peche et de la pisciculture. Paris, ( Bull. Fr. Peche Piscic.), 0767-2861, Priority -Bulletin mensuel de la Societe Linneenne de Lyon. Lyon, ( Bull. Mens. Soc. Linn. Lyon), 0366-1326, Priority -Bulletin of Canadian petroleum geology. Calgary AB, ( Bull. Can. Pet. Geol.), 0007-4802, Selective -Bulletin of electrochemistry. Karaikudi, ( Bull. Electrochem.), 0256-1654, Priority -Bulletin of Entomological Research, ( Bull. Entomol. Res.), 0007-4853, Core -Bulletin of Environmental Contamination and Toxicology, ( Bull. Environ. Contam. Toxicol.), 0007-4861, Priority -Bulletin of Fisheries Sciences, Hokkaido University, ( Bull. Fish. Sci. Hokkaido Univ.), 1346-1842, Core -Bulletin of fishery statistics/Bulletin statistique des peches/Boletin estadistico de pesca. Rome, ( Bull. Fish. Stat./Bull. Stat. Peches/Bol. Estad. Pesca), 1014-1189, Priority -Bulletin of Fishery Survey of India. Bombay, ( Bull. Fish. Surv. India), Core -Bulletin of Insectology, ( Bull. Insectol.), 1721-8861, Core -Bulletin of Marine Science, ( Bull. Mar. Sci.), 0007-4977, Core -Bulletin of marine sciences and fisheries, Kochi University. Usa, ( Bull. Mar. Sci. Fish. Kochi Univ.), 0387-9763, Core -Bulletin of Mathematical Biology, ( Bull. Math. Biol.), 0092-8240, Selective -Bulletin of Nagasaki Prefectural Institute of Fisheries. Nagasaki, ( Bull. Nagasaki Prefect. Inst. Fish.), 0388-8401, Core -Bulletin of Nansei National Fisheries Research Institute. Hiroshima, ( Bull. Nansei Natl. Fish. Res. Inst.), 0388-841X, Core -Bulletin of National Fisheries Research and Development Institute (Korea). Pusan, ( Bull. Natl. Fish. Res. Dev. Inst. (Korea)), 1225-6358, Core -Bulletin of National Fisheries University of Pusan. Natural Sciences. Pusan, ( Bull. Natl. Fish. Univ. Pusan (Nat.Sci.)), Core -Bulletin of National Research Institute of Aquaculture (Japan). Watarai-gun, ( Bull. Natl. Res. Inst. Aquacult. (Japan)), 0389-5858, Priority -Bulletin of National Research Institute of Fisheries Engineering (Japan). Ibaraki, ( Bull. Natl. Res. Inst. Fish. Eng. (Japan)), 0388-9718, Core -Bulletin of the American Museum of Natural History, New York, ( Bull. Am. Mus. Nat. Hist. N. Y.), 0003-0090, Selective -Bulletin of the Aquaculture Association of Canada. St. Andrews NB, ( Bull. Aquacult. Assoc. Can.), 0840-5417, Priority -Bulletin of the Atomic Scientists, ( Bull. At. Sci.), 0096-3402, Selective -Bulletin of the Australian Meteorological and Oceanographic Society. Melbourne, ( Bull. Aust. Meteorol. Oceanogr. Soc.), 1035-6576, Core -Bulletin of the Biological Society of Washington, ( Bull. Biol. Soc. Wash.), 0006-324X, Selective -Bulletin of the Brackishwater Aquaculture Development Centre, Jepara. Jepara, ( Bull. Brackishwat. Aquacult. Dev. Cent. Jepara), 0126-1924, Priority -Bulletin of the British Arachnological Society, ( Bull. Br. Arachnol. Soc.), 0524-4994, Core -Bulletin of the British Museum (Natural History), Botany Series, ( Bull. Br. Mus. (Nat. Hist.) Bot. Ser.), Selective -Bulletin of the British Museum (Natural History). Botany. London, ( Bull. Br. Mus. (Nat. Hist.) (Bot.)), 0068-2292, Selective -Bulletin of the British Museum (Natural History). Entomology (Suppl.). London, ( Bull. Br. Mus. (Nat. Hist.) (Entomol. Suppl.)), Selective -Bulletin of the British Museum (Natural History). Zoology. London, ( Bull. Br. Mus. (Nat. Hist.) (Zool.)), 0007-1498, Selective -Bulletin of the Central Inland Capture Fisheries Research Institute, Barrackpore. Barrackpore, ( Bull. Cent. Inland Capture Fish. Res. Inst. Barrackpore), 0970-616X, Core -Bulletin of the Chemical Society of Japan. Tokyo, ( Bull. Chem. Soc. Japan), 0009-2673, Selective -Bulletin of the College of Agriculture and Veterinary Medicine, Nihon University. Tokyo, ( Bull. Coll. Agric. Vet. Med. Nihon Univ.), 0078-0839, Priority -Bulletin of the College of Science, University of the Ryukyus. Nishihara, ( Bull. Coll. Sci. Univ. Ryukyus), 0286-9640, Priority -Bulletin of the East Africa Natural History Society. Nairobi, ( Bull. East Afr. Nat. Hist. Soc.), Priority -Bulletin of the Entomological Society of Egypt, ( Bull. Entomol. Soc. Egypt), 1110-0885, Selective -Bulletin of the Entomological Society of Egypt, Economic Series, ( Bull. Entomol. Soc. Egypt, Econ. Ser.), 1110-0885, Selective -Bulletin of the Estuarine and Coastal Sciences Association. Norwich, ( Bull. Estuar. Coast. Sci. Assoc.), Priority -Bulletin of the European Association of Fish Pathologists. Weymouth, ( Bull. Eur. Assoc. Fish Pathol.), 0108-0288, Core -Bulletin of the Faculty of Bioresources, Mie University, ( Bull. Fac. Bioresour. Mie Univer.), 0915-0471, Priority -Bulletin of the Faculty of Bioresources, Mie University. Tsu, ( Bull. Fac. Bioresour. Mie Univ.), 0915-0471, Priority -Bulletin of the Faculty of Fisheries, Hokkaido University, ( Bull. Fac. Fish. Hokkaido Univ.), 0018-3458, Core -Bulletin of the Faculty of Fisheries, Nagasaki University. Nagasaki, ( Bull. Fac. Fish. Nagasaki Univ.), 0547-1427, Core -Bulletin of the Fisheries Experiment Station, Okayama Prefecture. Ushimado, ( Bull. Fish. Exp. Stn. Okayama Prefect.), Core -Bulletin of the Fisheries Research Agency, Yokohama, 1346-9894, Core -Bulletin of the Florida Museum of Natural History, ( Bull. Fla. Mus. Nat. Hist.), 0071-6154, Selective -Bulletin of the Florida Museum of Natural History. Biological sciences. Gainesville FL, ( Bull. Fla. Mus. Nat. Hist. (Biol. Sci.)), 0071-6154, Selective -Bulletin of the Geobotanical Institute ETH, ( Bull. Geobot. Inst. ETH), 1420-6803, Selective -Bulletin of the Hiroshima Fisheries Experimental Station. Hiroshima, ( Bull. Hiroshima Fish. Exp. Stn.), 0387-6039, Core -Bulletin of the Hokkaido National Fisheries Research Institute. Kushiro, ( Bull. Hokkaido Natl. Fish. Res. Inst.), 0513-2541, Core -Bulletin of the Hyogo Prefectural Fisheries Experimental Station. Akashi, ( Bull. Hyogo Prefect. Fish. Exp. Stn.), 0440-0151, Core -Bulletin of the Institute of Fisheries Sciences, Tong-Yeong National Fisheries College. Chungmu, ( Bull. Inst. Fish. Sci. Tong-Yeong Natl. Fish. Coll.), 1225-0287, Core -Bulletin of the Institute of Marine Biology and Oceanography, Fourah Bay College. Freetown, ( Bull. Inst. Mar. Biol. Oceanogr. Fourah Bay Coll.), Core -Bulletin of the Irish Biogeographical Society, ( Bull. Ir. Biogeogr. Soc.), 0032-1185, Selective -Bulletin of the Irish Biogeographical Society. Dublin, ( Bull. Ir. Biogeogr. Soc.), Selective -Bulletin of the Japan Sea National Fisheries Research Institute. Niigata, ( Bull. Japan Sea Natl. Fish. Res. Inst.), 0021-4620, Core -Bulletin of the Japan Sea Research Institute, Kanazawa University. Kanazawa, ( Bull. Japan Sea Res. Inst. Kanazawa Univ.), 0287-623X, Priority -Bulletin of the Japanese Society of Fisheries Oceanography. Tokyo, ( Bull. Jap. Soc. Fish. Oceanogr.), 0916-1562, Core -Bulletin of the Kanagawa Prefectural Fishery Experimental Station. Miura, ( Bull. Kanagawa Prefect. Fish. Exp. Stn.), 0388-712X, Core -Bulletin of the Kitakyushu Museum of Natural History, ( Bull. Kitakyushu Mus. Nat. Hist.), 0387-964X, Selective -Bulletin of the Kitakyushu Musuem of Natural History and Human History. Series A Natural History, ( Bull. Kitakyushu Mus. Nat. Hist. Human Hist. Ser. A Nat. Hist.), 1348-2653, Selective -Bulletin of the Kyoto Institute of Oceanic and Fishery Science. Miyazu-shi, ( Bull. Kyoto Inst. Ocean. Fish. Sci.), 0386-5290, Core -Bulletin of the Marine Biological Station of Asamushi, Tohoku Univ. Aomori, ( Bull. Mar. Biol. Stn. Asamushi Tohoku Univ.), 0366-4481, Core -Bulletin of the Marine Biology Research Centre, Tajura. Tajura, ( Bull. Mar. Biol. Res. Cent. Tajura), 1012-1420, Core -Bulletin of the Marine Research Institute, Cheju National University. Cheju, ( Bull. Mar. Res. Inst. Cheju Natl. Univ.), 1225-5734, Core -Bulletin of the Mount Desert Island Biological Laboratory, ( Bull. Mt. Desert Isl. Biol. Lab.), 0097-0883, Selective -Bulletin of the National Institute of Oceanography and Fisheries (Egypt). Cairo, ( Bull. Natl. Inst. Oceanogr. Fish. (Egypt)), Core -Bulletin of the National Research Institute of Far Seas Fisheries. Shimizu, ( Bull. Natl. Res. Inst. Far Seas Fish.), 0386-7285, Core -Bulletin of the National Research Institute of Fisheries Science (Japan). Yokohama, ( Bull. Natl. Res. Inst. Fish. Sci. (Japan)), 0915-8014, Core -Bulletin of the National Salmon Resources Center (Japan). Sapporo, ( Bull. Natl. Salmon Resour. Cent. (Japan)), 1344-7556, Priority -Bulletin of the National Science Museum (Japan) Series A./, ( Kokuritsu Kagaku Hakubutsukan Kenkyu Hokoku (A-rui)/Bull Nat), 0385-2423, Selective -Bulletin of the National Science Museum (Japan) Series B./, ( Kokuritsu Kagaku Hakubutsukan Kenkyu Hokoku (B-rui)/Bull Nat), Priority -Bulletin of the National Science Museum (Japan). Series B. Botany. Tokyo, ( Bull. Natl. Sci. Mus. (Japan) (B Bot.)), 0385-2431, Selective -Bulletin of the National Science Museum (Japan). Series C. Tokyo, ( Bull. Natl. Sci. Mus. (Japan) (Ser. C)), 0385-244X, Selective -Bulletin of the National Science Museum (Japan). Series D. Tokyo, ( Bull. Natl. Sci. Mus. (Japan) (Ser. D)), 0385-3039, Selective -Bulletin of the New York Academy of Medicine, ( Bull. N. Y. Acad. Med.), 0028-7091, Selective -Bulletin of the North American Benthological Society, ( Bull. N. Am. Benthol. Soc.), Selective -Bulletin of the Ocean Research Institute, University of Tokyo. Tokyo, ( Bull. Ocean Res. Inst. Univ. Tokyo), 0564-6898, Core -Bulletin of the Osaka Prefectural Fisheries Experimental Station. Misaki, ( Bull. Osaka Prefect. Fish. Exp. Stn.), 0287-475X, Core -Bulletin of the Pan American Health Organization, ( Bull. Pan Am. Health Organ.), 0085-4638, Selective -Bulletin of the Permanent International Association of Navigation Congresses/Bulletin de l'Association internationale permanente des Congres de Navigation. Brussels, ( Bull. Perm. Int. Assoc. Navig. Congr./Bull. Assoc. Int. Perm. Congr. Navig.), 0480-0516, Selective -Bulletin of the Plankton Society of Japan. Hiroshima, ( Bull. Plankton Soc. Japan), 0387-8961, Priority -Bulletin of the Research Institute for Food Science, Kyoto University, ( Bull. Res. Inst. Food Sci., Kyoto Univ.), 0451-1476, Selective -Bulletin of the Scandinavian Society for Parasitology, ( Bull. Scand. Soc. Parasitol.), Selective -Bulletin of the Sea Fisheries Institute, Gdynia. Gdynia, ( Bull. Sea Fish. Inst. Gdynia), 1429-2335, Core -Bulletin of the Seikai National Fisheries Research Institute. Nagasaki, ( Bull. Seikai Natl. Fish. Res. Inst.), 0582-415X, Core -Bulletin of the Seismological Society of America. Berkeley CA, ( Bull. Seismol. Soc. Am.), 0037-1106, Selective -Bulletin of the Society of Sea Water Science (Japan). Tokyo, ( Bull. Soc. Sea Water Sci. (Japan)), 0369-4550, Priority -Bulletin of the Society of Wetland Scientists, ( Bull. Soc. Wetland Sci.), 0732-9393, Selective -Bulletin of the Southern California Academy of Sciences, ( Bull. South. Calif. Acad. Sci.), 0038-3872, Selective -Bulletin of the Tohoku National Fisheries Research Institute. Shiogama, ( Bull. Tohoku Natl. Fish. Res. Inst.), 0049-402X, Core -Bulletin of the Tokushima Prefectural Museum, ( Bull. Tokushima Prefect. Mus.), 0916-8001, Priority -Bulletin of The World Health Organization, ( Bull. W.H.O.), 0042-9686, Selective -Bulletin of the World Health Organization/Bulletin de l'Organization mondiale de la Sante. Geneva, ( Bull. WHO/Bull. OMS), 0042-9686, Selective -Bulletin of Tong-Yeong National Fisheries College. Chungmu, ( Bull. Tong-Yeong Natl. Fish. Coll.), Core -Bulletin of Zoological Nomenclature, ( Bull. Zool. Nomencl.), 0007-5167, Selective -Bulletin of zoological nomenclature. London, ( Bull. Zool. Nomencl.), 0007-5167, Selective -Bulletin Potravinarskeho Vyskumu/Bulletin of Food Research, ( Bull. Potravinarsk. Vyskumu/Bull. Food Res.), 0231-9950, Selective -Bulletin scientifique et technique. Departement d'Hydrobiologie, Institut national de la Recherche agronomique (France). Jouy-en-Josas, ( Bull. Sci. Tech. Dep. Hydrobiol. Inst. Natl. Rech. Agron. (France)), Priority -Bulletin technique du Bureau Veritas. Paris, ( Bull. Tech. Bur. Veritas), 0007-5752, Priority -Bulletin. Bureau of Resource Sciences (Australia). Canberra, ( Bull. Bur. Resour. Sci. (Aust.)), Priority -Bulletin. Curtin University of Technology, Department of Environmental Biology, ( Bull. Curtin Univ. Technol. Dept. Environ. Biol.), 0158-3301, Selective -Bulletin. Department of Primary Industries (Queensland). Brisbane, ( Bull. Dep. Prim. Ind. (Queensl.)), 0155-221X, Priority -Bulletin. EC Fisheries Cooperation/Bulletin. CE Cooperation Peche. Brussels, ( Bull. EC Fish. Coop./Bull. CE Coop. Peche), Core -Bulletin. Institute of Zoology, Academia sinica. Taipei, ( Bul. Inst. Zool. Acad. Sin.), 0001-3943, Selective -Bulletin. Inter-American Tropical Tuna Commission/Boletin. Comision Interamericana del Atun Tropical. La Jolla CA, ( Bull. IATTC/Bol. CIAT), 0074-0993, Core -Bulletin. Marine Park Research Station. Kushimoto, ( Bull. Mar. Park Res. Stn.), Selective -Bulletin. South African Association for Marine Biological Research. Durban, ( Bull. S. Afr. Assoc. Mar. Biol. Res.), 0081-234X, Core -Bulletin. U.S. Geological Survey. Washington DC, ( Bull. U.S. Geol. Surv.), 0083-1093, Priority -Bulletin. Zoologisch Museum, Universiteit van Amsterdam, ( Bull. Zool. Mus., Univ. Amst.), 0165-9464, Selective -Burns, ( Burns), 0305-4179, Selective -Byuleten' Ukrayins'kogo Antarktichnogo Tsentru/Bulletin. Ukrainian Antarctic Centre. Kiev, ( Byul. Ukr. Antarkt. Tsent./Bull. Ukr. Antarct. Cent.), 0367-4290, Priority -Byulleten' ehksperimental'noy biologii i meditsiny. Moscow, ( Byull. Ehksp. Biol. Med.), 0006-4041, Selective -Byulleten' moskovskogo obshchestva ispytatelej prirody. Otdel biologicheskij/Bulletin of Moscow Society of Naturalists. Biological series. Moscow, ( Byull. MOIP. (Biol.)/Bull. Mosc. Soc. Nat. (Biol.)), 0027-1403, Priority -C-CORE publication. St. John's NF, ( C-CORE Publ.), 0229-5628, Priority -Cahier d'information. Direction de la Recherche scientifique et technique (Quebec Prov.). Quebec PQ, ( Cah. Inf. Dir. Rech. Sci. Tech. (Que. Prov.)), Priority -Cahiers d'ethologie fondamentale et appliquee, animale et humaine. Collection Enquetes et dossiers. Liege, ( Cah. Ethol. Fondam. Appl. Anim. Hum. (Collect. Enquetes Dossiers)), 0771-0305, Priority -Cahiers d'ethologie fondamentale et appliquee, animale et humaine. Liege, ( Cah. Ethol. Fondam. Appl. Anim. Hum.), Priority -Cahiers de biologie marine. Paris, ( Cah. Biol. Mar.), 0007-9723, Core -Cahiers des sciences humaines. Institut francais de Recherche scientifique pour le Developpement en Cooperation. Paris, ( Cah. Sci. Hum. Inst. Fr. Rech. Sci. Dev. Coop.), Priority -Cahiers options mediterraneennes. Zaragoza, ( Cah. Options Mediterr.), 1022-1379, Priority -Cahiers scientifiques. Centre technique forestier tropical, Nogent-sur-Marne. Nogent-sur-Marne, ( Cah. Sci. Cent. Tech. For. Trop. Nogent-sur-Marne), Priority -Calanus. Aitsu Matsushima, ( Calanus), Priority -Calcified Tissue International, ( Calcif. Tissue Int.), 0171-967X, Core -California Agriculture, ( Calif. Agric.), 0008-0845, Selective -California Fish and Game, ( Calif. Fish Game), 0008-1078, Priority -Cambridge Studies in Biological and Evolutionary Anthropology, ( Camb. Stud. Biol. Evol. Anthropol.), Selective -Canadian Acoustics, ( Can. Acoustics), 0711-6659, Selective -Canadian Aeronautical Journal, ( Can. Aeronaut. J.), Selective -Canadian Aeronautics and Space Journal, ( Can. Aeronaut. Space J.), 0008-2821, Selective -Canadian bulletin of fisheries and aquatic sciences/Bulletin canadien des sciences halieutiques et aquatiques. Ottawa ON, ( Can. Bull. Fish. Aquat. Sci./Bull. Can. Sci. Halieut. Aquat.), 0706-6503, Core -Canadian contractor report of hydrography and ocean sciences/Rapport canadien des entrepreneurs sur l'hydrographie et les sciences oceaniques. Imprint varies, ( Can. Contract. Rep. Hydrogr. Ocean Sci./Rapp. Can. Entrepr. Hydrogr. Sci. Ocean.), 0711-6748, Core -Canadian data report of fisheries and aquatic sciences/Rapport statistique canadien des sciences halieutiques et aquatiques. Imprint varies, ( Can. Data Rep. Fish. Aquat. Sci./Rapp. Stat. Can. Sci. Halieut. Aquat.), 0706-6465, Core -Canadian data report of hydrography and ocean sciences/Rapport statistique canadien sur l'hydrographie et les sciences oceaniques. Imprint varies, ( Can. Data Rep. Hydrogr. Ocean Sci./Rapp. Stat. Can. Hydrogr. Sci. Ocean.), 0711-6721, Core -Canadian Entomologist, ( Can. Entomol.), 0008-347X, Core -Canadian Family Physician, ( Can. Fam. Physician), 0008-350X, Selective -Canadian Field-Naturalist, ( Can. Field-Nat.), 0008-3550, Priority -Canadian field-naturalist. Ottawa ON, ( Can. Field-Nat.), 0008-3550, Priority -Canadian fisheries - annual statistical review/Peches canadiennes - revue statistique annuelle. Ottawa ON, ( Can. Fish. Annu. Stat. Rev./Peches Can. Rev. Stat. Annu.), 0713-2158, Priority -Canadian fisheries - international trade/Peches canadiennes - commerce international. Ottawa ON, ( Can. Fish. Int. Trade/Peches Can. Commer. Int.), 0826-9815, Core -Canadian fisheries - landings/Peches canadiennes - debarquements. Ottawa ON, ( Can. Fish. Landings/Peches Can. Debarq.), 0173-1348, Core -Canadian fisheries - products and inventories/Peches canadiennes - produits et stocks. Ottawa ON, ( Can. Fish. Prod. Inventories/Peches Can. Prod. Stocks), 0713-1348, Core -Canadian fisheries - statistical highlights/Peches canadiennes - sommaire statistique. Ottawa ON, ( Can. Fish. Stat. Highlights/Peches Can. Somm. Stat.), 0840-7169, Core -Canadian industry report of fisheries and aquatic sciences/Rapport canadien a l'industrie sur les sciences halieutiques et aquatiques. Imprint varies, ( Can. Ind. Rep. Fish. Aquat. Sci./Rapp. Can. Ind. Sci. Halieut. Aquat.), 0704-3694, Core -Canadian Journal of Anesthesia, ( Can. J. Anaesth.), 0832-610X, Selective -Canadian journal of animal science. Ottawa ON, ( Can. J. Anim. Sci.), 0008-3984, Selective -Canadian Journal of Applied Physiology/Revue Canadienne de Physiologie Appliquee, ( Can. J. Appl. Physiol./Rev. Can. Physiol. Appl.), 1066-7814, Selective -Canadian journal of applied spectroscopy. Montreal PQ, ( Can. J. Appl. Spectrosc.), 1183-7306, Selective -Canadian Journal of Botany/Revue Canadienne de Botanique, ( Can. J. Bot./Rev. Can. Bot.), 0008-4026, Selective -Canadian Journal of Chemistry/Revue Canadienne de Chimie, ( Can. J. Chem./Rev. Can. Chim.), 0008-4042, Selective -Canadian Journal of Civil Engineering/Revue Canadienne de Genie Civil, ( Can. J. Civ. Eng./Rev. Can. Genie Civ.), 0315-1468, Selective -Canadian Journal of Earth Sciences/Revue Canadienne des Sciences de la Terre, ( Can. J. Earth Sci./Rev. Can. Sci. Terre), 0008-4077, Selective -Canadian Journal of Fisheries and Aquatic Sciences, ( Can. J. Fish. Aquat. Sci.), 0706-652X, Core -Canadian journal of fisheries and aquatic sciences/Journal canadien des sciences halieutiques et aquatiques. Ottawa ON, ( Can. J. Fish. Aquat. Sci./J. Can. Sci. Halieut. Aquat.), 0706-652X, Core -Canadian Journal of Forest Research/Revue Canadienne de Recherche Forestiere, ( Can. J. For. Res./Rev. Can. Rech. For.), 0045-5067, Priority -Canadian Journal of Microbiology/Revue Canadienne de Microbiologie, ( Can. J. Microbiol./Rev. Can. Microbiol.), 0008-4166, Core -Canadian Journal of Neurological Sciences, ( Can. J. Neurol. Sci.), 0317-1671, Selective -Canadian Journal of Plant Science/Revue Canadienne de Phytotechnie, ( Can. J. Plant Sci./Rev. Can. Phytotech.), 0008-4220, Selective -Canadian Journal of Public Health, ( Can. J. Public Health), 0008-4263, Selective -Canadian journal of regional science/Revue canadienne des sciences regionales. Halifax NS, ( Can. J. Reg. Sci./Rev. Can. Sci. Reg.), 0705-4580, Priority -Canadian Journal of Remote Sensing/Journal Canadien de Teledetection, ( Can. J. Remote Sens./J. Can. Teledetect.), 0703-8992, Priority -Canadian Journal of Soil Science, ( Can. J. Soil Sci.), 0008-4271, Selective -Canadian Journal of Surgery, ( Can. J. Surg.), 0008-428X, Selective -Canadian Journal of Zoology/Revue Canadienne de Zoologie, ( Can. J. Zool./Rev. Can. Zool.), 0008-4301, Priority -Canadian manuscript report of fisheries and aquatic sciences/Rapport manuscrit canadien des sciences halieutiques et aquatiques. Imprint varies, ( Can. Manuscr. Rep. Fish. Aquat. Sci./Rapp. Manuscr. Can. Sci. Halieut. Aquat.), 0706-6473, Core -Canadian Medical Association Journal, ( Can. Med. Assoc. J.), 0820-3946, Selective -Canadian Museum of Nature publications in zoology. Ottawa ON, ( Can. Mus. Nat. Publ. Zool.), Priority -Canadian Plant Disease Survey, ( Can. Plant Dis. Surv.), 0008-476X, Selective -Canadian special publication of fisheries and aquatic sciences/Publication speciale canadienne des sciences halieutiques et aquatiques. Ottawa ON, ( Can. Spec. Publ. Fish. Aquat. Sci./Publ. Spec. Can. Sci. Halieut. Aquat.), 0706-6481, Core -Canadian technical report of fisheries and aquatic sciences/Rapport technique canadien des sciences halieutiques et aquatiques. Imprint varies, ( Can. Tech. Rep. Fish. Aquat. Sci./Rapp. Tech. Can. Sci. Halieut. Aquat.), 0706-6457, Core -Canadian technical report of hydrography and ocean sciences/Rapport technique canadien sur l'hydrographie et les sciences oceaniques. Imprint varies, ( Can. Tech. Rep. Hydrogr. Ocean Sci./Rapp. Tech. Can. Hydrogr. Sci. Ocean.), 0711-6764, Core -Canadian translations of fisheries and aquatic sciences/Traductions canadiennes en sciences halieutiques et aquatiques. Ottawa ON, ( Can. Transl. Fish. Aquat. Sci./Traduct. Can. Sci. Halieut. Aquat.), 0704-3716, Core -Canadian Veterinary Journal, ( Can. Vet. J.), 0008-5286, Selective -Cancer, ( Cancer), 0008-543X, Priority -Cancer Biotherapy and Radiopharmaceuticals, ( Cancer Biother. Radiopharm.), 1084-9785, Selective -Cancer Causes & Control, ( Cancer Causes Control), 0957-5243, Selective -Cancer Cell, ( Cancer Cell), 1535-6108, Priority -Cancer Detection and Prevention, ( Cancer Detect. Prev.), 0361-090X, Selective -Cancer Gene Therapy, ( Cancer Gene Ther.), 0929-1903, Core -Cancer Genetics and Cytogenetics, ( Cancer Genet. Cytogenet.), 0165-4608, 9 -Cancer Immunology, Immunotherapy, ( Cancer Immunol., Immunother.), 0340-7004, Priority -Cancer Investigation, ( Cancer Invest.), 0735-7907, Priority -Cancer Journal, ( Cancer J.), 1081-4442, Selective -Cancer Letters, ( Cancer Lett.), 0304-3835, Priority -Cancer Molecular Biology, ( Cancer Mol. Biol.), Selective -Cancer Research, ( Cancer Res.), 0008-5472, Priority -Cancer Science, ( Cancer Sci.), 1347-9032, Priority -Cancer Surveys, ( Cancer Surv.), 0261-2429, Selective -Cancer Treatment Reviews, ( Cancer Treat. Rev.), 0305-7372, Selective -Carcinogenesis, ( Carcinogenesis), 0143-3334, Priority -Cardiovascular Toxicology, ( Cardiovasc. Toxicol.), 1530-7905, Core -Caribbean Journal of Science, ( Caribb. J. Sci.), 0008-6452, Selective -Caribbean marine studies. Carenage, ( Caribb. Mar. Stud.), 1017-7450, Core -Caries Research, ( Caries Res.), 0008-6568, Selective -Carolinea; Beitrage zur naturkundlichen Forschung in Sudwestdeutschland. Karlsruhe, ( Carolinea Beitr. Naturkd. Forsch. Suedwestdeutschl.), 0176-3997, Selective -Caryologia. Florence, ( Caryologia), 0008-7114, Selective -Castanea, ( Castanea), 0008-7475, Selective -CC&I INFOPESCA. Montevideo, ( CC&I INFOPESCA), Priority -CCAMLR Science. Hobart, ( CCAMLR Sci.), 1023-4063, Priority -CECAF/ECAF series. Rome, ( CECAF/ECAF Ser.), 1014-9228, Priority -Cell, ( Cell), 0092-8674, Core -Cell Adhesion & Communication, ( Cell Adhes. Commun.), 1061-5385, Selective -Cell and Tissue Banking, ( Cell Tissue Banking), 1389-9333, Core -Cell and Tissue Research, ( Cell Tissue Res.), 0302-766X, Selective -Cell Biochemistry and Function, ( Cell Biochem. Funct.), 0263-6484, Selective -Cell Biology and Toxicology, ( Cell Biol. Toxicol.), 0742-2091, Priority -Cell Biology International, ( Cell Biol. Int.), 1065-6995, Selective -Cell Calcium, ( Cell Calcium), 0143-4160, Core -Cell Death and Differentiation, ( Cell Death Differ.), 1350-9047, Selective -Cell Preservation Technology, ( Cell Preserv. Technol.), 1538-344X, Priority -Cell Research, ( Cell Res.), 1001-0602, Selective -Cell Stress & Chaperones, ( Cell Stress Chaperones), 1355-8145, Selective -Cells Tissues Organs, ( Cells Tissues Organs), 1422-6405, Selective -Cellular & Molecular Biology Letters, ( Cell. Mol. Biol. Lett.), 1425-8153, Selective -Cellular & Molecular Biology Research, ( Cell. Mol. Biol. Res.), 0968-8773, Selective -Cellular and Molecular Biology, ( Cell. Mol. Biol.), 0145-5680, Selective -Cellular and Molecular Life Sciences, ( Cell. Mol. Life Sci.), 1420-682X, Selective -Cellular and Molecular Neurobiology, ( Cell. Mol. Neurobiol.), 0272-4340, Selective -Cellular Immunology, ( Cell. Immunol.), 0008-8749, Core -Cellular Microbiology, ( Cell. Microbiol.), 1462-5814, Core -Cellular Signalling, ( Cell. Signal.), 0898-6568, Selective -CEMARE miscellaneous publications. Portsmouth, ( CEMARE Misc. Publ.), Priority -CEMARE reports. Portsmouth, ( CEMARE Rep.), Priority -CEMARE research paper. Portsmouth, ( CEMARE Res. Pap.), 0966-792X, Priority -Cement & Concrete Composites, ( Cem. Concr. Compos.), 0958-9465, Selective -Cement and Concrete Research, ( Cem. Concr. Res.), 0008-8846, Selective -Center for International Cooperation Newsletter, ( CIC Newsletter), Selective -CEP technical report. Kingston, ( CEP Tech. Rep.), Priority -Cercetari marine/Recherches marines. Constanta, ( Cercet. Mar./Rech. Mar.), 0250-3069, Core -Cerebral Cortex, ( Cereb. Cortex), 1047-3211, Priority -Ceres. Rome, ( Ceres), 0009-0379, Priority -Cerevisia, ( Cerevisia), 0770-1713, 9 -Ceylon Journal of Science (Biological Sciences), ( Ceylon J. Sci. (Biol. Sci.)), 0069-2379, Selective -CFFA newsletter. Brussels, ( CFFA Newsl.), Priority -CHEER. Computers in Higher Education Economics Review. Portsmouth, ( CHEER Comput. High. Educ. Econ. Rev.), 1358-5363, Priority -Chelonian Conservation and Biology, ( Chelonian Conserv. Biol.), 1071-8443, Priority -Chelonian Research Monographs, ( Chelonian Res. Monogr.), 1088-7105, Priority -Chem-Bio Informatics Journal, ( Chem-Bio Inf. J.), 1347-6297, Core -ChemBioChem, ( ChemBioChem), 1439-4227, Selective -Chemical & Pharmaceutical Bulletin, ( Chem. Pharm. Bull. (Tokyo)), 0009-2363, Selective -Chemical Engineer, ( Chem. Eng.), 0302-0797, Selective -Chemical Engineering, ( Chem. Eng.), 1089-2460, Selective -Chemical Engineering Journal, ( Chem. Eng. J.), 1385-8947, Selective -Chemical Engineering Progress, ( Chem. Eng. Prog.), 0360-7275, Selective -Chemical Health & Safety, ( Chem. Health Saf.), 1074-9098, Selective -Chemical Processing, ( Chem. Process.), 0009-2630, Selective -Chemical Research in Toxicology, ( Chem. Res. Toxicol.), 0893-228X, Core -Chemical Senses, ( Chem. Senses), 0379-864X, Core -Chemical Speciation and Bioavailability, ( Chem. Spec. Bioavail.), 0954-2299, Priority -Chemical speciation and bioavailability. Kew, ( Chem. Speciation Bioavailab.), 0954-2299, Priority -Chemico-Biological Interactions, ( Chem.-Biol. Interact.), 0009-2797, Selective -Chemistry & Biology, ( Chem. Biol.), 1074-5521, Priority -Chemistry and Ecology, ( Chem. Ecol.), 0275-7540, Priority -Chemistry and ecology. London, ( Chem. Ecol.), 0275-7540, Priority -Chemistry Letters, ( Chem. Lett.), 0366-7022, 9 -Chemosphere, ( Chemosphere), 0045-6535, Priority -Chemosphere: Global Change Science, ( Chemosphere: Global Change Sci.), 1465-9972, Selective -Child & Youth Services, ( Child Youth Serv.), 0145-935X, Selective -Child Abuse and Neglect, ( Child Abuse Neglect), 0145-2134, Selective -Child Maltreatment, ( Child Maltreat.), 1077-5595, Selective -Child Welfare, ( Child Welfare), 0009-4021, Selective -Children's Health Care, ( Child. Health Care), 0273-9615, Selective -Chile pesquero. Santiago, ( Chile Pesq.), 0716-1956, Priority -China Environmental Science, ( China Environ. Sci.), 1000-6923, Selective -China offshore oil and gas. Geology/Zhongguo Haishang Youqi. Dizhi. Beijing, ( China Offshore Oil Gas (Geol.)/Zhongguo Haishang Youqi (Dizhi)), 1001-9308, Priority -Chinese Journal of Applied & Environmental Biology, ( Chin. J. Appl. Environ. Biol.), 1006-687X, Selective -Chinese Journal of Entomology, ( Chin. J. Entomol.), 0258-462X, Core -Chinese Journal of Geochemistry, ( Chin. J. Geochem.), 1000-9426, 1000-9426, Selective -Chinese Journal of Internal Medicine, ( Chin. J. Intern. Med.), 0578-1426, Selective -Chinese journal of marine drugs/Zhongguo Haiyang Yaowu. Qingdao, ( Chin. J. Mar. Drugs/Zhongguo Haiyang Yaowu), 1002-3461, Core -Chinese Journal of Mechanics, ( Chin. J. Mech.), 1017-4370, Selective -Chinese Journal of Oceanology and Limnology, ( Chin. J. Oceanol. Limnol.), 0254-4059, Priority -Chinese Journal of Otorhinolaryngology-Skull Base Surgery, ( Chin. J. Otorhinolaryngology-Skull Base Surg.), 1007-1520, Selective -Chinese Journal of Pesticide Science, ( Chin. J. Pestic. Sci.), 1008-7303, Selective -Chinese journal of polar research/Jidi Yanjiu. Shanghai, ( Chin. J. Polar Res./Jidi Yanjiu), 1007-7073, Priority -Chinese journal of polar science. Beijing, ( Chin. J. Polar Sci.), 1007-7065, Priority -Chinese Journal of Rice Science/Zhongguo Shuidao Kexue, ( Chin. J. Rice Sci./Zhongguo Shuidao Kexue), 1001-7216, Selective -Chinese Journal of Zoonoses, ( Chin. J. Zoonoses), 1002-2694, Selective -Chinese Pharmaceutical Journal, ( Chin. Pharm. J.), 1016-1015, Selective -Chinese Science Bulletin, ( Chin. Sci. Bull.), 1001-6538, Selective -Chirality, ( Chirality), 0899-0042, Selective -Chromosoma, ( Chromosoma), 0009-5915, Core -Chronika tou Benakeiou Fytopathologikou Institoutou. Nea seira. Kifissia, ( Chron. Benakeiou Fytopathol. Inst. (Nea Seira)), 0365-5814, Priority -Chronique U.G.G.I./I.U.G.G. chronicle. Paris, ( Chron. UGGI/IUGG Chron.), 0047-1259, Selective -Chronobiologia, ( Chronobiologia), 0390-0037, Selective -Chronobiology International, ( Chronobiol. Int.), 0742-0528, Selective -Ciencia (Maracaibo), ( Ciencia (Maracaibo)), 1315-2076, Selective -Ciencia (Mexico). Mexico City, ( Ciencia (Mex.)), 0185-075X, Priority -Ciencia biologica. Ecology and systematics. Coimbra, ( Cienc. Biol. (Ecol. Syst.)), 0870-1695, Priority -Ciencia biologica. Molecular and cellular biology. Coimbra, ( Cienc. Biol. (Mol. Cell. Biol.)), 0378-875X, Priority -Ciencia e Cultura (Sao Paulo), ( Cienc. Cult. (Sao Paulo)), 0009-6725, Priority -Ciencia e cultura (Sao Paulo). Sao Paulo, ( Cienc. Cult. (Sao Paulo)), 0009-6725, Priority -Ciencia interamericana. Washington DC, ( Cienc. Interam.), 0009-675X, Priority -Ciencia pesquera. Mexico City, ( Cienc. Pesq.), 0185-0334, Priority -Ciencia y desarrollo. Mexico City, ( Cienc. Desarr.), 0185-0008, Priority -Ciencia y Tecnologia Alimentaria, ( Cienc. Tecnol Aliment.), 1135-8122, Selective -Ciencia y tecnologia del mar (Valparaiso). Valparaiso, ( Cienc. Tecnol. Mar (Valparaiso)), 0716-2006, Priority -Ciencias biologicas. Havana, ( Cienc. Biol.), Priority -Ciencias de la tierra y del espacio. Havana, ( Cienc. Tierra Espacio), Priority -Ciencias del mar (Mazatlan). Mazatlan, ( Cienc. Mar (Mazatlan)), Priority -Ciencias marinas. Ensenada, ( Cienc. Mar.), 0185-3880, Priority -Cientifica, ( Cientifica), 0100-0039, Selective -CIFA occasional paper. Rome, ( CIFA Occas. Pap.), 1014-2452, Priority -CIFA technical paper. Rome, ( CIFA Tech. Pap.), 0379-5616, Priority -CIFNET annual report. Cochin, ( CIFNET Annu. Rep.), Priority -CIFNET bulletin. Cochin, ( CIFNET Bull.), Priority -Ciguatera information bulletin. Noumea, ( Ciguatera Inf. Bull.), Priority -CIM (Canadian Mining and Metallurgical) Bulletin, ( CIM Bull.), 0317-0926, Selective -Cinesiologie. Medecine du sport. Paris, ( Cinesiol. Med. Sport), Priority -Circular. Pennsylvania State University Extension Service. University Park PA, ( Circ. Pa. State Univ. Ext. Serv.), Selective -Circulation Journal, ( Circ. J.), 1346-9843, Selective -CIRIA technical note. London, ( CIRIA Tech. Note), 0305-4063, Selective -CISTI occasional paper. Ottawa ON, ( CISTI Occas. Pap.), 1190-9382, Priority -Civil Engineering and Environmental Systems, ( Civ. Eng. Environ. Syst.), 1028-6608, Selective -Civil Engineering Practice, ( Civ. Eng. Pract.), 0886-9685, Selective -Civil Engineering Systems, ( Civ. Eng. Syst.), 0263-0257, Selective -Civil Engineering, JSCE, ( Civ. Eng., JSCE), Selective -Civil Engineering/Siviele Ingenieurswese, ( Civ. Eng./Siv. Ing.), 1021-2000, Selective -Clays and Clay Minerals, ( Clays Clay Miner.), 0009-8604, Selective -Climate change digest. Downsview ON, ( Clim. Change Dig.), 0835-3980, Priority -Climate monitor. Norwich, ( Clim. Monit.), 0140-458X, Selective -Climate research. Oldendorf/Luhe, ( Clim. Res.), 0936-577X, Priority -Climatic Change, ( Clim. Change), 0165-0009, Selective -Climatological bulletin. National Observatory of Athens. Athens, ( Climatol. Bull. Natl. Obs. Athens), Priority -Clinical & Experimental Metastasis, ( Clin. Exp. Metastasis), 0262-0898, Selective -Clinical and Applied Immunology Reviews, ( Clin. Appl. Immunol. Rev.), 1529-1049, Priority -Clinical and Developmental Immunology, ( Clin. Dev. Immunol.), 1740-2522, Core -Clinical and Diagnostic Laboratory Immunology, ( Clin. Diagn. Lab. Immunol.), 1071-412X, Core -Clinical and Experimental Allergy, ( Clin. Exp. Allergy), 0954-7894, Core -Clinical and Experimental Immunology, ( Clin. Exp. Immunol.), 0009-9104, Core -Clinical and Experimental Pharmacology and Physiology, ( Clin. Exp. Pharmacol. Physiol.), 0305-1870, Selective -Clinical Biomechanics, ( Clin Biomech), 0268-0033, Priority -Clinical Genetics, ( Clin. Genet.), 0009-9163, Priority -Clinical Governance: An International Journal, ( Clin. Govern. Int. J.), 1477-7274, Selective -Clinical Imaging, ( Clin. Imaging), 0899-7071, Core -Clinical Immunology, ( Clin. Immunol.), 1521-6616, Core -Clinical Immunology and Immunopathology, ( Clin. Immunol. Immnopathol.), 0090-1229, Core -Clinical Infectious Diseases, ( Clin. Infect. Dis.), 1058-4838, Priority -Clinical Journal of Sport Medicine, ( Clin. J. Sport Med.), 1050-642X, Selective -Clinical Medicine and Research, ( Clin. Med. Res.), 1539-4182, Selective -Clinical Microbiology and Infection, ( Clin. Microbiol. Infect.), 1198-743X, Priority -Clinical Microbiology Newsletter, ( Clin. Microbiol. Newsl.), 0196-4399, Core -Clinical Microbiology Reviews, ( Clin. Microbiol. Rev.), 0893-8512, Core -Clinical Nutrition, ( Clin. Nutr.), 0261-5614, Selective -Clinical Orthopaedics and Related Research, ( Clin. Orthop. Relat. Res.), 0009-921X, Selective -Clinical Pediatrics, ( Clin. Pediatr.), 0009-9228, Selective -Clinical Physiology, ( Clin. Physiol.), 0144-5979, 9 -Clinical Physiology and Functional Imaging, ( Clin. Physiol. Funct. Imaging), 1475-0961, Selective -Clinical Radiology, ( Clin. Radiol.), 0009-9260, Selective -Clinical Research and Regulatory Affairs, ( Clin. Res. Regul. Aff.), 1060-1333, Selective -Clinical Reviews in Allergy & Immunology, ( Clin. Rev. Allergy Immunol.), 1080-0549, Priority -Clinical Reviews in Bone and Mineral Metabolism, ( Clin. Rev. Bone. Miner. Metab.), 1534-8644, Core -Clinical Risk, ( Clin. Risk), 1356-2622, Selective -Cloning and Stem Cells, ( Cloning Stem Cells), 1536-2302, Core -Cloning: Science and Policy, ( Cloning Sci. Policy), 1520-4553, Core -CMFRI bulletin. Cochin, ( CMFRI Bull.), Priority -CMFRI newsletter. Cochin, ( CMFRI Newsl.), Priority -CMFRI special publication. Cochin, ( CMFRI Spec. Publ.), Priority -CNS Drugs, ( CNS Drugs), 1172-7047, Selective -COA fisheries series. Taipei, ( COA Fish. Ser.), 1018-9637, Core -Coastal engineering technical aid. U.S. Army Coastal Engineering Research Center. Fort Belvoir VA, ( Coast. Eng. Tech. Aid U.S. Army Coast. Eng. Res. Cent.), Priority -Coastal engineering/Haian Gongcheng. Qingdao, ( Coast. Eng./Haian Gongcheng), 1002-3682, Priority -Coastal Heritage, ( Coastal Heritage), Selective -Cold Spring Harbor Monograph Series, ( Cold Spring Harbor Monogr. Ser.), 0270-1847, Selective -Cold Spring Harbor Symposia on Quantitative Biology, ( Cold Spring Harbor Symp. Quant. Biol.), 0091-7451, Selective -Coleccion nacional de manuales de capacitacion. Secretaria de Pesca (Mexico). Mexico City, ( Colecc. Nac. Man. Capacit. Secr. Pesca (Mex.)), Priority -Coleopterists Bulletin, ( Coleopt. Bull.), 0010-065X, Core -Collected oceanic works/Haiyang Wenji. Tianjin, ( Collect. Ocean. Works/Haiyang Wenji), Core -Collected reprints. Tong-Yeong Fisheries Junior College. Chungmu, ( Collect. Repr. Tong-Yeong Fish. Jr. Coll.), Core -Collective volume of scientific papers. International Commission for the Conservation of Atlantic Tunas/Recueil de documents scientifiques. Commission internationale pour la Conservation des Thonides de l'Atlantique/Coleccion de documentos cientificos. Comision internacional para la Conservacion del Atun Atlantico. Madrid, ( Collect. Vol. Sci. Pap. ICCAT/Recl. Doc. Sci. CICTA/Colecc. Doc. Cient. CICAA), Priority -Colloques et seminaires. Institut de Recherche pour le Developpement. Paris, ( Colloq. Semin. Inst. Rech. Dev.), 0767-2896, Priority -Colloques. Institut national de la recherche agronomique (France). Paris, ( Colloq. INRA), 0293-1915, Priority -Colloquium, ( Colloquium), 1413-7313, Selective -Colonial Waterbirds, ( Colonial Waterbirds), 0738-6028, Core -Columbia Journal of Environmental Law, ( Columbia J. Environ. Law), 0098-7944, Selective -Combinatorial Chemistry & High Throughput Screening, ( Combinatorial Chem. High Throughput Screening), 1386-2073, Priority -Comments on Agricultural and Food Chemistry, ( Comments Agric. Food Chem.), 0892-2101, Selective -Comments on Toxicology, ( Comments Toxicol.), 0886-5140, Core -Communications in Instrumentation, ( Commun. Instr.), Selective -Communications in Nonlinear Science & Numerical Simulation, ( Commun. Nonlinear Sci. Numer. Sim.), 1007-5704, Selective -Communications in Soil Science and Plant Analysis, ( Commun. Soil Sci. Plant Anal.), 0010-3624, Selective -Community Dentistry and Oral Epidemiology, ( Community Dent. Oral Epidemiol.), 0301-5661, Selective -Community Mental Health Journal, ( Community Ment. Health J.), 0010-3853, Selective -Comparative and Functional Genomics, ( Comp. Funct. Genomics), 1531-6912, Core -Comparative Biochemistry and Physiology, Part A: Molecular & Integrative Physiology, ( Comp. Biochem. Physiol., A: Mol. Integr. Physiol.), 1095-6433, Priority -Comparative Biochemistry and Physiology, Part B: Biochemistry and Molecular Biology, ( Comp. Biochem. Physiol. B: Biochem. Mol. Biol.), 1096-4959, Priority -Comparative Biochemistry and Physiology, Part C: Toxicology & Pharmacology, ( Comp. Biochem. Physiol., C: Toxicol. Pharmacol.), 1532-0456, Priority -Comparative Immunology, Microbiology and Infectious Diseases, ( Comp. Immunol., Microbiol. Infect. Dis.), 0147-9571, Priority -Comparative Physiology and Ecology, ( Comp. Physiol. Ecol.), 0379-0436, Priority -Completion report. Alabama Department of Conservation and Natural Resources. Montgomery AL, ( Compl. Rep. Ala. Dep. Conserv. Nat. Resour.), Priority -Completion report. Arkansas Game and Fish Commission. Little Rock AR, ( Compl. Rep. Arkansas Game Fish. Comm.), Priority -Completion report. Connecticut Department of Environmental Protection. Hartford CT, ( Compl. Rep. Conn. Dep. Environ. Prot.), Priority -Completion report. Department of Fish and Game (Alaska). Juneau AK, ( Compl. Rep. Dep. Fish Game (Alaska)), Priority -Completion report. Iowa Conservation Commission. Des Moines IA, ( Compl. Rep. Iowa Conserv. Comm.), Priority -Completion report. Kentucky Department of Fish and Wildlife Resources. Frankfort KY, ( Compl. Rep. Ky. Dep. Fish. Wildl. Resour.), Priority -Completion report. Massachusetts Division of Marine Fisheries. Boston MA, ( Compl. Rep. Mass. Div. Mar. Fish.), Priority -Completion report. New York Division of Marine and Coastal Resources. Albany NY, ( Compl. Rep. N.Y. Div. Mar. Coast. Resour.), Priority -Completion report. North Carolina Division of Marine Fisheries. Morehead City NC, ( Compl. Rep. N.C. Div. Mar. Fish.), Priority -Completion report. U.S. Army Engineer Waterways Experiment Station, Environmental Laboratory. Vicksburg VA, ( Compl. Rep. U.S. Army Eng. Waterways Exp. Stn. Environ. Lab.), Priority -Completion report. U.S. Army Engineer Waterways Experiment Station, Hydraulics Laboratory. Vicksburg VA, ( Compl. Rep. U.S. Army Eng. Waterways Exp. Stn. Hydraul. Lab.), Priority -Completion report. U.S. Geological Survey. Reston VA, ( Compl. Rep. U.S. Geol. Surv.), Priority -Completion report. U.S. Naval Civil Engineering Laboratory. Port Hueneme CA, ( Compl. Rep. U.S. Nav. Civ. Eng. Lab.), Priority -Completion report. U.S. Naval Environmental Prediction Research Facility. Monterey CA, ( Compl. Rep. U.S. Nav. Environ. Predict. Res. Facil.), Priority -Completion report. Wisconsin Department of Natural Resources. Madison WI, ( Compl. Rep. Wis. Dep. Nat. Resour.), Priority -Compliance Magazine, ( Compliance Mag.), 1077-5889, Selective -Composites Science and Technology, ( Composites Sci. Technol.), 0266-3538, Selective -Compost Science & Utilization, ( Compost Sci. Util.), 1065-657X, Selective -Compte rendu des seances de la Societe de Biologie, Paris. Paris, ( C. R. Seances Soc. Biol. Paris), 0037-9026, Selective -Compte rendu hebdomadaire des seances de l'Academie des Sciences. Paris, ( C. R. Hebd. Seances Acad. Sci. Paris), Selective -Compte rendu. Direction de la Recherche scientifique et technique (Quebec Prov.). Quebec PQ, ( C. R. Dir. Rech. Sci. Tech. (Que. Prov.)), Priority -Comptes Rendus Biologies, ( C. R. Biol.), 1631-0691, Selective -Comptes rendus de l'Academie d'Agriculture de France. Paris, ( C. R. Acad. Agric. Fr.), 0989-6988, Priority -Comptes Rendus de l'Academie des Sciences, Serie III. Sciences de la Vie/Life Sciences, ( C. R. Acad. Sci., Ser. III. Sci. Vie/Life Sci.), 0764-4469, Priority -Comptes rendus de l'Academie des Sciences. Serie 2. Fascicule a. Sciences de la terre et des planetes/Earth and planetary sciences. Montrouge, ( C. R. Acad. Sci. (Ser. 2a) (Sci. Terre Planete/Earth Planet. Sci.)), 1250-8050, Priority -Comptes rendus de l'Academie des Sciences. Serie 2. Fascicule b. Mecanique, physique, chimie, astronomie/Mechanics, physics, chemistry, astronomy. Montrouge, ( C. R. Acad. Sci. (Ser. 2b) (Mec. Phys. Chim. Astron./Mech. Phys. Chem. Astron.)), 1251-8069, Priority -Comptes rendus de l'Academie des Sciences. Serie 3. Sciences de la vie/Life sciences. Montrouge, ( C.R. Acad. Sci. (Ser. 3) (Sci. Vie/Life Sci.)), 0764-4469, Priority -Computational Biology and Chemistry, ( Comput. Biol. Chem.), 1476-9271, Priority -Computer Aided Surgery, ( Comput. Aided Surg.), 1097-0150, Core -Computer Applications in the Biosciences, ( Comput. Appl. Biosci.), 0266-7061, Selective -Computer Methods and Programs in Biomedicine, ( Comput. Methods Programs Biomed.), 0169-2607, Core -Computer Vision and Image Understanding, ( Comput. Vision Image Understanding), 1077-3142, Priority -Computerized Medical Imaging and Graphics, ( Comput. Med. Imaging Graphics), 0895-6111, Core -Computers & Chemical Engineering, ( Comput. Chem. Eng.), 0098-1354, Selective -Computers and Biomedical Research, ( Comput. Biomed. Res.), 0010-4809, 9 -Computers and Electronics in Agriculture, ( Comput. Electron. Agric.), 0168-1699, Selective -Computers in Biology and Medicine, ( Comput. Biol. Med.), 0010-4825, Core -Comunicaciones botanicas del Museo de Historia Natural de Montevideo. Montevideo, ( Comun. Bot. Mus. Hist. Nat. Montev.), 0027-0121, Priority -Comunicaciones del Museo Argentino de Ciencias Naturales "Bernardino Rivadavia" e Instituto Nacional de Investigacion de las Ciencias Naturales (Argentina). Hidrobiologia. Buenos Aires, ( Comun. Mus. Argent. Cienc. Nat. Bernardino Rivadavia Inst. Nac. Invest. Cienc. Nat. (Argent.) (Hidrobiol.)), 0524-9457, Priority -Comunicaciones del Museo Argentino de Ciencias Naturales "Bernardino Rivadavia" e Instituto Nacional de Investigacion de las Ciencias Naturales (Argentina). Zoologia. Buenos Aires., ( Comun. Mus. Argent. Cienc. Nat. Bernardino Rivadavia Inst. Nac. Invest. Cienc. Nat. (Argent.) (Zool.)), 0366-6905, Priority -Comunicaciones paleontologicas del Museo de Historia Natural de Montevideo. Montevideo, ( Comun. Paleontol. Mus. Hist. Nat. Montev.), 0374-7123, Priority -Comunicaciones zoologicas del Museo de Historia Natural de Montevideo. Montevideo, ( Comun. Zool. Mus. Hist. Nat. Montev.), 0027-0113, Priority -Comunicacoes do Museu de Ciencias e Tecnologia da PUCRS. Serie Zoologia, ( Commun. Mus. Cienc. Tecnol. PUCRS Ser. Zool.), 0104-6950, Priority -Comunicacoes do Museu de Ciencias e Tecnologia UBEA/PUCRS, ( Commun. Mus. Cienc. Tecnol.), 0104-9364, Priority -Comunicacoes do Museu de Ciencias e Tecnologia-PUCRS. Serie Botanica, ( Commun. Mus. Cienc. Tecnol. Ser. Botan.), 0102-6976, Priority -Conchiglie., ( Conchiglie), 0588-9759, Selective -Condor, ( Condor), 0010-5422, Priority -Conference and workshop series. Department of Primary Industries (Queensland). Brisbane, ( Conf. Workshop Ser. Dep. Prim. Ind. (Queensl.)), 0728-067X, Priority -Conference Proceedings. Taiwan Fisheries Research Institute, ( Conf. Proc. Taiwan Fish. Res. Inst.), 1018-4538, Core -Connection Science, ( Connect. Sci.), 0954-0091, Selective -Connective Tissue Research, ( Connect. Tissue Res.), 0300-8207, Selective -Conservation Advisory Notes. New Zealand Department of Conservation, ( Conserv. Adv. Notes. NZ Dept. Conserv.), 1171-9834, Selective -Conservation Biology, ( Conserv. Biol.), 0888-8892, Core -Conservation Biology in Practice, ( Conserv. Biol. Pract.), 1526-2383, Selective -Conservation Ecology, ( Conserv. Ecol.), 1195-5449, Priority -Conservation Genetics, ( Conserv. Genet.), 1566-0621, Core -Conservation in Practice, ( Conserv. Pract.), 1539-6827, Selective -Consulting Specifying Engineer, ( Consult. Specif. Eng.), Selective -Contact Dermatitis, ( Contact Dermatitis), 0105-1873, Selective -Contemporary Cancer Research, ( Contemp. Cancer Res.), Selective -Contemporary Topics in Laboratory Animal Science, ( Contemp. Topics Lab. Anim. Sci.), 1060-0558, Selective -Continental shelf research. Oxford, New York NY, ( Cont. Shelf Res.), 0278-4343, Priority -Contraception, ( Contraception), 0010-7824, Selective -Contribucion. Instituto Nacional de Investigacion y Desarrollo Pesquero (Argentina). Mar del Plata, ( Contrib. Inst. Nac. Invest. Desarr. Pesq. (Argent.)), Priority -Contribuciones cientificas del Instituto Antartico Argentino. Buenos Aires, ( Contrib. Cient. Inst. Antart. Argent.), 0524-9376, Priority -Contribuciones cientificas. Centro de Investigaciones Cientificas, Universidad de Oriente, Porlamar. Porlamar, ( Contrib. Cient. Cent. Invest. Cient. Univ. Oriente Porlamar), Priority -Contribuciones. Departamento de Ciencias Marinas, Universidad de Puerto Rico/Contributions. Department of Marine Sciences, University of Puerto Rico. Mayaguez, ( Contrib. Dep. Cienc. Mar. Univ. P.R./Contrib. Dep. Mar. Sci. Univ. P.R.), Selective -Contributions in Marine Science, ( Contrib. Mar. Sci.), 0082-3449, Core -Contributions of Korea Inter-University Institute of Ocean Science, National Fisheries University of Pusan. Pusan, ( Contrib. Korea Inter-Univ. Inst. Ocean Sci. Natl. Fish. Univ. Pusan), 1225-2751, Core -Contributions of National Fisheries Research and Development Agency (Korea). Yangsan-Gun, ( Contrib. Natl. Fish. Res. Dev. Agency (Korea)), Core -Contributions of the American Entomological Institute, ( Contrib. Am. Entomol. Inst.), Selective -Contributions to atmospheric physics/Beitrage zur Physik der Atmosphare. Wiesbaden, ( Contrib. Atmos. Phys/Beitr. Phys. Atmos.), 0005-8173, Priority -Contributions to mineralogy and petrology/Beitrage zur Minerologie und Petrologie. Berlin and New York NY, ( Contrib. Miner. Petrol./Beitr. Mineral. Petrol.), 0010-7999, Selective -Contributions to the researches of fisheries engineering. Hasaki, ( Contrib. Res. Fish. Eng.), Core -Contributions. Hawaii Institute of Geophysics. Honolulu HI, ( Contrib. Hawaii Inst. Geophys.), Priority -Contributions. Washington University, School of Oceanography. Seattle WA, ( Contrib. Wash. Univ. Sch. Oceanogr.), Core -Conventions. Sciences de la mer. Biologie marine. Centre de Noumea, ORSTOM. Noumea, ( Conv. Sci. Mer Biol. Mar. Cent. Noumea ORSTOM), Core -Conventions. Sciences de la mer. Oceanographie physique. Centre de Noumea, ORSTOM. Noumea, ( Conv. Sci. Mer Oceanogr. Phys. Cent. Noumea ORSTOM), Core -Copeia, ( Copeia), 0045-8511, Priority -COPESCAL documento ocasional. Rome, ( COPESCAL Doc. Ocas.), 1014-2002, Priority -COPESCAL. Documento tecnico. Rome, ( COPESCAL Doc. Tec.), 0259-2789, Priority -Coral reefs. Heidelberg etc., ( Coral Reefs), 0722-4028, Priority -Cornell international law journal. Ithaca NY, ( Cornell Int. Law J.), 0010-8812, Selective -Cornell law review. Ithaca NY, ( Cornell Law Rev.), 0010-8847, Selective -Corrections Today, ( Corrections Today), Selective -Corrosion (Houston), ( Corrosion (Houston)), 0010-9312, Selective -Corrosion Science, ( Corros. Sci.), 0010-938X, Selective -Cortex, ( Cortex), 0010-9452, Selective -Cosmetics and Toiletries, ( Cosmet. Toiletries), 0361-4387, Selective -Costs and earnings of selected fishing enterprises, Nova Scotia. Ottawa ON, ( Costs Earn. Sel. Fish. Enterp. N.S.), Core -Counseling Psychologist, ( Couns. Psychol.), 0011-0000, Selective -Courier Forschungsinstitut Senckenberg. Frankfurt/Main, ( Cour. Forschungsinst. Senckenb.), 0341-4116, Priority -Courier: Africa-Caribbean-Pacific-European Union. Brussels, ( Courier: Afr.-Caribb.-Pac.-Eur. Union), 1013-7335, Priority -Crash Prevention and Injury Control, ( Crash Prev. Injury Control), 1028-6586, Priority -Cretaceous Research, ( Cretaceous Res.), 0195-6671, Priority -Criminology, ( Criminology), 0011-1384, Selective -Critical Care Medicine, ( Crit. Care Med.), 0090-3493, Selective -Critical Reviews in Analytical Chemistry, ( Crit. Rev. Anal. Chem.), 1040-8347, Selective -Critical Reviews in Biochemistry and Molecular Biology, ( Crit. Rev. Biochem. Mol. Biol.), 1040-9238, Selective -Critical Reviews in Biomedical Engineering, ( Crit. Rev. Biomed. Eng.), 0278-940X, Core -Critical Reviews in Biotechnology, ( Crit. Rev. Biotechnol.), 0738-8551, Core -Critical Reviews in Clinical Laboratory Sciences, ( Crit. Rev. Clin. Lab. Sci.), 1040-8363, Selective -Critical Reviews in Computed Tomography, ( Crit. Rev. Comput. Tomogr.), 1040-8371, Core -Critical Reviews in Environmental Science and Technology, ( Crit. Rev. Environ. Sci. Technol.), 1064-3389, Selective -Critical Reviews in Eukaryotic Gene Expression, ( Crit. Rev. Eukaryot. Gene Expression), 1045-4403, Priority -Critical Reviews in Food Science and Nutrition, ( Crit. Rev. Food Sci. Nutr.), 1040-8398, Priority -Critical Reviews in Immunology, ( Crit. Rev. Immunol.), 1040-8401, Core -Critical Reviews in Microbiology, ( Crit. Rev. Microbiol.), 1040-841X, Core -Critical Reviews in Neurobiology, ( Crit. Rev. Neurobiol.), 0892-0915, Core -Critical Reviews in Oncogenesis, ( Crit. Rev. Oncogen.), 0893-9675, Core -Critical Reviews in Oncology/Hematology, ( Crit. Rev. Oncol./Hematol.), 1040-8428, Selective -Critical Reviews in Oral Biology & Medicine, ( Crit. Rev. Oral Biol. Medicine), 1045-4411, Selective -Critical Reviews in Plant Sciences, ( Crit. Rev. Plant Sci.), 0735-2689, Selective -Critical Reviews in Toxicology, ( Crit. Rev. Toxicol.), 1040-8444, Core -Croatian Medical Journal, ( Croat. Med. J.), 0353-9504, Selective -Crop Improvement, ( Crop Improv.), 0256-0933, Priority -Crop Science, ( Crop Sci.), 0011-183X, Priority -Cruise report. Proudman Oceanographic Laboratory, Bidston. Bidston, ( Cruise Rep. Proudman Oceanogr. Lab. Bidston), Core -Cruise reports. Geological Survey of Japan. Kawasaki, ( Cruise Rep. Geol. Surv. Japan), Selective -Crustacean research. Tokyo, ( Crustac. Res.), 0287-3478, Priority -Crustaceana, ( Crustaceana), 0011-216X, Priority -Cryobiology, ( Cryobiology), 0011-2240, Selective -Cryptogamie: algologie. Paris, ( Cryptogamie: Algol.), 0181-1568, Priority -Cryptogamie: Mycologie, ( Cryptogamie: Mycol.), 0181-1584, Selective -Cuadernos de Herpetologia, ( Cuad. Herpetol.), 0326-551X, Selective -Cuadernos marisqueros. Publicacion de divulgacion. Vilanova, ( Cuad. Marisqueros (Publ. Divulg.)), Priority -Cuadernos marisqueros. Publicacion tecnica. Vilanova, ( Cuad. Marisqueros (Publ. Tec.)), 0231-7208, Priority -Cuadernos tecnicos. Instituto de Ciencias del Mar y Limnologia, Universidad Nacional Autonoma de Mexico. Serie B. Datos oceanograficos. Mexico City, ( Cuad. Tec. Inst. Cienc. Mar Limnol. Univ. Nac. Auton. Mex. (B Datos Oceanogr.)), Core -Cuadernos. Universidad del Mar. Puerto Angel, ( Cuad. Univ. Mar), Priority -Cultura Agronomica, ( Cult. Agron.), 0104-1010, Selective -Current Biology, ( Curr. Biol.), 0960-9822, Priority -Current Cancer Drug Targets, ( Curr. Cancer Drug Targets), 1568-0096, Selective -Current Clinical Topics in Infectious Diseases, ( Curr. Clin. Top. Infect. Dis.), 0195-3842, Priority -Current Drug Metabolism, ( Curr. Drug Metab.), 1389-2002, Selective -Current Drug Targets, ( Curr. Drug Targets), 1389-4501, Priority -Current Drug Targets: Cardiovascular & Hematological Disorders, ( Curr. Drug Targets: Cardiovasc. Hematol. Disord.), 1568-0061, Selective -Current Drug Targets: CNS and Neurological Disorders, ( Curr. Drug Targets: CNS Neurol. Disorders), 1568-007X, Selective -Current Drug Targets: Immune, Endocrine and Metabolic Disorders, ( Curr. Drug Targets: Immune, Endocr. Metab. Disord.), 1568-0088, Priority -Current Drug Targets: Infectious Disorders, ( Curr. Drug Targets: Infect. Disord.), 1568-0053, Selective -Current Drug Targets: Inflammation and Allergy, ( Curr. Drug Targets: Inflammation Allergy), 1568-010X, Selective -Current Gene Therapy, ( Curr. Gene Ther.), 1566-5232, Priority -Current Genetics, ( Curr. Genet.), 0172-8083, Priority -Current Genomics, ( Curr. Genomics), 1389-2029, Core -Current Issues in Intestinal Microbiology, ( Curr. Issues Intestinal Microbiol.), 1466-531X, Priority -Current Issues in Molecular Biology, ( Curr. Issues Mol. Biol.), 1467-3037, Selective -Current Medicinal Chemistry, ( Curr. Med. Chem.), 0929-8673, Priority -Current Medicinal Chemistry: Anti-Cancer Agents, ( Curr. Med. Chem.: Anti-Cancer Agents), 1568-0118, Selective -Current Medicinal Chemistry: Immunology, Endocrine & Metabolic Agents, ( Curr. Med. Chem.: Immunol., Endocr. Metab. Agents), 1568-0134, Selective -Current Microbiology, ( Curr. Microbiol.), 0343-8651, Core -Current Molecular Medicine, ( Curr. Mol. Med.), 1566-5240, Selective -Current Opinion in Biotechnology, ( Curr. Opin. Biotechnol.), 0958-1669, Core -Current Opinion in Cell Biology, ( Curr. Opin. Cell Biol.), 0955-0674, Selective -Current Opinion in Chemical Biology, ( Curr. Opin. Chem. Biol.), 1367-5931, Selective -Current Opinion in Genetics & Development, ( Curr. Opin. Genet. Dev.), 0959-437X, Core -Current Opinion in Immunology, ( Curr. Opin. Immunol.), 0952-7915, Core -Current Opinion in Infectious Diseases, ( Curr. Opin. Infect. Dis.), 0951-7375, Priority -Current Opinion in Microbiology, ( Curr. Opin. Microbiol.), 1369-5274, Core -Current Opinion in Neurobiology, ( Curr. Opin. Neurobiol.), 0959-4388, Core -Current Opinion in Otolaryngology & Head and Neck Surgery, ( Curr. Opin. Otolaryngol. Head Neck Surg.), 1068-9508, Selective -Current Opinion in Pharmacology, ( Curr. Opin. Pharm.), 1471-4892, Selective -Current Opinion in Plant Biology, ( Curr. Opin. Plant Biol.), 1369-5266, Selective -Current Opinion in Structural Biology, ( Curr. Opin. Struct. Biol.), 0959-440X, Selective -Current Pharmaceutical Biotechnology, ( Curr. Pharm. Biotechnol.), 1389-2010, Core -Current Pharmaceutical Design, ( Curr. Pharm. Des.), 1381-6128, Priority -Current Protein & Peptide Science, ( Curr. Protein Peptide Sci.), 1389-2037, Priority -Current Research on Medicial and Aromatic Plants, ( Curr. Res. Med. Arom. Plants), 0255-7125, Priority -Current research. National Water Research Institute (Canada). Burlington ON, ( Curr. Res. Natl. Water Res. Inst. (Can.)), Priority -Current Science, ( Curr. Sci.), 0011-3891, Priority -Current science. Bangalore, ( Curr. Sci.), 0011-3891, Priority -Current topics in developmental biology. New York NY, ( Curr. Top. Dev. Biol.), 0070-2153, Selective -Current Topics in Medicinal Chemistry, ( Curr. Top. Med. Chem.), 1568-0266, Selective -Current Topics in Microbiology and Immunology, ( Curr. Top. Microbiol. Immunol.), 0070-217X, Core -Current Topics in Wetland Biogeochemistry, ( Curr. Topics Wetland Biogeochem.), 1076-4674, Priority -Cutting Tool Engineering, ( Cutting Tool Eng.), 0011-4189, Selective -Cybernetica, ( Cybernetica), 0011-4227, Selective -CyberPsychology & Behavior, ( CyberPsychol. Behav.), 1094-9313, Selective -Cybium. Paris, ( Cybium), 0399-0974, Priority -Cytobios, ( Cytobios), 0011-4529, Selective -Cytogenetic and Genome Research, ( Cytogenet. Genome Res.), 1424-8581, Core -Cytogenetics and Cell Genetics, ( Cytogenet. Cell Genet.), 0301-0171, Priority -Cytokine, ( Cytokine), 1043-4666, Priority -Cytokine & Growth Factor Reviews, ( Cytokine Growth Factor Rev.), 1359-6101, Priority -Cytokines, Cellular & Molecular Therapy, ( Cytokines Cell. Mol. Ther.), 1368-4736, Priority -Cytologia, ( Cytologia), 0011-4545, Selective -Cytotechnology, ( Cytotechnology), 0920-9069, Core -Dalhousie law journal. Halifax NS, ( Dalhousie Law J.), 0317-1663, Priority -Dalton transactions: a journal of inorganic chemistry. London, ( Dalton Trans. J. Inorg. Chem.), 0300-9246, Selective -Dana, ( Dana), Priority -Dana. Charlottenlund, ( Dana), 0106-553X, Priority -Dangerous Properties of Industrial Materials Report, ( Dang. Proper. Ind. Mater. Rep.), 0270-3777, Core -Darwiniana. Buenos Aires, ( Darwiniana), 0011-6793, Selective -Data record. International Commission for the Conservation of Atlantic Tunas/Recueil de donnees statistiques. Commission internationale pour la Conservation des Thonides de l'Atlantique/Coleccion de datos estadisticos. Comision Internacional para la Conservacion del Atun Atlantico. Madrid, ( Data Rec. ICCAT/Recl. Donnees Stat. CICTA/Colecc. Datos Estad. CICAA), Priority -Data report. Institute of Oceanography, University of British Columbia. Vancouver BC, ( Data Rep. Inst. Oceanogr. Univ. B.C.), 0068-1830, Core -Data Report. Inter-American Tropical Tuna Commission/Comision Interamericana del Atun Tropical, ( Data Rep. IATTC/Rep. Spec. CIAT), Core -Datos geofisicos. Serie A. Oceanografia. Mexico City, ( Datos Geofis. (A Oceanogr.)), 0187-6635, Core -DBCP Technical document. Ramonville Saint-Agne, ( DBCP Tech. Doc.), Priority -Decheniana. Bonn, ( Decheniana), 0366-872X, Priority -Deep Sea Research (Part I, Oceanographic Research Papers), ( Deep Sea Res. (I Oceanogr. Res. Pap.)), 0967-0637, Priority -Deep Sea Research (Part II, Topical Studies in Oceanography), ( Deep Sea Res. (II Top. Stud. Oceanogr.)), 0967-0645, Core -Defence Science Journal, ( Def. Sci. J.), 0011-748X, Priority -Defence science journal. New Delhi, ( Def. Sci. J.), 0011-748X, Priority -Defenders, ( Defenders), 0162-6337, Selective -Deltio geografikis ypiresias stratou/Bulletin of the Hellenic Military Geographical Service (HMGS). Athens, ( Delt. Geogr. Ypiresias Stratou/Bull. Hell. Mil. Geogr. Serv. (HMGS)), 1105-1531, Priority -Deltio tis Ellinikis Geologikis Etairias/Bulletin of the Geological Society of Greece. Athens, ( Delt. Ell. Geol. Etair./Bull. Geol. Soc. Greece), 0438-9557, Priority -Deltion Ellinikis Meteorologikis Etaireias/Bulletin of the Hellenic Meteorological Society. Athens, ( Delt. Ell. Meteorol. Etair./Bull. Hell. Meteorol. Soc.), Priority -Deltion ellinikis mikroviologikis etaireias/Acta microbiologica hellenica. Athens, ( Delt. Ell. Mikroviol. Etair./Acta Microbiol. Hell.), 0438-9573, Priority -Dental Business, ( Dental Bus.), 1360-5941, Selective -Det Kongelige Fiskeridepartement. Stortingsmelding, ( Det Kongelige Fiskeridepartement Stortingsmelding), Priority -Deutsche Entomologische Zeitschrift, ( Dtsch. Entomol. Z.), 0012-0073, Selective -Deutsche Gewasserkundliche Mitteilungen. Koblenz, ( Dtsch. Gewaesserkd. Mitt.), 0012-0235, Priority -Deutsche hydrographische Zeitschrift. Hamburg, ( Dtsch. Hydrogr. Z.), 0012-0308, Priority -Deutsche Hydrographische Zeitschrift. Supplement. Hamburg, ( Dtsch. Hydrogr. Z. (Suppl.)), 0946-2015, Priority -Development, ( Development), 0950-1991, Core -Development and comparative immunology. Elmsford NY, Oxford, ( Dev. Comp. Immunol.), Selective -Development Genes and Evolution, ( Dev. Genes Evol.), 0949-944X, Core -Development Growth & Differentiation, ( Dev. Growth Differ.), 0012-1592, Selective -Developmental & Comparative Immunology, ( Dev. Comp. Immunol.), 0145-305X, Priority -Developmental Biology, ( Dev. Biol.), 0012-1606, Selective -Developmental Brain Research, ( Dev. Brain Res.), 0165-3806, Core -Developmental Cell, ( Dev. Cell), 1534-5807, Priority -Developmental Genetics, ( Dev. Genet.), 0192-253X, Selective -Developmental Immunology, ( Dev. Immunol.), 1044-6672, Core -Developmental Neuropsychology, ( Dev. Neuropsychol.), 8756-5641, Selective -Developmental Neuroscience, ( Dev. Neurosci.), 0378-5866, Priority -Developments in Aquaculture and Fisheries Science, ( Dev. Aquacult. Fish. Sci.), 0167-9309, Core -Developments in food science. Amsterdam, ( Dev. Food Sci.), 0167-4501, Selective -Developments in Hydrobiology, ( Dev. Hydrobiol.), Core -Developments in hydrobiology. Dordrecht, ( Dev. Hydrobiol.), 0167-8418, Selective -Developments. The international development magazine. London, ( Dev. Int. Dev. Mag.), 1461-474X, Priority -Diagnostic Microbiology and Infectious Disease, ( Diagn. Microbiol. Infect. Dis.), 0732-8893, Core -Didactiques. Institut francais de recherche scientifique pour le developpement en cooperation. Paris, ( Didact. Inst. Fr. Rech. Sci. Dev. Coop.), Priority -Die Vogelwarte, ( Vogelwarte), 0049-6650, Selective -Differentiation, ( Differentiation), 0301-4681, Selective -Digestive Diseases and Sciences, ( Dig. Dis. Sci.), 0163-2116, Selective -Disaster Management & Response, ( Disaster Manage. Response), Selective -Disaster Prevention and Management, ( Disaster Prev. Manage.), 0965-3562, Priority -Disasters, ( Disasters), 0361-3666, Selective -Discovery and innovation. Nairobi, ( Discov. Innov.), 1015-079X, Priority -Discussion paper. Centre for Fisheries Economics, Bergen. Bergen, ( Discuss. Pap. Cent. Fish. Econ. Bergen), Core -Discussions in Neurosciences, ( Discuss. Neurosci.), 0254-8852, Selective -Disease Markers, ( Dis. Markers), 0278-0240, Selective -Diseases of Aquatic Organisms, ( Dis. Aquat. Org.), 0177-5103, Core -Diskusjonsnotat. Senter for fiskerioekonomi, Bergen. Bergen, ( Diskusjonsnotat Sent. Fiskerioekon. Bergen), Priority -Dissertation Abstracts International Part B: Science and Engineering, ( Diss. Abst. Int. Pt. B - Sci. & Eng.), 0419-4217, Selective -Diversity and Distributions, ( Divers. Distrib.), 1366-9516, Core -Divisional Report, CSIRO Division of Water Resources, ( Div. Rep. CSIRO Div. Water Resour.), 1033-5579, Selective -DNA and Cell Biology, ( DNA Cell Biol.), 1044-5498, Core -DNA Repair, ( DNA Repair), 1568-7864, Priority -DNA Research, ( DNA Res.), 1340-2838, Core -DNA Sequence, ( DNA Sequence), 1042-5179, Core -DOC Science Internal Series. New Zealand Department of Conservation, ( DOC Sci. Internal Ser. NZ Dept. Conserv.), 1175-6519, Selective -Dock & Harbour Authority, ( Dock Harbour Auth.), 0012-4419, Selective -Document ORSTOM Montpellier. Montpellier, ( Doc. ORSTOM Montp.), Priority -Document scientifique et technique. Centre de Bretagne, IRD. Plouzane, ( Doc. Sci. Tech. Cent. Bretagne IRD), Priority -Document scientifique. Centre de Cayenne, ORSTOM. Cayenne, ( Doc. Sci. Cent. Cayenne ORSTOM), Priority -Document scientifique. Centre national des sciences halieutiques de Boussoura. Conakry, ( Doc. Sci. Cent. Natl. Sci. Halieut. Boussoura), Priority -Document scientifique. Pole de Recherche oceanologique et halieutique caraibe. Fort-de-France, ( Doc. Sci. Pole Rech. Oceanol. Halieut. Caraibe), Core -Document technique sur les peches (Dakar). Dakar, ( Doc. Tech. Peches (Dakar)), Priority -Document. Centre national de Recherches Oceanographiques (Madagascar). Nosy-Be, ( Doc. Cent. Natl. Rech. Oceanogr. (Madagas.)), Core -Documenta dell'Istituto italiano di idrobiologia. Verbania Pallanza, ( Doc. Ist. Ital. Idrobiol.), 0393-8395, Priority -Documento cientifico. Centro de Investigacao Pesqueira Aplicada (CIPA). Bissau, ( Doc. Cient. Cent. Investig. Pesq. Apl. (CIPA)), Priority -Documento tecnico. Centro Regional de Investigacion Pesquera, Yucalpeten, Instituto Nacional de la Pesca (Mexico). Yucalpeten, ( Doc. Tec. Cent. Reg. Invest. Pesq. Yucalpeten Inst. Nac. Pesca (Mex.)), Priority -Documentos tecnicos: oceanografia. Fundacao Universidade do Rio Grande. Rio Grande, ( Doc. Tec. Oceanogr. Fund. Univ. Rio Grande), 0101-7748, Core -Documents scientifiques du Centre de Pointe-Noire, ORSTOM. Nouvelle serie. Pointe-Noire, ( Doc. Sci. Cent. Pointe-Noire ORSTOM (Nouv. Ser.)), Priority -Documents scientifiques. Centre de Recherches Oceanographiques de Dakar-Thiaroye. Dakar-Thiaroye, ( Doc. Sci. Cent. Rech. Oceanogr. Dakar-Thiaroye), Core -Doklady - earth science sections. Silver Spring MD, ( Dokl. Earth Sci. Sect.), 0012-494X, Selective -Doklady Botanical Sciences/Doklady Akademii Nauk, ( Dokl. Bot. Sci./Dokl. Akad. Nauk), 0012-4982, Selective -Doklady Rossijskoj akademii nauk. Moscow, ( Dokl. RAN), 0869-5652, Priority -Domestic Animal Endocrinology, ( Domest. Anim. Endocrinol.), 0739-7240, Selective -Donghai marine science/Donghai Haiyang. Hangzhou, ( Donghai Mar. Sci./Donghai Haiyang), 1001-909X, Core -Dopovidi Akademyiyi nauk Ukrayini/Doklady Akademii nauk Ukrainy. Kiev, ( Dopov. Akad. Nauk Ukr./Dokl. Akad. Nauk Ukr.), 0868-8044, Priority -Doriana, ( Doriana), 0417-9927, Selective -Droit maritime francais. Paris, ( Droit Marit. Fr.), 0012-642X, Priority -Drosera, ( Drosera), 0341-406X, Selective -Drug and Alcohol Dependence, ( Drug Alcohol Depend.), 0376-8716, Priority -Drug and Alcohol Review, ( Drug Alcohol Rev.), 0959-5236, Selective -Drug and Chemical Toxicology, ( Drug Chem. Toxicol.), 0148-0545, Priority -Drug and Cosmetic Industry, ( Drug Cosmetic Ind.), 0012-6527, Selective -Drug Delivery: The Journal of Delivery and Targeting of, ( Drug Deliv.), 1071-7544, Selective -Drug Design and Discovery, ( Drug Design Discov.), 1055-9612, Priority -Drug Development and Industrial Pharmacy, ( Drug Dev. Ind. Pharm.), 0363-9045, Core -Drug Development Research, ( Drug Dev. Res.), 0272-4391, Selective -Drug Discovery Today, ( Drug Discov. Today), 1359-6446, Core -Drug Information Journal, ( Drug Inf. J.), 0092-8615, Selective -Drug Metabolism and Disposition, ( Drug Metab. Disposition), 0090-9556, Selective -Drug Metabolism Reviews, ( Drug Metab. Rev.), 0360-2532, Priority -Drug Safety, ( Drug Saf.), 0114-5916, Priority -Drug Therapy (New York), ( Drug Ther. (N. Y.)), Priority -Drugs, ( Drugs), 0012-6667, Selective -Drugs & Society, ( Drugs Soc.), 8756-8233, Selective -Drugs Under Experimental and Clinical Research, ( Drugs Exp. Clin. Res.), 0378-6501, Selective -Drugs: Education, Prevention, and Policy, ( Drugs: Educ. Prev. Policy), 0968-7637, Selective -DSIR crop research seafood report. Christchurch, ( DSIR Crop Res. Seafood Rep.), 1170-540X, Priority -Dugesiana, ( Dugesiana), 1405-4094, Priority -Dumerilia, ( Dumerilia), 1256-7779, Selective -Durban Museum novitates. Durban, ( Durban Mus. Novit.), 0012-723X, Selective -E-Biomed: Journal of Regenerative Medicine, ( E-Biomed J. Regen. Med.), 1524-8909, Selective -EAFE bulletin. Southsea, ( EAFE Bull.), 0967-5795, Priority -Earth-Science Reviews, ( Earth-Sci. Rev.), 0012-8252, Selective -Earthquake Engineering & Structural Dynamics, ( Earthquake Eng. Struct. Dyn.), 0098-8847, Selective -Earthquake Spectra, ( Earthquake Spectra), Selective -East African agricultural and forestry journal. Nairobi, ( East Afr. Agric. For. J.), 0012-8325, Priority -East African Medical Journal, ( East Afr. Med. J.), 0012-835X, Selective -East African Regional Seas technical report series. Split, ( East Afr. Reg. Seas Tech. Rep. Ser.), Priority -Eastern Mediterranean Health Journal, ( East. Mediterr. Health Journal), Selective -Ecography, ( Ecography), 0906-7590, Core -Ecologia Austral, ( Ecol. Austral), 0327-5477, Priority -Ecological Applications, ( Ecol. Appl.), 1051-0761, Core -Ecological bulletins. Copenhagen, ( Ecol. Bull.), 0346-6868, Selective -Ecological Complexity, ( Ecol. Complex.), 1476-945X, Priority -Ecological Economics, ( Ecol. Econ.), 0921-8009, Selective -Ecological Engineering, ( Ecol. Eng.), 0925-8574, Selective -Ecological Entomology, ( Ecol. Entomol.), 0307-6946, Core -Ecological Indicators, ( Ecol. Indicators), 1470-160X, 1470-160X, Core -Ecological Management & Restoration, ( Ecol. Manage. Restor.), 1442-7001, Core -Ecological Modelling, ( Ecol. Model.), 0304-3800, Core -Ecological Monographs, ( Ecol. Monogr.), 0012-9615, Core -Ecological Research, ( Ecol. Res.), 0912-3814, Core -Ecological research series. U.S. Environmental Protection Agency. Washington DC, ( Ecol. Res. Ser. U.S. Environ. Prot. Agency), Priority -Ecological Restoration, ( Ecol. Restor.), 1522-4740, Priority -Ecological Review, ( Ecol. Rev.), 0371-0548, Selective -Ecological studies: analysis and synthesis. Berlin, Heidelberg, New York NY, ( Ecol. Stud. Anal. Synth.), 0070-8356, Selective -Ecologie, ( Ecologie), 1259-5314, Core -Ecologie. Brunoy, ( Ecologie), 1259-5314, Priority -Ecologist, ( Ecologist), 0261-3131, Selective -Ecology, ( Ecology), 0012-9658, Core -Ecology Letters, ( Ecol. Lett.), 1461-023X, Core -Ecology of Freshwater Fish, ( Ecol. Freshwat. Fish), 0906-6691, Core -Ecology of Industrial Regions, ( Ecol. Ind. Regions), Selective -Ecology, Environment & Conservation, ( Ecol., Environ. Cons.), 0971-765X, Selective -Economic and commercial analysis report. Department of Fisheries and Oceans (Canada)/Rapport de l'analyse economique et commerciale. Ministere des Peches et des Oceans (Canada). Imprint varies, ( Econ. Commer. Anal. Rep. Dep. Fish. Oceans (Can.)/Rapp. Anal. Econ. Commer. Minist. Peches Oceans (Can.)), 0843-5626, Core -Economic Botany, ( Econ. Bot.), 0013-0001, Selective -Economic bulletin (TSB). Edinburgh, ( Econ. Bull. (TSB)), Priority -Ecos (CSIRO). Melbourne, ( Ecos (CSIRO)), Priority -Ecoscience, ( Ecoscience), 1195-6860, Core -Ecoscience. Sainte-Foy, ( Ecoscience), 1195-6860, Priority -Ecosystems, ( Ecosystems), 1432-9840, Core -Ecotoxicology, ( Ecotoxicology), 0963-9292, Priority -Ecotoxicology and Environmental Safety, ( Ecotoxicol. Environ. Saf.), 0147-6513, Priority -Ecotropicos, ( Ecotropicos), 1012-1692, Core -Education for Health: Change in Learning & Practice, ( Educ. Health: Change Learn. Pract.), 1357-6283, Selective -Education publication. Alaska Sea Grant. Fairbanks AK, ( Educ. Publ. Alaska Sea Grant), Priority -Eesti geograafia seltsi. Aastaraamat/Yearbook of the Estonian Geographical Society. Tallinn, ( Eesti Geogr. Seltsi Aastaraam./Yearb. Est. Geogr. Soc.), 0202-1811, Priority -Eesti kalandus. Tallinn, ( Eesti Kalandus), Priority -Eesti loodus/Estonian nature. Tallinn, ( Eesti Loodus/Est. Nat.), 0131-5862, Priority -Eesti looduseuurijate seltsi. Aastaraamat/Yearbook of the Estonian Naturalists' Society. Tallinn, ( Eesti Looduseuur. Seltsi Aastaraam./Yearb. Est. Nat. Soc.), 0135-2431, Priority -Eesti teaduste akadeemia toimetised. Bioloogia, Oekoloogia/Proceedings of the Estonian Academy of Sciences. Biology, Ecology. Tallinn, ( Eesti Tead. Akad. Toim. (Biol. Oekol.)/Proc. Est. Acad. Sci. (Biol. Ecol.)), 1406-0914, Priority -Eesti teaduste akadeemia toimetised. Geoloogia/Proceedings of the Estonian Academy of Sciences. Geology. Tallin, ( Eesti Tead. Akad Toim. (Geol.)/Proc. Est. Acad. Sci. (Geol.)), 1406-0132, Priority -Eesti teaduste akadeemia toimetised. Keemia/Proceedings of the Estonian Academy of Sciences. Chemistry. Tallin, ( Eesti Tead. Akad. Toim. (Keem.)/Proc. Est. Acad. Sci. (Chem.)), 1406-0124, Priority -Efflatounia, ( Efflatounia), 1110-8703, Priority -Effluent and water treatment journal. Rick Mansworth, ( Effluent Water Treat. J.), 0013-2217, Selective -Ehkologiya morya. Kiev, ( Ehkol. Morya), 0203-4646, Priority -Ehkologiya. Moscow, ( Ehkologiya), 0367-0597, Priority -Eidiki ekdosi. Ethniko Kentro Thalassion Erevnon (Hellas)/Special publication. National Centre for Marine Research (Greece). Athens, ( Eidiki Ekd. Ethn. Kent. Thalass. Erevnon (Hell.)/Spec. Publ. Natl. Cent. Mar. Res. (Greece)), 0255-4720, Core -EIFAC newsletter. Rome, ( EIFAC Newsl.), Priority -EIFAC occasional papers. Rome, ( EIFAC Occas. Pap.), 0258-6096, Priority -EIFAC technical papers. Rome, ( EIFAC Tech. Pap.), 0532-940X, Priority -Ekologia (Bratislava)/Ecology (Bratislava), ( Ekologia (Bratisl.)/Ecology (Bratisl.)), 1335-342X, Core -Ekologia Polska, ( Ekol. Polska), 0420-9036, Core -Ekologija/Ehkologiya/Ecology. Vilnius, ( Ekologija/Ehkologiya/Ecology), 0235-7224, Priority -Electronic Journal of Biotechnology, ( Electron. J. Biotechnol.), Core -Electronic Journal of Structural Engineering, ( Electron. J. Struct. Eng.), 1443-9255, Selective -Electrophoresis, ( Electrophoresis), 0170-0835, Selective -Elliniko zoologiko archeio/Hellenic zoological archives. Athens, ( Ell. Zool. Arch./Hell. Zool. Arch.), 1106-2134, Priority -Elsevier oceanography series. Amsterdam, Oxford, New York NY, ( Elsevier Oceanogr. Ser.), 0422-9894, Selective -Elytron, ( Elytron), 0214-1353, Core -Embarcaciones pesqueras OLDEPESCA. Lima, ( Embarc. Pesq. OLDEPESCA), Priority -EMBO Journal, ( EMBO J.), 0261-4189, Core -Emergency Medicine Australia, ( Emergency Med. Aust.), 1035-6851, Selective -Emerging Infectious Diseases, ( Emerging Infect. Dis.), 1080-6040, Priority -Emirates Medical Journal, ( Emirates Med. J.), 0250-6882, Selective -Emu, ( Emu), 0158-4197, Priority -Emu. Moonee Ponds, ( Emu), Priority -Endeavour, ( Endeavour), 0160-9327, Selective -Endocrine Journal, ( Endocr. J.), 0918-8959, Selective -Endocrine Pathology, ( Endocr. Pathol.), 1046-3976, Selective -Endocrine Regulations, ( Endocr. Regul.), 1210-0668, Priority -Endocrine Reviews, ( Endocr. Rev.), 0163-769X, Priority -Endocrinology, ( Endocrinology), 0013-7227, Selective -Energeia. Athens, ( Energeia), 1105-8986, Priority -Energetika/Ehnergetika/Power engineering. Vilnius, ( Energetika/Ehnergetika/Power Eng.), 0235-7208, Priority -Energy Journal, ( Energy J.), 0195-6574, Selective -Engineer's Digest, ( Eng. Dig.), 0199-0101, Selective -Engineering and Mining Journal, ( Eng. Min. J.), 0095-8948, Selective -Engineering Failure Analysis, ( Eng. Failure Anal.), 1350-6317, Selective -Engineering Fracture Mechanics, ( Eng. Fract. Mech.), 0013-7944, Selective -Engineering in Life Sciences, ( Eng. Life Sci.), 1618-0240, Core -Engineering Intelligent Systems, ( Eng. Intell. Syst.), 1472-8915, Selective -Engineering Journal, ( Eng. J.), 0013-8029, Selective -Engineering journal (Montreal). Montreal PQ, ( Eng. J. (Montreal)), 0013-8010, Selective -Engineering Structures, ( Eng. Struct.), 0141-0296, Selective -Enimerotiko deltio ERYEA. Ellinikis Etaireias Erevnis Elenchou Rypanseos Ydaton Edafous Aeros/Information bulletin. Hellenic Association on Environmental Pollution ERYEA. Athens, ( Enim. Delt. ERYEA. Ell. Etair. Erevnis Elenchou Rypanseos Ydaton Edafous Aeros/Inf. Bull. Hell. Assoc. Environ. Pollut. ERYEA), Priority -Entomofauna, ( Entomofauna), 0250-4413, Core -Entomologia Experimentalis et Applicata, ( Entomol. Exp. Appl.), 0013-8703, Core -Entomologia Generalis, ( Entomol. Gen.), 0171-8177, Core -Entomologica Basiliensia, ( Entomol. Basil.), 0253-2484, Core -Entomologica Fennica, ( Entomol. Fenn.), 0785-8760, Core -Entomologica Romanica, ( Entomol. Romanica), 1224-2594, Priority -Entomologica Scandinavica, ( Entomol. Scand.), Core -Entomologica Sinica, ( Entomol. Sinica), 1005-295X, Core -Entomological Knowledge/Kunchong Zhishi, ( Entomol. Knowledge/Kunchong Zhishi), 0452-8255, Priority -Entomological News, ( Entomol. News), 0013-872X, Priority -Entomological Science, ( Entomol. Sci.), 1343-8786, Core -Entomologicheskoe Obozrenie, ( Entomol. Obozr.), 0367-1445, Selective -Entomologische Berichte (Luzern), ( Entomol. Ber. (Luzern)), 1013-7041, Priority -Entomologische Berichten (Amsterdam), ( Entomol. Ber. (Amst.)), 0013-8827, Selective -Entomologische Blaetter, ( Entomol. Bl.), 0013-8835, Core -Entomologische Mitteilungen, ( Entomol. Mitt.), 0044-5223, Selective -Entomologische Mitteilungen. Hamburg, ( Entomol. Mitt.), 0044-5223, Selective -Entomologische Nachrichten. Dresden, ( Entomol. Nachr.), Selective -Entomologische Zeitschrift, ( Entomol. Z.), 0020-1839, Core -Entomologisk Tidskrift, ( Entomol. Tidskr.), 0013-886X, Core -Entomologiske Meddelelser, ( Entomol. Medd.), 0013-8851, Selective -Entomologist's Gazette, ( Entomol. Gaz.), 0013-8894, Priority -Entomologist's Monthly Magazine, ( Entomol. Mon. Mag.), 0013-8908, Selective -Entomologist's Record and Journal of Variation, ( Entomol. Rec. J. Var.), 0013-8916, Selective -Entomologiste, ( Entomologiste), 0013-8886, Selective -Entomon, ( Entomon), 0377-9335, Core -Entomophaga, ( Entomophaga), 0013-8959, Core -Entomotaxonomia, ( Entomotaxonomia), 1000-7482, Selective -Entomotropica, ( Entomotropica), 1317-5262, Priority -Enviro, ( Enviro), 1101-7341, Priority -Environment & Behavior, ( Environ. Behav.), 0013-9165, Selective -Environment and Ecology, ( Environ. Ecol.), 0970-0420, Priority -Environment and ecology. Kalyani, ( Environ. Ecol.), 0970-0420, Priority -Environment and Planning B: Planning and Design, ( Environ. Plann. B), 0265-8135, Priority -Environment Conservation Journal, ( Environ. Conserv. J.), 0972-3099, Selective -Environment International, ( Environ. Int.), 0160-4120, Selective -Environment reporter. Washington DC, ( Environ. Rep.), 0013-9211, Selective -Environment, Development and Sustainability, ( Environ. Dev. Sustainability), 1387-585X, Selective -Environmental & Nutritional Interactions, ( Environ. Nutr. Interact.), 1086-5683, Selective -Environmental & Resource Economics, ( Environ. Resour. Econ.), 0924-6460, Selective -Environmental and Ecological Statistics, ( Environ. Ecol. Stat.), 1352-8505, Priority -Environmental and Experimental Botany, ( Environ. Exp. Bot.), 0098-8472, Selective -Environmental and Molecular Mutagenesis, ( Environ. Mol. Mutag.), 0893-6692, Selective -Environmental Biology of Fishes, ( Environ. Biol. Fishes), 0378-1909, Core -Environmental biology of fishes. The Hague, ( Environ. Biol. Fish.), 0378-1909, Core -Environmental Biosafety Research, ( Environ. Biosafety Res.), 1635-7922, Priority -Environmental Conservation, ( Environ. Conserv.), 0376-8929, Core -Environmental Engineering World, ( Environ. Eng. World), 1079-3186, Priority -Environmental Entomology, ( Environ. Entomol.), 0046-225X, Core -Environmental Geochemistry and Health, ( Environ. Geochem. Health), 0269-4042, Selective -Environmental Health Perspectives, ( Environ. Health Perspect.), 0091-6765, Priority -Environmental Impact Assessment Review, ( Environ. Impact Assess. Rev.), 0195-9255, Selective -Environmental Law (Portland), ( Environ. Law (Portland)), 0046-2276, Selective -Environmental Management, ( Environ. Manage.), 0364-152X, Priority -Environmental Microbiology, ( Environ. Microbiol.), 1462-2912, Core -Environmental Modelling & Software, ( Environ. Model. Software), 1364-8152, Selective -Environmental Monitoring and Assessment, ( Environ. Monit. Assess.), 0167-6369, Selective -Environmental policy and law. Lausanne, ( Environ. Policy Law), 0378-777X, Priority -Environmental Pollution, ( Environ. Pollut.), 0269-7491, Selective -Environmental Progress, ( Environ. Prog.), 0278-4491, Selective -Environmental Protection, ( Environ. Prot.), 1057-4298, Selective -Environmental protection series. Environment Canada. Ottawa ON, ( Environ. Prot. Ser. Environ. Can.), 0714-1041, Priority -Environmental Quality Management, ( Environ. Qual. Manage.), 1088-1913, Selective -Environmental Research, ( Environ. Res.), 0013-9351, Priority -Environmental Reviews, ( Environ. Rev.), 1208-6053, Selective -Environmental Science & Technology, ( Environ. Sci. Technol.), 0013-936X, Selective -Environmental Technology, ( Environ. Technol.), 0959-3330, Selective -Environmental Testing & Analysis, ( Environ. Test. Anal.), 1068-7432, Selective -Environmental Toxicology, ( Environ. Toxicol.), 1520-4081, Priority -Environmental Toxicology and Chemistry, ( Environ. Toxicol. Chem.), 0730-7268, Priority -Environmental Toxicology and Pharmacology, ( Environ. Toxicol. Pharmacol.), 1382-6689, Priority -Environmental Toxicology and Water Quality, ( Environ. Toxicol. Water Qual.), 1053-4725, Priority -Environmentalist, ( Environmentalist), 0251-1088, Selective -Enzyme and Microbial Technology, ( Enzyme Microb. Technol.), 0141-0229, Priority -EOS, Journal of Immunology and Immunopharmacology, ( EOS, J. Immunol. Immunopharmacol.), 0392-6699, Core -EOS, Transactions, American Geophysical Union, ( EOS Trans. Am. Geophys. Union), 0096-3941, Selective -EPA Journal, ( EPA J.), Selective -Epidemiologic Reviews, ( Epidemiol. Rev.), 0193-936X, Selective -Epidemiology, ( Epidemiology), 1044-3983, Selective -Epidemiology and Infection, ( Epidemiol. Infect.), 0950-2688, Core -Epidemiology and infection. London, New York NY, ( Epidemiol. Infect.), 0950-2688, Selective -Equinoxe. Nantes, ( Equinoxe), 0765-5320, Priority -Ergonomics, ( Ergonomics), 0014-0139, Core -Ergonomics in Design, ( Ergonomics Des.), 1064-8046, Selective -Esakia, ( Esakia), 0071-1268, Core -ESCAP studies in trade and investment. New York, ( ESCAP Stud. Trade Invest.), 1020-3516, Priority -Essenze Derivati Agrumari, ( Essenze Deriv. Agrum.), 0014-0902, Selective -Estonian Marine Institute report series. Tallin, ( Est. Mar. Inst. Rep. Ser.), 1406-023X, Core -Estuaries, ( Estuaries), 0160-8347, Priority -Estuaries and coastal waters of the British Isles. Plymouth, ( Estuar. Coast. Waters Br. Isles), 0309-3964, Priority -Estuarine, Coastal and Shelf Science, ( Estuar. Coast. Shelf Sci.), 0272-7714, Priority -Estudios oceanologicos. Facultad de Recursos del Mar, Universidad de Antofagasta. Antofagasta, ( Estud. Oceanol. Fac. Recurs. Mar Univ. Antofagasta), 0071-173X, Core -Estudos leopoldenses. Sao Leopoldo, ( Estud. Leopold.), 0014-1607, Priority -Ethnicity & Disease, ( Ethn. Dis.), 1049-510X, Selective -Ethnicity & Health, ( Ethn. Health), 1355-7858, Selective -Ethology, ( Ethology), 0179-1613, Core -Ethology Ecology & Evolution, ( Ethol. Ecol. Evol.), 0394-9370, Priority -Ethology. Berlin, Hamburg, ( Ethology), 0179-1613, Priority -Etologia, ( Etologia), 1130-3204, Core -Etudes Cemagref, groupement de Bordeaux. Cestas, ( Etud. Cemagref Group. Bordx.), Priority -Etudes Cemagref. Serie: gestion des milieux aquatiques. Antony, ( Etud. Cemagref (Gest. Milieux Aquat.)), Priority -Etudes et theses. Institut Francais de Recherche scientifique pour le Developpement en Cooperation. Paris, ( Etud. Theses Inst. Fr. Rech. Sci. Dev. Coop.), 0767-2888, Priority -Eukaryotic Cell, ( Eukaryot. Cell), 1535-9786, Core -Euphytica, ( Euphytica), 0014-2336, Core -Eurasian Soil Science/Pochvovedenie, ( Eurasian Soil Sci./Pochvovedenie), 1064-2293, Selective -Euroil. Stavanger, ( Euroil), 0802-9474, Selective -European archives of biology. Paris, Liege, ( Eur. Arch. Biol.), 0777-0553, Selective -European Journal of Applied Physiology, ( Eur. J. Appl. Physiol.), 1439-6319, Selective -European Journal of Biochemistry, ( Eur. J. Biochem.), 0014-2956, Selective -European Journal of Cancer, ( Eur. J. Cancer), 0959-8049, Selective -European Journal of Cancer Supplements, ( Eur. J. Cancer Suppl.), 1359-6349, Selective -European Journal of Cell Biology, ( Eur. J. Cell Biol.), 0171-9335, Selective -European Journal of Clinical Microbiology & Infectious Diseases, ( Eur. J. Clin. Microbiol. Infect. Dis.), 0934-9723, Priority -European journal of endocrinology. Oslo, ( Eur. J. Endocrinol.), 0804-4643, Selective -European Journal of Entomology, ( Eur. J. Entomol.), 1210-5759, Core -European Journal of Epidemiology, ( Eur. J. Epidemiol.), 0393-2990, Selective -European Journal of Forest Pathology, ( Eur. J. For. Pathol.), 0300-1237, Priority -European Journal of Health Law, ( Eur. J. Health Law), 0929-0273, Selective -European Journal of Human Genetics, ( Europ. J. Hum. Genet.), 1018-4813, Priority -European Journal of Immunogenetics, ( Eur. J. Immunogenet.), 0960-7420, Core -European Journal of Immunology, ( Eur. J. Immunol.), 0014-2980, Core -European Journal of Inflammation, ( Eur. J. Inflam.), 1721-727X, Selective -European Journal of Migration and Law, ( Eur. J. Migr. Law), 1388-364X, Selective -European Journal of Morphology, ( Eur. J. Morphol.), 0924-3860, Priority -European Journal of Neuroscience, ( Eur. J. Neurosci.), 0953-816X, Selective -European Journal of Pediatrics, ( Eur. J. Pediatr.), 0340-6199, Selective -European Journal of Pharmaceutical Sciences, ( Eur. J. Pharm. Sci.), 0928-0987, Selective -European Journal of Pharmacology, ( Eur. J. Pharmacol.), 0014-2999, Selective -European Journal of Pharmacology (Molecular Pharmacology Section), ( Eur. J. Pharmacol. (Mol. Pharmacol. Sect.)), 0922-4106, Selective -European Journal of Pharmacology: (Environmental Toxicology and Pharmacology Section), ( Eur. J. Pharmacol. (Environ. Toxicol. Pharmacol. Sect.)), 0926-6917, Priority -European Journal of Phycology, ( Eur. J. Phycol.), 0967-0262, Core -European Journal of Physical Medicine and Rehabilitation, ( Eur. J. Phys. Med. Rehabil.), 1017-6721, Selective -European Journal of Plant Pathology, ( Eur. J. Plant Pathol.), 0929-1873, Core -European Journal of Protistology, ( Eur. J. Protistol.), 0932-4739, Core -European Journal of Public Health, ( Eur. J. Public Health), 1101-1262, Selective -European Journal of Soil Science, ( Eur. J. Soil Sci.), 1351-0754, Selective -European Journal of Ultrasound, ( Eur. J. Ultrasound), 0929-8266, Core -European Journal of Work and Organizational Psychology, ( Eur. J. Work Org. Psychol.), 1359-432X, Selective -European Respiratory Journal, ( Eur. Respir. J.), 0903-1936, Selective -European Urology, ( Eur. Urol.), 0302-2838, Selective -EVAAM rapport annuel. Papeete, ( EVAAM Rapp. Annu.), Priority -Evoked Potentials, ( Evok. Pot.), 0168-5597, Selective -Evolution, ( Evolution), 0014-3820, Priority -Evolution and Development, ( Evol. Dev.), 1520-541X, Selective -Evolution du secteur Belge de la peche maritime. Ostend, ( Evol. Sect. Belge Peche Marit.), Priority -Evolutionary Ecology, ( Evol. Ecol.), 0269-7653, Core -Evolutionary Ecology Research, ( Evol. Ecol. Res.), 1522-0613, Core -Excellence in ecology. Oldendorf/Luhe, ( Excell. Ecol.), 0932-2205, Priority -Exercise and Sport Sciences Reviews, ( Exerc. Sport Sci. Rev.), 0091-6331, Selective -Experientia. Basel, ( Experientia), 0014-4754, Selective -Experimental Agriculture, ( Exp. Agric.), 0014-4797, Selective -Experimental and Applied Acarology, ( Exp. Appl. Acarol.), 0168-8162, Core -Experimental Biology and Medicine, ( Exp. Biol. Med.), 1535-3699, Selective -Experimental Brain Research, ( Exp. Brain Res.), 0014-4819, Priority -Experimental Lung Research, ( Exp. Lung Res.), 0190-2148, Priority -Experimental Neurology, ( Exp. Neurol.), 0014-4886, Selective -Experimental Parasitology, ( Exp. Parasitol.), 0014-4894, Selective -Experiments in Fluids, ( Exp. Fluids), 0723-4864, Selective -Expert Opinion on Drug Safety, ( Expert Opin. Drug Saf.), Priority -Expert Systems, ( Expert Syst.), 0266-4720, Selective -Expert Systems with Applications, ( Expert Syst. Appl.), 0957-4174, Selective -Exposure. Corvallis OR, ( Exposure), Selective -Extremes, ( Extremes), 1386-1999, Selective -Eye, ( Eye), 0950-222X, Selective -Fabreries, ( Fabreries), 0318-6725, Priority -FACES. Revista de la Facultad de Ciencias Economicas y Sociales. Buenos Aires, ( FACES Rev. Fac. Cienc. Econ. Soc.), Priority -Familial Cancer, ( Fam. Cancer), 1389-9600, Selective -Family and Community Health, ( Fam. Community Health), 0160-6379, Selective -FAO aquaculture newsletter. Rome, ( FAO Aquacult. Newsl.), 1020-3443, Priority -FAO better farming series. Rome, ( FAO Better Farming Ser.), 0259-2770, Priority -FAO computerized information series. Fisheries. Rome, ( FAO Comput. Inf. Ser. (Fish.)), 1020-3249, Core -FAO documentation. Current bibliography/Documentation de la FAO. Bibliographie courante/Documentacion de la FAO. Bibliografia corriente. Rome, ( FAO Doc. Curr. Bibliogr./Doc. FAO Bibliogr. Courante/Doc. FAO Bibliogr. Corr.), 0304-582X, Priority -FAO EASTFISH fishery industry. Copenhagen, ( FAO EASTFISH Fish. Ind.), Core -FAO EASTFISH magazine/Zhurnal ISTFISH. Copenhagen, ( FAO EASTFISH Mag./Zh. ISTFISH), Priority -FAO fisheries circular. Rome, ( FAO Fish. Circ.), 0429-9329, Core -FAO fisheries report. Rome, ( FAO Fish. Rep.), 0429-9337, Core -FAO fisheries series. Rome, ( FAO Fish. Ser.), 0259-2509, Core -FAO fisheries synopsis. Rome, ( FAO Fish. Synop.), 0014-5602, Core -FAO fisheries technical paper. Rome, ( FAO Fish. Tech. Pap.), 0429-9345, Core -FAO legislative study. Rome, ( FAO Legis. Study), 0253-021X, Priority -FAO newsletter on fisheries for the Sahel/FAO bulletin des peches du Sahel. Accra, ( FAO Newsl. Fish. Sahel/FAO Bull. Pech. Sahel), Core -FAO Plant Protection Bulletin, ( FAO Plant Prot. Bull.), 0254-9727, Selective -FAO statistical development series. Rome, ( FAO Stat. Dev. Ser.), 1014-3378, Priority -FAO technical guidelines for responsible fisheries. Rome, ( FAO Tech. Guidel. Responsib. Fish.), 1020-5292, Core -FAO training series. Rome, ( FAO Train. Ser.), 0259-2533, Priority -FAO yearbook. Fishery statistics: capture production/Annuaire. Statistiques des peches: captures/Anuario. Estadisticas de pesca: capturas. Rome, ( FAO Yearb. Fish. Stat. Capture Prod./Annu. Stat. Peches Captures/Anu. Estad. Pesca Capturas), 1020-6633, Priority -FAO yearbook. Fishery statistics: commodities/Annuaire. Statistiques des peches: produits/Anuario. Estadisticas de pesca: productos. Rome, ( FAO Yearb. Fish. Stat. Commod./Annu. Stat. Peches Prod./Anu. Estad. Pesca Prod.), 1014-7667, Priority -Farmaco, ( Farmaco), 0014-827X, Selective -FASEB Journal, ( FASEB J.), 0892-6638, Priority -Fast ferry international. London, ( Fast Ferry Int.), 0954-3988, Selective -Fatigue & Fracture of Engineering Materials and Structures, ( Fatigue Fract. Eng. Mater. Struct.), 8756-758X, Selective -Fauna (Blindern), ( Fauna (Blindern)), 0014-8881, Selective -Fauna Bajkala. Novosibirsk, ( Fauna Bajkala), Priority -Fauna Entomologica de Portugal, ( Fauna Entomol. Port.), 0873-5417, Selective -Fauna Entomologica Scandinavica, ( Fauna Entomol. Scand.), 0106-8377, Selective -Fauna graeciae. Athens, ( Fauna Graeciae), 1105-8269, Priority -Fauna Norvegica, ( Fauna Norv.), 1502-4873, Selective -Fauna Norvegica, Series A, ( Fauna Norv., Ser. A), 0332-768X, Priority -Fauna Norvegica, Series B, ( Fauna Norv., Ser. B), 0332-7698, Priority -Fauna Norvegica, Series C, ( Fauna Norv., Ser. C), 0332-7701, Priority -Fauna of New Zealand, ( Fauna N. Z.), 0111-5383, Priority -Faune de Madagascar. Paris, ( Faune Madagas.), Priority -Faune et flore tropicales. Paris, ( Faune Flore Trop.), Priority -Faunistisch-okologische Mitteilungen. Neumunster, ( Faun.-Oekol. Mitt.), 0430-1285, Priority -Faunistische Abhandlungen, ( Faun. Abh.), Selective -FEBS Letters, ( FEBS Lett.), 0014-5793, Selective -FEMS Immunology and Medical Microbiology, ( FEMS Immunol. Med. Microbiol.), 0928-8244, Core -FEMS Microbiology Ecology, ( FEMS Microbiol. Ecol.), 0168-6496, Core -FEMS Microbiology Letters, ( FEMS Microbiol. Lett.), 0378-1097, Core -FEMS Microbiology Reviews, ( FEMS Microbiol. Rev.), 0168-6445, Core -FEMS Yeast Research, ( FEMS Yeast Res.), 1567-1356, Core -Festivus, ( Festivus), 0738-9388, Selective -FETT Wissenschaft Technologie/FAT Science Technology, ( FETT Wiss. Technol./FAT Sci. Technol.), 0931-5985, Selective -FFA news digest. South Pacific Forum Fisheries Agency. Honiara, ( FFA News Dig. S. Pac. Forum Fish. Agency), Core -FFA report. South Pacific Forum Fisheries Agency. Honiara, ( FFA Rep. S. Pac. Forum Fish. Agency), Core -Field Crops Research, ( Field Crops Res.), 0378-4290, Selective -Field studies. London, ( Field Stud.), 0428-304X, Selective -Fieldiana. Botany. New Series, ( Fieldiana (Bot.) (New Ser.)), 0015-0746, Selective -Fieldiana. Zoology, ( Fieldiana (Zool.)), 0015-0754, Selective -Filiera pesca e acquacoltura. Roma, ( Filiera Pesca Aquac.), Priority -Finance and development. Washington DC, ( Financ. Dev.), 0015-1947, Priority -Fire and Flammability Bulletin, ( Fire Flammabil. Bull.), 0952-2727, Selective -Fire and Materials, ( Fire Mater.), 0308-0501, Priority -Fire Engineering, ( Fire Eng.), 0015-2587, Selective -Fire Prevention, ( Fire Prev.), 0309-6866, Selective -Fire Safety Journal, ( Fire Saf. J.), 0379-7112, Priority -Fire Technology, ( Fire Technol.), 0015-2684, Core -Fischer und Teichwirt. Nurnberg, ( Fisch. Teichwirt), Priority -Fischerblatt. Kiel, ( Fischerblatt), 0015-2854, Priority -Fischerei. Jahrliche Statistiken/Fisheries. Yearly statistics/Peche. Statistiques annuelles (Luxembourg). Luxembourg, ( Fisch. Jaehrl. Stat./Fish. Yrly Stat./Peche Stat. Annu. (Luxemb.)), Priority -Fischmagazin. Hamburg, ( Fischmagazin), 0930-6544, Priority -Fischokologie. Koln, ( Fischoekologie), 0934-4225, Priority -Fish & Shellfish Immunology, ( Fish Shellfish Immunol.), 1050-4648, Core -Fish and Fisheries, ( Fish Fish.), 1467-2960, Core -Fish and Fisheries Research (Resources, Fisheries and Management Systems: Reports and Scientific News), ( Fish Fish. Res. (Resour. Fish. Manage. Syst.: Rep. Sci. News)), 1136-1794, Priority -Fish and fisheries. Madras, ( Fish Fish.), Core -Fish and wildlife leaflet. Washington DC, ( Fish Wildl. Leafl.), Priority -Fish and Wildlife Research, ( Fish Wildl. Res.), Priority -Fish and wildlife research. Washington DC, ( Fish Wildl. Res.), 1040-2411, Selective -Fish and Wildlife Service, Instream Flow Information Paper, ( Fish Wildlife Serv. Instream Flow Inf. Pap.), Priority -Fish bulletin. California Department of Fish and Game. Sacramento CA, ( Fish Bull. Calif. Dep. Fish Game), Core -Fish Bulletin. State of California, Department of Fish and Game, ( Fish Bull. Calif. Dep. Fish Game), Selective -Fish Farmer, ( Fish Farmer), 0262-9615, Core -Fish Farming International, ( Fish Farm. Int.), Priority -Fish Farming News, ( Fish Farm. News), Priority -Fish Pathology, ( Fish Pathol.), 0388-788X, Priority -Fish pathology. Tokyo, ( Fish Pathol.), Core -Fish Physiology and Biochemistry, ( Fish Physiol. Biochem.), 0920-1742, Core -Fish Tech News. Rome, ( Fish Tech News), Core -Fish technology newsletter. Cochin, ( Fish Technol. Newsl.), 0971-0167, Core -FISHCOOPS. New Delhi, ( FISHCOOPS), Core -Fisheries, ( Fisheries), 0363-2415, Core -Fisheries and aquaculture of Israel in figures. Tel-Aviv, ( Fish. Aquacult. Isr. Fig.), Core -Fisheries and fishbreeding in Israel. Haifa, ( Fish. Fishbreed. Isr.), 0011-7110, Core -Fisheries Centre research reports. Vancouver BC, ( Fish. Cent. Res. Rep.), 1198-6727, Core -Fisheries Draft Policy. Fisheries Department of Western Australia, ( Fish. Draft Policy Fish. Dep. West. Aust.), 1441-4007, Priority -Fisheries engineering (Japan)/Suisan Kogaku (Japan). Ibaraki, ( Fish. Eng. (Japan)/Suisan Kogaku (Japan)), 0916-7617, Core -Fisheries information series. Fisheries Division (Trinidad and Tobago). Port-of-Spain, ( Fish. Inf. Ser. Fish. Div. (Trinidad and Tobago)), Core -Fisheries journal. College of Fisheries, University of the Philippines in the Visayas. Miag-ao, ( Fish. J. Coll. Fish. Univ. Philipp. Visayas), 0115-950X, Core -Fisheries Management and Ecology, ( Fish. Manage. Ecol.), 0969-997X, Core -Fisheries Management Paper. Fisheries Department of Western Australia, ( Fish. Manage. Pap. Fish. Dep. West. Aust.), 0819-4327, Priority -Fisheries Management Plan. Fisheries Department of Western Australia, ( Fish. Manage. Plan Fish. Dep. West. Australia), Priority -Fisheries Management Report. Fisheries Department of Western Australia, ( Fish. Manage. Rep. Fish. Dep. West. Aust.), 1329-7902, Priority -Fisheries management report. Ministry of Environment, Lands and Parks (British Columbia). Victoria BC, ( Fish. Manage. Rep. Minist. Environ. Lands Parks (B.C.)), Core -Fisheries notice. Directorate of Fisheries Research (Gt.Brit). Lowestoft, ( Fish. Not. Dir. Fish. Res. (G.B.)), 0436-4430, Core -Fisheries NSW. Sydney, ( Fish. N.S.W.), 1329-8267, Core -Fisheries Occasional Publications. Fisheries Department of Western Australia, ( Fish. Occas. Publ. Fish. Dep. West. Australia), 1447-2058, Core -Fisheries Oceanography, ( Fish. Oceanogr.), 1054-6006, Core -Fisheries Research (Amsterdam), ( Fish. Res.), 0165-7836, Core -Fisheries research bulletin of Tonga. Nuku'alofa, ( Fish. Res. Bull. Tonga), 1173-3012, Core -Fisheries research bulletin. Fisheries Western Australia. Perth, ( Fish. Res. Bull. Fish. West. Aust.), 0155-9435, Core -Fisheries research data report. Directorate of Fisheries Research (Gt.Brit.). Lowestoft, ( Fish. Res. Data Rep. Dir. Fish. Res. (G.B.)), 0264-5130, Core -Fisheries research report. Fisheries Western Australia. Perth, ( Fish. Res. Rep. Fish. West. Aust.), 1035-4549, Priority -Fisheries Resource Conservation Council (FRCC) report. Ottawa ON, ( Fish. Resour. Conserv. Counc. (FRCC) Rep.), Core -Fisheries Science, ( Fish. Sci.), 0919-9268, Core -Fisheries science research. Kunsan, ( Fish. Sci. Res.), 1225-2085, Priority -Fisheries science. Tokyo, ( Fish. Sci.), 0919-9268, Core -Fisheries statistical digest. Morne Fortune, ( Fish. Stat. Digest), Core -Fisheries statistics (Kuwait). Kuwait, ( Fish. Stat. (Kuwait)), Priority -Fisheries statistics of Indonesia. Jakarta, ( Fish. Stat. Indones.), 0301-7222, Priority -Fisheries statistics of Japan. Tokyo, ( Fish. Stat. Japan), 0071-5581, Priority -Fisheries statistics of Maldives. Male, ( Fish. Stat. Maldives), Priority -Fisheries statistics of Thailand. Bangkok, ( Fish. Stat. Thail.), Priority -Fisheries statistics. Department of Fisheries (Zambia). Chilanga, ( Fish. Stat. Dep. Fish. (Zambia)), Priority -Fisheries technical circular. Ministry of Environment, Lands and Parks (British Columbia). Victoria BC, ( Fish. Tech. Circ. Minist. Environ. Lands Parks (B.C.)), Core -Fisheries technical report. Department of Parks and Renewable Resources (Saskatchewan). Saskatoon SK, ( Fish. Tech. Rep. Dep. Parks Renew. Resour. (Sask.)), Core -Fisheries technology manual series. Los Banos, ( Fish. Technol. Man. Ser.), Core -Fisheries world. Vijaywada, ( Fish. World), Core -Fisheries yearbook. Taiwan area. Taipei, ( Fish. Yearb. Taiwan Area), 0254-6892, Core -Fisherman. Accra, ( Fisherman), Core -Fishery Bulletin, ( Fish. Bull.), 0090-0656, Core -Fishery leaflet. Department of the Marine (Ireland (Eire)). Dublin, ( Fish. Leafl. Dep. Mar. (Irel. (Eire))), 0332-1789, Core -Fishery report. Department of Primary Industry and Fisheries (Northern Territory). Darwin, ( Fish. Rep. Dep. Prim. Ind. Fish. (North. Territ.)), Core -Fishery research bulletin. Kasetsart University. Bangkok, ( Fish. Res. Bull. Kasetsart Univ.), 0453-3453, Core -Fishery statistical bulletin for South China Sea area. Bangkok, ( Fish. Stat. Bull. South China Sea Area), 0857-748X, Core -Fishery statistics. Department of Fisheries (Qatar). Doha, ( Fish. Stat. Dep. Fish. (Qatar)), Priority -Fishery technology. Society of Fisheries Technologists (India). Kochi, ( Fish. Technol. Soc. Fish. Technol. (India)), 0015-3001, Core -Fishing business international. Lorient, ( Fish. Bus. Int.), Selective -Fishing chimes. Visakhapatnam, ( Fish. Chimes), 0971-4529, Core -Fishing industry handbook: South Africa, Namibia and Mocambique. Stellenbosch, ( Fish. Ind. Handb. S. Afr. Namib. Mocamb.), 0080-5076, Core -Fishing News International, ( Fish. News Int.), 0015-3044, Priority -Fishing News. London, ( Fish. News), 0015-3036, Core -Fiske og oppdrett av laks mv./Fishing and rearing of salmon etc. Statistisk sentralbyra (Norway). Oslo, ( Fiske Oppdrett Laks/Fish. Rear. Salm. Stat. Sentralbyraa (Norway)), Core -Fiske og Oppdrett av Laks/Fishing and Rearing of Salmon, ( Fiske Oppdrett Laks/Fish. Rearing Salmon), 0801-8197, Priority -Fisken og Havet, ( Fisken Havet), 0071-5638, Priority -Fisken og Havet, Saernummer, ( Fisken Havet Saernummer), 0802-0620, Priority -Fisken og havet. Bergen, ( Fisken Havet), 0071-5638, Priority -Fiskeoppdrett, ( Fiskeoppdrett), 0809-4527, Priority -Fiskeridirektorates Skrifter Serie Havundersokelser, ( Fiskeridir. Skr. Ser. Havunders.), 0015-3112, Priority -Fiskeridirektoratet, Kontoret for Fiskerforsoek og Veiledning. Rapport, ( Fiskeridir., Kontoret Fiskerforsoek Veiledning Rapp.), Priority -Fiskeridirektoratet. Rapporter og Meldinger, ( Fiskeridirektoratet. Rapp. Meld.), Priority -Fiskerioekonomiske sma-skrifter/Papers on fisheries economics. Bergen, ( Fiskerioekon. Smaa-Skr./Pap. Fish. Econ.), 0332-8643, Priority -Fiskeristatistikk/Fishery Statistics, ( Fiskeristat./Fish. Stat.), 0333-3728, Priority -Fiskeriteknologisk Forskningsinstitutt. Rapport, ( Fiskeriteknol. Forskningsinst. Rapp.), Selective -Fiskeriverket information. Goteborg, ( Fiskeriverk. Inf.), 1402-8719, Priority -Fiskeriverket rapport. Goteborg, ( Fiskeriverk. Rapp.), 1104-5906, Priority -Fiskets Gang, ( Fisk. Gang), Priority -Fitopatologia, ( Fitopatologia), 0430-6155, Selective -Fitopatologia Venezolana, ( Fitopatol. Venezol.), 0798-0035, Selective -Fitoterapia, ( Fitoterapia), 0367-326X, Selective -Flavour and Fragrance Journal, ( Flavour Fragrance J.), 0882-5734, Core -Flight Safety Bulletin, ( Flight Saf. Bull.), Selective -Floedevigen Meldinger, ( Floedevigen Meldinger), 0800-7667, Selective -Floedevigen Rapportserie, ( Floedevigen Rapportser.), 0333-2594, Selective -Flora (Jena), ( Flora (Jena)), 0367-2530, Selective -Flora and Fauna (Jhansi), ( Flora Fauna (Jhansi)), 0971-6920, Priority -Flora og Fauna, ( Flora Fauna), 0015-3818, Selective -Flora, fauna y areas silvestres. Santiago, ( Flora Fauna Areas Silv.), Priority -Florida Entomologist, ( Fla. Entomol.), 0015-4040, Core -Florida Marine Research Publications, ( Fla. Mar. Res. Publ.), 0095-0157, Core -Florida marine research publications. St. Petersburg FL, ( Fla. Mar. Res. Publ.), 0095-0157, Core -Florida Scientist, ( Fla. Sci.), 0098-4590, Selective -Fluid dynamics. New York NY, ( Fluid Dyn.), 0015-4628, Selective -Fluoride, ( Fluoride), 0015-4725, Priority -Flying Safety, ( Flying Saf.), 0279-9308, Selective -Focus, ( Focus), 0533-1242, Selective -Folia Biologica (Krakow), ( Folia Biol. (Krakow)), 0015-5497, Selective -Folia Biologica (Prague), ( Folia Biol. (Prague)), 0015-5500, Selective -Folia Entomologica Hungarica/Rovartani Koezlemenyek, ( Folia Entomol. Hung.), 0373-9465, Core -Folia Entomologica Mexicana, ( Folia Entomol. Mex.), 0430-8603, Priority -Folia Geobotanica et Phytotaxonomica, ( Folia Geobot. Phytotaxon.), 0015-5551, Selective -Folia Heyrovskyana, ( Folia Heyrovskyana), 1210-4108, Core -Folia limnologica scandinavica. Copenhagen, Oslo, ( Folia Limnol. Scand.), 0367-2476, Selective -Folia Microbiologica, ( Folia Microbiol.), 0015-5632, Core -Folia Parasitologica, ( Folia Parasitol.), 0015-5683, Selective -Folia Primatologica, ( Folia Primatol.), 0015-5713, Priority -Folia zoologica. Prague, ( Folia Zool.), 0044-5142, Selective -Food Additives & Contaminants, ( Food Addit. Contam.), 0265-203X, Priority -Food and Agricultural Immunology, ( Food Agric. Immunol.), 0954-0105, Priority -Food and agricultural legislation. Rome, ( Food Agric. Legis.), 0015-6221, Priority -Food and Bioproducts Processing, ( Food Bioprod. Process.), 0960-3085, Selective -Food and Chemical Toxicology, ( Food Chem. Toxicol.), 0278-6915, Core -Food and Drug Law Journal, ( Food Drug Law J.), 1064-590X, Selective -Food Australia, ( Food Aust.), 1032-5298, Priority -Food Australia. Sydney, ( Food Aust.), 1032-5298, Priority -Food Biotechnology, ( Food Biotechnol.), 0890-5436, Core -Food Chemistry, ( Food Chem.), 0308-8146, Priority -Food drug cosmetic law journal. Chicago IL, ( Food Drug Cosmet. Law J.), 0015-6361, Selective -Food Management, ( Food Manage.), 0091-018X, Selective -Food Manufacture, ( Food Manuf.), 0015-6477, Selective -Food Microbiology, ( Food Microbiol.), 0740-0020, Core -Food Policy, ( Food Policy), 0306-9192, Selective -Food Processing, ( Food Process.), 0015-6523, Selective -Food Protection Trends, ( Food Prot. Trends), Selective -Food Research International, ( Food Res. Int.), 0963-9969, Selective -Food Review, ( Food Rev.), 1056-327X, Selective -Food Reviews International, ( Food Rev. Int.), 8755-9129, Selective -Food Science and Technology International, ( Food Sci. Technol. Int.), 1082-0132, Selective -Food Science and Technology/Lebensmittel-Wissenschaft und Technologie, ( Food Sci. Technol./Lebensm.-Wiss. Technol.), 0023-6438, Selective -Food Technology, ( Food Technol.), 0015-6639, Selective -Food Testing & Analysis, ( Food Test. anal.), 1084-5984, Selective -Force Five, ( Force Five), Selective -Forensic Science International, ( Forensic Sci. Int.), 0379-0738, Selective -Forensic Science Review, ( Forensic Sci. Rev.), 1042-7201, Selective -Foresight, ( Foresight), 1463-6689, Selective -Forest Ecology and Management, ( For. Ecol. Manage.), 0378-1127, Priority -Forest Pathology, ( For. Pathol.), 1437-4781, Priority -Forest Research, ( For. Res.), 1001-1498, Selective -Forest Science, ( For. Sci.), 0015-749X, Selective -Forsvarets Forskningsinstitutt Rapport, ( FFI Rapp.), Selective -Forth naturalist and historian. Stirling, ( Forth Nat. Hist.), 0309-7560, Priority -Fortschritte der Fischereiwissenschaft/Advances in fisheries science. Berlin, ( Fortschr. Fischereiwiss./Adv. Fish. Sci.), 0233-1179, Core -Fossils & Strata, ( Fossils Strata), 0300-9491, Priority -Foundry Management and Technology, ( Foundry Manage. Technol.), 0360-8999, Selective -Fractals, ( Fractals), 0218-348X, Selective -Fragmenta Entomologica, ( Fragm. Entomol.), 0429-288X, Core -Fragmenta Faunistica (Polska Akademia Nauk, Instytut Zoologi), ( Fragm. Faun. Pol. AN Inst. Zool.), 0015-9301, Selective -Free Radical Biology and Medicine, ( Free Radical Biol. Med.), 0891-5849, Selective -Frente maritimo. Montevideo, ( Frente Marit.), 1015-3233, Priority -Fresenius Environmental Bulletin, ( Fresenius Environ. Bull.), 1018-4619, Selective -Fresenius' Journal of Analytical Chemistry, ( Fresenius J. Anal. Chem.), 0937-0633, Selective -Freshwater Biology, ( Freshwat. Biol.), 0046-5070, Priority -Freshwater biology. Oxford, ( Freshwat. Biol.), 0046-5070, Priority -Freshwater fishfarm production. Department of Fisheries (Thailand). Bangkok, ( Freshwat. Fishfarm Prod. Dep. Fish. (Thail.)), Core -Freshwater forum. Ambleside, ( Freshwat. Forum), 0961-4664, Priority -Frontiers in Ecology and the Environment, ( Front. Ecol. Environ.), 1540-9295, Priority -Frustula Entomologica, ( Frustula Entomol.), 0532-7679, Core -FTFI rapport. Tromsoe, ( FTFI Rapp.), Priority -Functional Ecology, ( Funct. Ecol.), 0269-8463, Core -Functional Plant Biology, ( Funct. Plant Biol.), 1445-4408, Selective -Fundamental and Applied Nematology, ( Fundam. Appl. Nematol.), 1164-5571, Selective -Fundamental and Applied Toxicology, ( Fundam. Appl. Toxicol.), 0272-0590, Core -Fungal Genetics and Biology, ( Fungal Genet. Biol.), 1087-1845, Core -Fusion Engineering and Design, ( Fusion Eng. Des.), 0920-3796, Selective -Galaxea. Nishihara, ( Galaxea), 0287-6776, Priority -Gangtie Yanjiu Xuebao/Journal of Iron and Steel Research, ( Gangtie Yanjiu Xuebao/J. Iron Steel Res.), 1001-0963, Selective -Garcia de Orta. Serie de zoologia. Lisbon, ( Garcia de Orta (Zool.)), 0870-0001, Priority -Gas Utility Manager, ( Gas Util. Manager), 1097-8496, Selective -Gayana, ( Gayana), 0016-531X, Priority -Gayana Oceanologia, ( Gayana Oceanol.), 0716-9655, // -Gayana Zoologia, ( Gayana Zool.), 0016-531X, Priority -Gayana. Botanica. Concepcion, ( Gayana (Bot.)), 0016-5301, Priority -GEC Review, ( GEC Rev.), 0267-9337, Selective -Gegenbaurs morphologisches Jahrbuch. Leipzig, ( Gegenbaurs Morphol. Jahrb.), 0016-5840, Selective -Gene, ( Gene), 0378-1119, Core -Gene Expression, ( Gene Expression), 1052-2166, Core -Gene Expression Patterns, ( Gene Expression Patterns), 1567-133X, Priority -Gene Therapy, ( Gene Ther.), 0969-7128, Core -Gene Therapy and Regulation, ( Gene Ther. Regul.), 1388-9532, Core -General and Comparative Endocrinology, ( Gen. Comp. Endocrinol.), 0016-6480, Selective -General education series. Department of Fisheries and Oceans (Canada)/Serie educative. Ministere des Peches et des Oceans (Canada). Ottawa ON, ( Gen. Educ. Ser. Dep. Fish. Oceans (Can.)/Ser. Educ. Minist. Peches Oceans (Can.)), 0835-7005, Core -General Pharmacology, ( Gen. Pharmacol.), 0306-3623, Selective -General Technical Report USDA Forest Service Pacific Southwest Research Station, ( Gen. Tech. Rep. USDA For. Serv. Pac. Southwest Res. Stn.), Selective -General technical report. Department of Agriculture (U.S.). Fort Collins CO, ( Gen. Tech. Rep. Dep. Agric. (U.S.)), Priority -General technical report. U.S. Department of Agriculture, Forest Service, Intermountain Research Station. Ogden UT, ( Gen. Tech. Rep. USDA For. Serv. Intermt. Res. Stn.), Priority -General technical report. U.S. Department of Agriculture, Forest Service, North Central Forest Experiment Station., ( Gen. Tech. Rep. USDA For. Serv. N. Cent. For. Exp. Stn.), Priority -General technical report. U.S. Department of Agriculture, Forest Service, Pacific Northwest Research Station. Portland OR, ( Gen. Tech. Rep. USDA For. Serv. Pac. Northwest Res. Stn.), Priority -General technical report. U.S. Department of Agriculture, Forest Service, Pacific Southwest Forest and Range Experiment Station. Berkekey CA, ( Gen. Tech. Rep. USDA For. Serv. Pac. Southwest For. Range Exp. Stn.), Priority -General technical report. U.S. Department of Agriculture, Forest Service, Rocky Mountain Forest and Range Experiment Station. Denver CO, ( Gen. Tech. Rep. USDA For. Serv. Rocky Mt. For. Range Exp. Stn.), Priority -General technical report. U.S. Department of Agriculture, Forest Service, Southeastern Forest Experiment Station. Asheville NC, ( Gen. Tech. Rep. USDA For. Serv. Southeast. For. Exp. Stn.), Priority -General technical report. U.S. Department of Agriculture, Forest Service. Washington DC, ( Gen. Tech. Rep. USDA For. Serv.), Priority -Genes & Development, ( Genes Dev.), 0890-9369, Core -Genes & Genetic Systems, ( Genes Genet. Syst.), 1341-7568, Core -Genes and Immunity, ( Genes Immun.), 1466-4879, Core -Genes to Cells, ( Genes Cells), 1356-9597, Core -Genes, Brain and Behavior, ( Genes, Brain and Behav.), 1601-1848, Priority -Genes, Chromosomes & Cancer, ( Genes Chromosomes Cancer), 1045-2257, Priority -Genesis, ( Genesis), 1526-954X, Core -Genetic Analysis, Techniques and Applications, ( Genet. Anal. Tech. Appl.), 1050-3862, Priority -Genetic Analysis: Biomolecular Engineering, ( Genet. Anal.: Biomol. Eng.), 1050-3862, Selective -Genetic Engineer and Biotechnologist, ( Genet. Eng. Biotechnol.), 0959-020X, Priority -Genetic Epidemiology, ( Genet. Epidemiol.), 0741-0395, Priority -Genetic Resources and Crop Evolution, ( Genet. Resour. Crop Evol.), 0925-9864, Priority -Genetica, ( Genetica), 0016-6707, Core -Genetical Research, ( Genet. Res.), 0016-6723, Core -Genetics, ( Genetics), 0016-6731, Core -Genetics and Molecular Biology, ( Genet. Mol. Biol.), 1415-4757, Priority -Genetics and Molecular Research, ( Gen. Mol. Res.), 1676-5680, Priority -Genetics in Medicine, ( Genet. Med.), 1098-3600, Priority -Genetics Selection Evolution, ( Genet. Sel. Evol.), 0999-193X, Priority -Genetika i Selektsiya, ( Genet. Sel.), 0016-6766, Selective -Genetika. Moscow, ( Genetika), 0016-6731, Priority -Genome, ( Genome), 0831-2796, Core -Genome Research, ( Genome Res.), 1054-9803, Core -Genomics, ( Genomics), 0888-7543, Core -Genus, ( Genus), 0867-1710, Priority -GEO Australasia. Sydney, ( GEO Australas.), 1321-6554, Priority -Geo-Marine Letters, ( Geo-Mar. Lett.), 0276-0460, Selective -Geo-Spatial Information Science Quarterly/Diqiu Kongjian Xinxi Kexue Xuebao, ( Geo-Spatial Inf. Sci. Q./Diqiu Kongjian Xinxi Kexue Xuebao), 1009-5020, Selective -Geo-Spatial Information Science/Diqiu Kongjian Xinxi Kexue Xuebao, ( Geo-Spatial Inf. Sci./Diqiu Kongjian Xinxi Kexue Xuebao), 1001-4993, Selective -GEO-UNAM. Mexico City, ( GEO-UNAM), 0188-8064, Priority -Geoacta. Bahia Blanca, ( Geoacta), 0326-7237, Priority -Geochimica et Cosmochimica Acta, ( Geochim. Cosmochim. Acta), 0016-7037, Priority -Geodiversitas. Paris, ( Geodiversitas), 1280-9659, Priority -Geofisica internacional. Mexico City, ( Geofis. Int.), 0016-7169, Priority -Geografija/Geografiya/Geography. Vilnius, ( Geografija/Geografiya/Geography), 0202-3288, Priority -Geografijos metrastis/Geographical yearbook. Vilnius, ( Geogr. Metrast./Geogr. Yearb.), 0132-3156, Priority -Geografiya Mirovogo Okeana. St. Petersburg, ( Geogr. Mirov. Okeana), Priority -GeoJournal, ( GeoJournal), 0343-2521, 9 -Geokhimiya. Moscow, ( Geokhimiya), 0016-7525, Priority -Geologica et palaeontologica. Marburg, ( Geol. Palaeontol.), 0072-1018, Selective -Geological Bulletin of Turkey/Turkiye Jeoloji Bulteni, ( Geol. Bull. Turk./Turk. Jeol. Bul.), 1300-6827, Priority -Geological Society of America. Programs with Abstracts, ( Geol. Soc. Am. Programs Abstracts), 0016-7592, Selective -Geologicheskij zhurnal. Kiev, ( Geol. Zh.), 0367-4290, Priority -Geologie mediterraneenne. Marseille, ( Geol. Mediterr.), 0397-2844, Priority -Geologikes kai geofysikes meletes/Geological and geophysical research. Athens, ( Geol. Geofys. Mel./Geol. Geophys. Res.), Priority -Geology, ( Geology), 0091-7613, Selective -Geomicrobiology Journal, ( Geomicrobiol. J.), 0149-0451, Priority -Geophysica. Helsinki, ( Geophysica), 0367-4231, Priority -Geophysical bulletin of the Hokkaido University. Sapporo, ( Geophys. Bull. Hokkaido Univ.), 0439-3503, Priority -Geophysical Research Letters, ( Geophys. Res. Lett.), 0094-8276, Selective -Geophytology, ( Geophytology), 0376-5156, Selective -George Wright Forum, ( George Wright Forum), 0732-4715, Selective -Georgetown International Environmental Law Review, ( Georgetown Int. Environ. Law Rev.), 1042-1858, Selective -Georgia Journal of Science, ( Georgia J. Sci.), Selective -Geotechnika epistimonika themata/Geotechnical scientific issues. Thessaloniki, ( Geotech. Epistim. Themata/Geotech. Sci. Issues), 1105-9478, Priority -Geotechniki enimerosi. Athens, ( Geotech. Enim.), 1105-946X, Priority -Geotechnique. London, ( Geotechnique), 0016-8505, Selective -Geowissenschaften. Weinheim, ( Geowissenschaften), 0723-0834, Priority -Geriatrics, ( Geriatrics), 0016-867X, Selective -Gerlands Beitrage fur Geophysik. Leipzig, ( Gerlands Beitr. Geophys.), 0016-8696, Selective -Gerontology, ( Gerontology), 0304-324X, Selective -Gewasserbeschaffenheit in Bayern. Munchen, ( Gewaesserbeschaffenh. Bayern), 0931-2498, Priority -Gewassergutebericht. Landesamt fur Wasser und Abfall (Nordrhein-Westfalen). Dusseldorf, ( Gewaessergueteber. Landesamt Wasser Abfall (NRW)), 0939-0804, Priority -Gidrobiologicheskij zhurnal/Hydrobiological journal. Kiev, ( Gidrobiol. Zh./Hydrobiol. J.), 0375-8990, Priority -Giornale botanico italiano. Florence, ( G. Bot. Ital.), 0017-0070, Selective -Giornale Italiano di Entomologia, ( G. Ital. Entomol.), 0392-7296, Core -Giornale Italiano di Suicidologia, ( G. Ital. Suicidol.), 1120-9747, Selective -GIS World, ( GIS World), 0897-5507, Selective -Glia, ( Glia), 0894-1491, Priority -Global and Planetary Change, ( Global Planet. Change), 0921-8181, Priority -Global Biodiversity, ( Global Biodivers.), 1195-3101, Selective -Global Change & Human Health, ( Global Change Hum. Health), 1389-5702, Selective -Global Change Biology, ( Global Change Biol.), 1354-1013, Selective -Global Ecology and Biogeography, ( Global Ecol. Biogeogr.), 1466-822X, Core -Global Ecology and Biogeography Letters, ( Global Ecol. Biogeogr. Lett.), 0960-7447, Core -Global Environmental Change, ( Global Environ. Change), Selective -Global Environmental Change, Part A: Human and Policy Dimensions, ( Global Environ. Change (A Hum. Policy Dimens.)), 0959-3780, Selective -Global Environmental Change, Part B: Environmental Hazards, ( Global Environ. Change (B Environ. Hazards)), 1464-2867, Selective -GLOBEFISH guidelines for extension workers. Special series. Rome, ( GLOBEFISH Guidel. Ext. Work. (Spec. Ser)), Priority -GLOBEFISH highlights. Rome, ( GLOBEFISH Highlights), Priority -GLOBEFISH market series. Rome, ( GLOBEFISH Mark. Ser.), Priority -GLOBEFISH Research Programme. Rome, ( GLOBEFISH Res. Programme), 1014-9546, Priority -Grasas y Aceites, ( Grasas Aceites), 0017-3495, Selective -Great Basin Naturalist, ( Great Basin Nat.), 0017-3614, Priority -Great Lakes Entomologist, ( Great Lakes Entomol.), 0090-0222, Core -Great Lakes Research Review, ( Great Lakes Res. Rev.), Selective -Great Plains Research, ( Great Plains Res.), 1052-5165, Selective -Gredleriana (Acta Biologica), ( Gredleriana (Acta Biol.)), 1593-5205, Selective -Ground Water Monitoring and Remediation, ( Ground Water Monit. Remediat.), 1069-3629, Selective -Group and Organizational Management, ( Group Organ. Manage.), Selective -Growth and Change, ( Growth Change), 0017-4815, Selective -Growth Factors, ( Growth Factors), 0897-7194, Priority -Growth, Development & Aging, ( Growth Dev. Aging), 0017-4793, Selective -Guelph ichthyology reviews. Guelph ON, ( Guelph Ichthyol. Rev.), 1181-8549, Priority -Guide series. Ohio Sea Grant. Columbus OH, ( Guide Ser. Ohio Sea Grant), Priority -Gulf and Caribbean Research, ( Gulf Caribb. Res.), 1528-0470, Priority -Gulf of Mexico Science, ( Gulf Mex. Sci.), 1087-688X, Priority -Gulf of Mexico science. Dauphin Island AL, ( Gulf Mex. Sci.), Selective -Gulf Research Reports, ( Gulf Res. Rep.), 0072-9027, Core -Gunneria. Trondheim, ( Gunneria), 0332-8554, Selective -Gyogyo yoshokugyo seisan tokei nenpo. Tokyo, ( Gyogyo Yoshokugyo Seisan Tokei Nenpo), Priority -Hacettepe Bulletin of Natural Sciences and Engineering. Series A: Biology and Chemistry, ( Hacettepe Bull. Nat. Sci. Eng. Ser. A Biol. Chem.), 0072-9221, Selective -Haematologica, ( Haematologica), 0390-6078, Selective -Halaszat. Budapest, ( Halaszat), 0133-1922, Priority -Haliotis. Paris, ( Haliotis), 0397-765X, Priority -Hand Surgery, ( Hand Surg.), 0218-8104, Selective -Handbook on commercial fishery production statistics. Quezon City, ( Handb. Comm. Fish. Prod. Stat.), Priority -Handbook on selected fishery statistics. Quezon City, ( Handb. Sel. Fish. Stat.), Priority -Handbook. South Pacific Commission. Noumea, ( Handb. SPC), 0081-2811, Priority -Hansa. Hamburg, ( Hansa), 0017-7504, Priority -Harmful Algae, ( Harmful Algae), 1568-9883, Core -Hastings law journal. San Francisco CA, ( Hastings Law J.), 0017-8322, Selective -Havbruk, ( Havbruk), 0801-6070, Priority -Havforsknings NYTT, ( Havforsk. NYTT), 0804-5496, Priority -Havforskningsinstituttet Rapport, ( Havforskningsinst. Rapp.), Selective -Havforskningsinstituttet. Rapport fra Forskningsstasjonen Floedevigen, ( Havforskningsinst. Rapp. Forskningsstasjonen Floedevigen), 0804-2160, Selective -Havforskningsinstituttet. Rapport fra Senter for Havbruk, ( Havforskningsinst. Rapp. Sent. Havbruk), 0804-211X, Selective -Havforskningsinstituttet. Rapport fra Senter for Marine Ressurser, ( Havforskningsinst. Rapp. Sent. Mar. Ress.), 0804-2136, Selective -Havforskningsinstituttet. Rapport fra Senter for Marint Miljoe, ( Havforskningsinst. Rapp. Sent. Mar. Miljoe), 0804-2128, Selective -Havforskningsinstituttets Egg- og Larveprogram, ( HELP), Selective -Hawaiian shell news. Honolulu HI, ( Hawaii. Shell News), 0017-8624, Selective -Hazard Prevention, ( Hazard Prev.), 0743-8826, Priority -Hazardous Waste & Hazardous Materials, ( Hazard. Waste Hazard. Mater.), 0882-5696, Selective -Headache, ( Headache), 0017-8748, Selective -Health, ( Health), 1059-938X, Selective -Health & Place, ( Health Place), 1353-8292, Selective -Health Affairs, ( Health Aff.), 0278-2715, Selective -Health and Population Perspectives and Issues, ( Health Popul. Perspect. Iss.), 0253-6803, Selective -Health and Social Work, ( Health Soc. Work), 0360-7283, Selective -Health Care Analysis, ( Health Care Anal.), 1065-3058, Selective -Health Care Management Review, ( Health Care Manage. Rev.), 0361-6274, Selective -Health Care on the Internet, ( Health Care Internet), 1089-4187, Selective -Health Communication, ( Health Commun.), 1041-0236, Selective -Health Education & Behavior, ( Health Educ. Behav.), 1090-1981, Selective -Health Education Journal, ( Health Educ. J.), 0017-8969, Selective -Health Education Research, ( Health Educ. Res.), 0268-1153, Selective -Health Marketing Quarterly, ( Health Mark. Q.), 0735-9683, Selective -Health Physics, ( Health Phys.), 0017-9078, Selective -Health Policy and Planning, ( Health Policy Plann.), 0268-1080, Selective -Health Psychology, ( Health Psychol.), 0278-6138, Selective -Health Services Research, ( Health Serv. Res.), 0017-9124, Selective -Health, Risk & Society, ( Health Risk Soc.), 1369-8575, Priority -Healthy Weight Journal, ( Healthy Weight J.), 1075-0169, Selective -Hearing Research, ( Hearing Res.), 0378-5955, Selective -Heat Recovery Systems & CHP, ( Heat Recovery Syst. CHP), 0890-4332, Selective -Heating Piping Air Conditioning, ( Heat. Piping Air Cond.), 0017-940X, Selective -Heavy Vehicle Systems, ( Heavy Veh. Syst.), 1351-7848, Selective -Helgoland Marine Research, ( Helgol. Mar Res.), 1438-387X, 1438-387X, Priority -Helgolander Meeresuntersuchungen. Hamburg, ( Helgol. Meeresunters.), 0174-3597, Priority -Helicobacter, ( Helicobacter), 1083-4389, Core -Helsingin Kaupungin Ymparistokeskuksen Julkaisuja, ( Helsingin Kaupungin Ymparistokeskuksen Julkaisuja), 1235-9718, Priority -Helvetica Chimica Acta, ( Helv. Chim. Acta), 0018-019X, Selective -Hematological Oncology, ( Hematol. Oncol.), 0278-0232, Selective -Hematology, ( Hematology), 1024-5332, Selective -Hematopathology and Molecular Hematology, ( Hematopathol. Mol. Hematol.), 1082-8893, Selective -Hereditas, ( Hereditas), 0018-0661, Core -Heredity, ( Heredity), 0018-067X, Core -Herpetologica, ( Herpetologica), 0018-0831, Selective -Herpetological Monographs, ( Herpetol. Monogr.), 0733-1347, Selective -Heterocera Sumatrana, ( Heterocera Sumatr.), 0724-1348, Priority -Hidrobiologica (Iztapalapa). Iztapalapa, ( Hidrobiologica (Iztapalapa)), 0188-8897, Priority -Hidrografiski godisnjak. Split, ( Hidrogr. God.), 0439-0938, Selective -Himalayan Journal of Environment and Zoology, ( Himalayan J. Environ. Zool.), 0970-2903, Selective -Historia animalium. Barcelona, ( Hist. Anim.), 1133-1232, Priority -Historical statistical bulletin. International Commission for the Conservation of Atlantic Tunas/Bulletin statistique historique. Commission internationale pour la Conservation des Thonides de l'Atlantique/Boletin estadistico historico. Comision Internacional para la Conservacion del Atun Atlantico. Madrid, ( Hist. Stat. Bull. ICCAT/Bull. Stat. Hist. CICTA/Bol. Estad. Hist. CICAA), 1018-757X, Priority -HIV Medicine, ( HIV Med.), 1464-2662, Core -Holarctic Lepidoptera, ( Holarct. Lepid.), 1070-4140, Core -Holland Shipbuilding International, ( Holl. Shipbuild. Int.), 0923-666X, Selective -Home Health Care Services Quarterly, ( Home Health Care Serv. Q.), 0162-1424, Selective -Homeostasis, ( Homeostasis), 0960-7560, Selective -Homicide Studies, ( Homicide Stud.), 1088-7679, Selective -Hong Kong Journal of Nephrology, ( Hong Kong J. Nephrol.), 1561-5413, Selective -Hormone Research, ( Hormone Res.), 0301-0163, Selective -Hormones and Behavior, ( Horm. Behav.), 0018-506X, Priority -HortScience, ( HortScience), 0018-5345, Selective -Hospice Journal, ( Hosp. J.), 0742-969X, Selective -Houille Blanche, ( Houille Blanche), 0018-6368, Priority -Houille blanche. Grenoble, ( Houille Blanche), 0018-6368, Priority -Household fish consumption in Great Britain. Edinburgh, ( Househ. Fish Consum. G. B.), 0262-3269, Core -Hrvatske Vode, ( Hrvatske Vode), 1330-1144, Selective -Human & Experimental Toxicology, ( Hum. Exp. Toxicol.), 0960-3271, Core -Human and Ecological Risk Assessment, ( Hum. Ecol. Risk Assess.), 1080-7039, Selective -Human Antibodies, ( Hum. Antibodies), 1093-2607, Core -Human Brain Mapping, ( Hum. Brain Mapp.), 1065-9471, Core -Human Cytogenetics, ( Hum Cytogenet), Priority -Human Ecology, ( Hum. Ecol.), 0300-7839, Core -Human Factors, ( Hum. Factors), 0018-7208, Selective -Human Factors and Ergonomics in Manufacturing, ( Hum. Factors Ergonomics Manuf.), 1090-8471, Priority -Human Gene Therapy, ( Hum. Gene Ther.), 1043-0342, Core -Human Genetics, ( Hum. Genet.), 0340-6717, Priority -Human Immunology, ( Hum. Immunol.), 0198-8859, Core -Human Molecular Genetics, ( Hum. Mol. Genet.), 0964-6906, Priority -Human Mutation, ( Hum. Mutat.), 1059-7794, Selective -Human Performance, ( Hum. Perform.), 0895-9285, Selective -Human Physiology, ( Hum. Physiol.), 0362-1197, Selective -Human Psychopharmacology: Clinical and Experimental, ( Hum. Psychopharmacol. Clin. Exp.), 0885-6222, Selective -Human Reproduction Update, ( Hum. Reprod. Update), 1355-4786, Selective -Human Resource Management, ( Hum. Resour. Manage.), 0090-4848, Selective -Hybridoma, ( Hybridoma), 0272-457X, Core -Hybridoma and Hybridomics, ( Hybridoma and Hybridomics), 1536-8599, Core -Hydrobiologia, ( Hydrobiologia), 0018-8158, Core -Hydrobiological Journal/Gidrobiologicheskiy Zhurnal, ( Hydrobiol. J./Gidrobiol. Zh.), 0018-8166, Core -Hydrocarbon Processing, ( Hydrocarbon Process.), 0887-0284, Selective -Hydroecologie appliquee. Paris, ( Hydroecol. Appl.), 1147-9213, Priority -Hydrogeologie. Paris, ( Hydrogeologie), 0246-1641, Priority -Hydrographic journal. Plymouth, ( Hydrogr. J.), 0309-7846, Priority -Hydrological Sciences Journal/Journal des Sciences Hydrologiques, ( Hydrol. Sci. J./J. Sci. Hydrol.), 0262-6667, 9 -Hydrores information. Trieste, ( Hydrores Inf.), Priority -Hydrotechnical Construction/Girotekhnicheskoe Stroitel'stvo, ( Hydrotech. Constr.), 0018-8220, Selective -Hygiene and Nutrition in Foodservice and Catering, ( Hyg. Nutr. Foodserv. Cater.), 0968-5340, Selective -I.F.R.T.O. newsletter. Tehran, ( I.F.R.T.O. Newsl.), 1028-5156, Priority -IAEA Bulletin, ( IAEA Bull.), 0020-6067, Selective -Iberus. Oviedo, ( Iberus), 0212-3010, Priority -Ibis, ( Ibis), 0019-1019, Priority -ICAR news. New Delhi, ( ICAR News), Priority -ICCOPS newsletter. Genoa, ( ICCOPS Newsl.), Priority -ICES annual report. Copenhagen, ( ICES Annu. Rep.), 0906-0596, Priority -ICES cooperative research report. Copenhagen, ( ICES Coop. Res. Rep.), 1017-6195, Priority -ICES Council Meeting papers. Copenhagen, ( ICES Council Meeting papers. Copenhagen), Priority -ICES fisheries statistics. Copenhagen, ( ICES Fish. Stat.), 1018-1571, Priority -ICES identification leaflets for diseases and parasites of fish and shellfish. Copenhagen, ( ICES Identif. Leafl. Dis. Parasit. Fish Shellfish), 0109-2510, Core -ICES identification leaflets for plankton. Copenhagen, ( ICES Identif. Leafl. Plankton), 0109-2529, Priority -ICES Journal of Marine Science, ( ICES J. Mar. Sci.), 1054-3139, Core -ICES journal of marine science. London, ( ICES J. Mar. Sci.), 1054-3139, Core -ICES marine science symposia. Copenhagen, ( ICES Mar. Sci. Symp.), 0906-060X, Core -ICES techniques in marine environmental sciences. Copenhagen, ( ICES Tech. Mar. Environ. Sci.), 0903-2606, Core -Ichthyological Bulletin, ( Ichthyol. Bull.), 0073-4381, Core -Ichthyological exploration of freshwaters. Munchen, ( Ichthyol. Explor. Freshwat.), 0936-9902, Priority -Ichthyological Research, ( Ichthyol. Res.), 1341-8998, Core -Ichthyos. Ljubljana, ( Ichthyos), Priority -Ichtyophysiologica acta. Lyon, ( Ichtyophysiol. Acta), Priority -ICLARM annual report. Manila, ( ICLARM Annu. Rep.), 1028-5369, Priority -ICLARM bibliographies. Manila, ( ICLARM bibliogr.), 0115-5997, Priority -ICLARM conference proceedings. Manila, ( ICLARM Conf. Proc.), 0115-4435, Priority -ICLARM education series. Manila, ( ICLARM Educ. Ser.), 0116-5720, Priority -ICLARM software. Manila, ( ICLARM Softw.), 0116-6964, Priority -ICLARM studies and reviews. Manila, ( ICLARM Stud. Rev.), 0115-4389, Priority -ICLARM technical reports. Manila, ( ICLARM Tech. Rep.), 0115-5547, Priority -IDAF newsletter/Lettre du DIPA. Cotonou, ( IDAF Newsl./Lett.DIPA), Priority -IDRC reports. Ottawa ON, ( IDRC Rep.), Priority -IEEE Electrical Insulation Magazine, ( IEEE Electr. Insul. Mag.), 0883-7554, Selective -IEEE Electron Device Letters, ( IEEE Electron Device Lett.), 0741-3106, Priority -IEEE Journal of Oceanic Engineering, ( IEEE J. Ocean. Eng.), 0364-9059, Selective -IEEE Transactions on Biomedical Engineering, ( IEEE Trans. Biomed. Eng.), 0018-9294, Core -IEEE Transactions on Engineering Management, ( IEEE Trans. Eng. Manage.), 0018-9391, Selective -IEEE Transactions on Industry Applications, ( IEEE Trans. Ind. Appl.), 0096-9994, Selective -IEEE Transactions on Information Technonogy in Biomedicine, ( IEEE Trans. Inf. Technol. Biomed.), Selective -IEEE Transactions on Microwave Theory and Techniques, ( IEEE Trans. Microwave Theory Tech.), 0018-9480, Priority -IEEE Transactions on Neural Networks, ( IEEE Trans. Neural Networks), 1045-9227, Priority -IEEE Transactions on Nuclear Science, ( IEEE Trans. Nucl. Sci.), 0018-9499, Selective -IEEE Transactions on Systems, Man, and Cybernetics, ( IEEE Trans. Syst. Man Cybern.), 0018-9472, Selective -IEEE Transactions on Systems, Man, and Cybernetics. Part A: Systems and Humans, ( IEEE Trans. Syst. Man Cybern. Part B: Syst. Hum.), 1083-4427, Selective -IEEE Transactions on Systems, Man, and Cybernetics. Part B: Cybernetics, ( IEEE Trans. Syst. Man Cybern. Part B: Cybern.), 1083-4419, Selective -IEEE/ASME Transactions on Mechatronics, ( IEEE/ASME Trans. Mechatron.), 1083-4435, Selective -IFM rapport. Bergen, ( IFM Rapp.), Priority -Igiene Moderna, ( Ig. Mod.), 0019-1655, Selective -Iheringia, Serie Botanica, ( Iheringia, Ser. Bot.), 0073-4705, Selective -Iheringia, Serie Zoologia, ( Iheringia, Ser. Zool.), 0073-4721, Priority -Il pesce. Modena, ( Il Pesce), 0394-2929, Priority -ILEIA newsletter. Leusden, ( ILEIA Newsl.), 0920-8771, Priority -Illinois biological monographs. Urbana IL, ( Ill. Biol. Monogr.), 0073-4748, Selective -Illinois Natural History Survey Special Publication, ( INHS Spec. Publ.), 0888-9546, Selective -Illinois State Geological Survey, Environmental Geology, ( Ill. State Geol. Surv., Environ. Geol.), Priority -Immunity, ( Immunity), 1074-7613, Core -Immunobiology, ( Immunobiology), 0171-2985, Core -Immunogenetics, ( Immunogenetics), 0093-7711, Core -Immunologic Research, ( Immunol. Res.), 0257-277X, Core -Immunological Investigations, ( Immunol. Invest.), 0882-1039, Core -Immunological Reviews, ( Immunol. Rev.), 0105-2896, Core -Immunology, ( Immunology), 0019-2805, Core -Immunology & Infectious Diseases, ( Immunol. Infect. Dis.), 0959-4957, Priority -Immunology and Cell Biology, ( Immunol. Cell Biol.), 0818-9641, Core -Immunology Letters, ( Immunol. Lett.), 0165-2478, Core -Immunology Today, ( Immunol. Today), 0167-5699, Core -Immunopharmacology, ( Immunopharmacology), 0162-3109, Priority -Immunopharmacology and Immunotoxicology, ( Immunopharmacol. Immunotoxicol.), 0892-3973, Priority -Immunotechnology, ( Immunotechnology), 1380-2933, Priority -Impact assessment and project appraisal. Guildford, ( Impact Assess. Proj. Apprais.), 1461-5517, Priority -IMR/PINRO Joint Report Series, ( IMR/PINRO Joint Rep. Ser.), 1502-8828, Selective -In Vitro & Molecular Toxicology, ( In Vitro Mol. Toxicol.), 1097-9336, Core -In Vitro Cellular & Developmental Biology - Animal, ( In Vitro Cell. Dev. Biol. Anim.), 1071-2690, Priority -In Vitro Cellular & Developmental Biology - Plant, ( In Vitro Cell. Dev. Biol. Plant), 1054-5476, Priority -In Vitro Toxicology, ( In Vitro Toxicol.), 0888-319X, Core -Indian Agriculturist, ( Indian Agric.), Selective -Indian Botanical Reporter, ( Indian Bot. Rep.), 0254-4091, Selective -Indian Farming, ( Indian Farming), 0019-4786, Priority -Indian farming. New Delhi, ( Indian Farming), 0019-4786, Priority -Indian fisheries abstracts. Barrackpore, ( Indian Fish. Abstr.), 0970-6879, Core -Indian food packer. New Delhi, ( Indian Food Pack.), 0019-4808, Priority -Indian Forester, ( Indian For.), 0019-4816, Selective -Indian Journal of Agricultural Economics, ( Indian J. Agric. Econ.), 0019-5014, Selective -Indian Journal of Agricultural Research, ( Indian J. Agric. Res.), 0367-8245, Selective -Indian Journal of Agricultural Sciences, ( Indian J. Agric. Sci.), 0019-5022, Selective -Indian Journal of Animal Sciences, ( Indian J. Anim. Sci.), 0367-8318, Selective -Indian journal of biochemistry and biophysics. New Delhi, ( Indian J. Biochem. Biophys.), 0301-1208, Priority -Indian Journal of Biotechnology, ( Indian J. Biotechnol.), 0972-5849, Priority -Indian journal of botany. Hyderabad, ( Indian J. Bot.), 0250-829X, Selective -Indian journal of chemical technology. New Delhi, ( Indian J. Chem. Technol.), 0971-457X, Priority -Indian Journal of Chemistry, Section B, ( Indian J. Chem., Sect. B), 0376-4699, Priority -Indian journal of chemistry. Section B. Organic including medicinal. New Delhi, ( Indian J. Chem. (B Org. Med.)), 0376-4699, Priority -Indian journal of earth sciences. Calcutta, ( Indian J. Earth Sci.), 0379-5128, Priority -Indian Journal of Ecology, ( Indian J. Ecol.), 0304-5250, Selective -Indian Journal of Engineering & Materials Sciences, ( Indian J. Eng. Mater. Sci.), 0971-4588, Priority -Indian journal of engineering and material sciences, New Delhi, ( Indian J. Eng. Mater. Sci.), 0971-4588, Priority -Indian Journal of Entomology, ( Indian J. Entomol.), 0367-8288, Selective -Indian Journal of Environment & Ecoplanning, ( Indian J. Environ. Ecoplann.), 0972-1215, Selective -Indian Journal of Environmental Health, ( Indian J. Environ. Health), 0367-827X, Selective -Indian journal of environmental protection. Varanasi, ( Indian J. Environ. Prot.), 0253-7141, Priority -Indian Journal of Environmental Sciences, ( Indian J. Environ. Sci.), 0971-8958, Selective -Indian Journal of Experimental Biology, ( Indian J. Exp. Biol.), 0019-5189, Priority -Indian journal of experimental biology. New Delhi, ( Indian J. Exp. Biol.), 0019-5189, Priority -Indian journal of fisheries. Ernakulam, ( Indian J. Fish.), 0970-6011, Core -Indian Journal of Genetics and Plant Breeding, ( Indian J. Genet. Plant Breed.), 0019-5200, Priority -Indian Journal of Indigenous Medicines, ( Indian J. Indig. Med.), 0971-5452, Priority -Indian Journal of Industrial Relations, ( Indian J. Ind. Relat.), 0019-5286, Selective -Indian Journal of Leprosy, ( Indian J. Leprosy), 0254-9395, Priority -Indian journal of marine sciences. New Delhi, ( Indian J. Mar. Sci.), 0379-5136, Core -Indian journal of microbiology. New Delhi, ( Indian J. Microbiol.), 0046-8991, Priority -Indian Journal of Mycology and Plant Pathology, ( Indian J. Mycol. Plant Pathol.), 0303-4097, Selective -Indian Journal of Pediatrics, ( Indian J. Pediatr.), 0019-5456, Selective -Indian journal of pure and applied physics. New Delhi, ( Indian J. Pure Appl. Phys.), 0019-5596, Priority -Indian Journal of Virology, ( Indian J. Virol.), 0970-2822, Core -Indian journal of zootomy. Varanasi, ( Indian J. Zootomy), Selective -Indian Ocean policy papers. Canberra, ( Indian Ocean Policy Pap.), Core -Indian Ocean tuna news. Colombo, ( Indian Ocean Tuna News), Core -Indian seafoods. Cochin, ( Indian Seaf.), Priority -Indiana Association for Health, Physical Education, Recreation and Dance. Journal, ( Indiana AHPERD. J.), Selective -Indiana Journal of Global Legal Studies, ( In. J. Global Legal Stud.), 1080-0727, Selective -Indo-Pacific fishes. Honolulu HI, ( Indo-Pac. Fishes), 0736-0460, Selective -Indoor Air, ( Indoor Air), 0905-6947, Selective -Indoor and Built Environment, ( Indoor Built Environ.), 1420-326X, Selective -Indoor Environment, ( Indoor Environ.), 1016-4901, Selective -Industria Conserve, ( Ind. Conserve), 0019-7483, 9 -Industrial Engineering, ( Ind. Eng.), Selective -Industrial Health, ( Ind. Health), 0019-8366, Priority -Industrial Law Journal, ( Ind. Law J.), 0305-9332, Selective -Industrial Relations, ( Ind. Relat.), 0019-8676, Selective -Industrial Safety & Hygiene News, ( Ind. Saf. Hyg. News), 8755-2566, Selective -Industrial Water & Wastewater, ( Ind. Water Wastewater), 1009-2455, Selective -Industrias pesqueras. Vigo, ( Ind. Pesq.), 0212-7202, Priority -Industrie alimentari. Pinerolo, ( Ind. Aliment.), 0019-901X, Selective -Infection, ( Infection), 0300-8126, Priority -Infection and Immunity, ( Infect. Immun.), 0019-9567, Core -Infection Control and Hospital Epidemiology, ( Infect. Control Hosp. Epidemiol.), 0899-823X, Priority -Infection, Genetics and Evolution, ( Infect., Genet. Evol.), 1567-1348, Priority -Infectious Diseases in Obstetrics and Gynecology, ( Infect. Dis. Obstetr. Gynecol.), 1064-7449, Priority -Inflammation, ( Inflammation), 0360-3997, Priority -Inflammation Research, ( Inflammation Res.), 1023-3830, Selective -INFOFISH International. Kuala Lumpur, ( INFOFISH Int.), 0127-2012, Priority -INFOFISH technical handbook. Kuala Lumpur, ( INFOFISH Tech. Handb.), Priority -INFOFISH trade news. Kuala Lumpur, ( INFOFISH Trade News), 0127-9114, Priority -INFOPECHE nouvelles commerciales. Abidjan, ( INFOPECHE Nouv. Commer.), Priority -INFOPECHE trade news. African edition. Abidjan, ( INFOPECHE Trade News Afr. Ed.), Priority -INFOPESCA internacional. Montevideo, ( INFOPESCA Int.), Priority -Information Reports. Oregon Department of Fish and Wildlife, Fish Division, ( Info. Rep. Oregon Dept. Fish Wildl. Fish Div.), Selective -Information series. Department of Primary Industries (Queensland). Brisbane, ( Inf. Ser. Dep. Prim. Ind. (Queensl.)), 0727-6273, Priority -Informationen fur die Fischwirtschaft. Hamburg, ( Inf. Fischwirtsch.), 0020-0344, Priority -Informations concernant la peche. Berne, ( Inf. Concern. Peche), Priority -Informatsionnyj byulleten' Sovetskoj Antarkticheskoj ehkspeditsii. St. Petersburg, ( Inf. Byull. Sov. Antarkt. Ehksped.), 0136-1430, Priority -Informe especial. Centro de Investigacion Cientifica y de Educacion Superior de Ensenada. Ensenada, ( Inf. Espec. Cent. Invest. Cient. Educ. Super. Ensenada), Priority -Informe progresivo. Instituto del Mar del Peru. Callao, ( Inf. Prog. Inst. Mar Peru), Priority -Informe tecnico PESCART. Guayaquil, ( Inf. Tec. PESCART), Priority -Informe tecnico. Centro de Ecologia Aplicada de Neuquen. Junin de los Andes, ( Inf. Tec. Cent. Ecol. Apl. Neuquen), Priority -Informe tecnico. Fundacion Patagonia Natural., ( Inf. Tec. Fund. Patagon. Nat.), 0328-462X, Priority -Informe tecnico. Instituto Nacional de Pesca (Uruguay). Montevideo, ( Inf. Tec. Inst. Nac. Pesca (Urug.)), 0797-3306, Priority -Informe. Instituto del Mar del Peru. Callao, ( Inf. Inst. Mar Peru), 0378-7702, Priority -Informe. Museo del Mar, Bogota. Bogota, ( Inf. Mus. Mar. Bogota), Priority -Informes oceanograficos. Centro Colombiano de Datos Oceanograficos. Bogota, ( Inf. Oceanogr. Cent. Colomb. Datos Oceanogr.), Core -Informes tecnicos del Departamento de Aguas Continentales, Instituto Nacional de Investigacion y Desarrollo Pesquero (Argentina). Mar del Plata, ( Inf. Tec. Dep. Aguas Cont. Inst. Nac. Invest. Desarr. Pesq. (Argent.)), 0326-8659, Priority -Informes tecnicos del Instituto Canario de Ciencias Marinas. Telde, ( Inf. Tec. Inst. Canar. Cienc. Mar.), 1136-193X, Priority -Informes tecnicos. Instituto Espanol de Oceanografia. Madrid, ( Inf. Tec. Inst. Esp. Oceanogr.), 0212-1565, Core -INFOSAMAK fact sheet. Manama, ( INFOSAMAK Fact Sheet), Priority -INFOSAMAK trade news. Manama, ( INFOSAMAK Trade News), Priority -Ingenieries: eau, agriculture, territoires. Antony, ( Ing. Eau Agric. Territ.), 1264-9147, Priority -Inhalation Toxicology, ( Inhalation Toxicol.), 0895-8378, Priority -INIDEP documento cientifico. Mar del Plata, ( INIDEP Doc. Cient.), 0327-9332, Priority -INIDEP informe tecnico. Mar del Plata, ( INIDEP Inf. Tec.), 0327-9642, Priority -Injury, ( Injury), 0020-1383, Selective -Injury Control and Safety Promotion, ( Injury Control Safe. Promot.), 1566-0974, Priority -Injury Prevention, ( Injury Prev.), 1353-8047, Selective -Inorganic Chemistry, ( Inorg. Chem.), 0020-1669, Selective -Insect Biochemistry and Molecular Biology, ( Insect Biochem. Mol. Biol.), 0965-1748, Core -Insect Molecular Biology, ( Insect Mol. Biol.), 0962-1075, Core -Insect Science and Its Application, ( Insect Sci. Appl.), 0191-9040, Core -Insect Systematics & Evolution, ( Insect Syst. Evol.), 0013-8711, Core -Insecta Koreana, ( Insecta Koreana), 1225-0104, Core -Insecta Matsumurana, ( Insecta Matsumurana), 0020-1804, Selective -Insectes Sociaux, ( Insectes Soc.), 0020-1812, Core -Inspection report. U.S. Army Engineer Waterways Experiment Station. Vicksburg VA, ( Insp. Rep. U.S. Army Eng. Waterways Exp. Stn.), Priority -Institute of Marine Research News, ( IMR News), Selective -Institution of Civil Engineers. Proceedings. Water, Maritime and Energy, ( Proc. Inst. Civ. Eng. Water Marit. Energy), 0965-0946, Selective -Institutt for Fiskeri- og Marinbiologi Rapport. Bergen, ( IFM Rapp.), 0803-1924, Priority -Integrated Pest Management Reviews, ( Integr. Pest Manage. Rev.), 1353-5226, Priority -Integrative and Comparative Biology, ( Integr. Comp. Biol.), 1540-7063, Priority -Interciencia. Caracas, ( Interciencia), 0378-1844, Priority -Intercoast Network, ( Intercoast Network), Selective -Internal Medicine Journal, ( Intern. Med. J.), 1444-0903, Selective -International Agricultural Engineering Journal, ( Int. Agric. Eng. J.), 0858-2114, Priority -International and comparative law quarterly. London, ( Int. Comp. Law Q.), 0020-5893, Priority -International Archives of Allergy and Immunology, ( Int. Arch. Allergy Immunol.), 1018-2438, Priority -International Archives of Occupational and Environmental Health, ( Int. Arch. Occup. Environ. Health), 0340-0131, Selective -International Association of Aquatic and Marine Science Libraries and Information Centers Conference Series, ( IAMSLIC Conf. Ser.), 8755-6332, Selective -International Biodeterioration & Biodegradation, ( Int. Biodeterior. Biodegrad.), 0964-8305, Priority -International Challenges, ( Int. Challenges), 0801-4914, Selective -International Chemical Engineering, ( Int. Chem. Eng.), 0020-6318, Selective -International Civil Defence Journal, ( Int. Civ. Def. J.), 1022-3908, Selective -International Dairy Journal, ( Int. Dairy J.), 0958-6946, Selective -International Dental Journal, ( Int. Dent. J.), 0020-6539, Selective -International fishing vessel construction., ( Int. Fish. Vessel Constr.), Selective -International Food Hygiene, ( Int. Food Hyg.), 0961-2831, Priority -International Food Manufacture, ( Int. Food Manuf.), 1361-5637, Selective -International hydrographic bulletin/Bulletin hydrographique international/Boletin hidrografico internacional. Monte Carlo, ( Int. Hydrogr. Bull./Bull. Hydrogr. Int./Bol. Hidrogr. Int.), 0020-6938, Priority -International hydrographic review. Monaco, ( Int. Hydrogr. Rev.), 0020-6946, Priority -International Immunology, ( Int. Immunol.), 0953-8178, Core -International Immunopharmacology, ( Int. Immunopharmacol.), 1567-5769, Priority -International Journal for Consumer and Product Safety, ( Int. J. Consumer Prod. Saf.), 1387-3059, Priority -International Journal for Joining of Materials, ( Int. J. Join. Mater.), 0905-6866, Selective -International Journal for Numerical and Analytical Methods in Geomechanics, ( Int. J. Numer. Anal. Methods Geomech.), 0363-9061, Selective -International Journal for Parasitology, ( Int. J. Parasitol.), 0020-7519, Selective -International Journal for Quality in Health Care, ( Int. J. Qual. Health Care), 1353-4505, Selective -International Journal for Vitamin and Nutrition Research, ( Int. J. Vitam. Nutr. Res.), 0300-9831, Selective -International Journal of Acarology, ( Int. J. Acarol.), 0164-7954, Core -International Journal of Animal Sciences, ( Int. J. Anim. Sci.), Priority -International Journal of Antimicrobial Agents, ( Int. J. Antimicrob. Agents), 0924-8579, Core -International Journal of Aviation Psychology, ( Int. J. Aviat. Psychol.), 1050-8414, Selective -International Journal of Behavioral Medicine, ( Int. J. Behav. Med.), 1070-5503, Selective -International Journal of Biometeorology, ( Int. J. Biometeorol.), 0020-7128, 9 -International Journal of Biosciences and the Law, ( Int. J. Biosci. Law), 1353-274X, Selective -International Journal of Biotechnology, ( Int. J. Biotechnol.), 0963-6048, Priority -International Journal of Cancer, ( Int. J. Cancer), 0020-7136, Priority -International Journal of Cancer. Predictive Oncology, ( Int. J. Cancer. Predict. Oncol.), 0020-7136, Priority -International Journal of Cancer. Radiation Oncology Investigations, ( Int. J. Cancer. Radiat. Oncol. Invest.), 0020-7136, Priority -International Journal of Clinical Pharmacology Research, ( Int. J. Clin. Pharmacol. Res.), 0251-1649, Selective -International Journal of Clinical Practice, ( Int. J. Clin. Pract.), 1368-5031, Selective -International Journal of Clinical Practice. Symposium Supplement, ( Int. J. Clin. Pract. Symp. Suppl.), 1368-504X, Selective -International Journal of Cognitive Ergonomics, ( Int. J. Cogn. Ergonomics), 1088-6362, Selective -International Journal of Cosmetic Science, ( Int. J. Cosmetic Sci.), 0142-5463, Selective -International Journal of Crashworthiness, ( Int. J. Crashworthiness), 1358-8265, Priority -International Journal of Dairy Technology, ( Int. J. Dairy Technol.), 1364-727X, Selective -International Journal of Dermatology, ( Int. J. Dermatol.), Selective -International Journal of Developmental Biology, ( Int. J. Dev. Biol.), 0214-6282, Selective -International Journal of Developmental Neuroscience, ( Int. J. Dev. Neurosci.), 0736-5748, Selective -International Journal of Drug Policy, ( Int. J. Drug Policy), 0955-3959, Selective -International Journal of Eating Disorders, ( Int. J. Eat. Disord.), 0276-3478, Selective -International Journal of Ecohydrology & Hydrobiology, ( Int. J. Ecohydrology Hydrobiol.), 1642-3593, Selective -International Journal of Emergency Management, ( Int. J. Emergency Manage.), 1471-4825, Selective -International Journal of Engineering Science, ( Int. J. Eng. Sci.), 0020-7225, Selective -International Journal of Environment and Pollution, ( Int. J. Environ. Pollut.), 0957-4352, Selective -International Journal of Environmental Analytical Chemistry, ( Int. J. Environ. Anal. Chem.), 0306-7319, Selective -International Journal of Environmental Health Research, ( Int. J. Environ. Health Res.), 0960-3123, Selective -International Journal of Environmental Studies, ( Int. J. Environ. Stud.), 0020-7233, Selective -International Journal of Epidemiology, ( Int. J. Epidemiol.), 0300-5771, Selective -International Journal of Fatigue, ( Int. J. Fatigue), 0142-1123, Selective -International Journal of Food Microbiology, ( Int. J. Food Microbiol.), 0168-1605, Core -International Journal of Food Properties, ( Int. J. Food Prop.), 1094-2912, Selective -International Journal of Food Science & Technology, ( Int. J. Food Sci. Tech.), Selective -International Journal of Food Science and Technology, ( Int. J. Food Sci. Technol.), 0950-5423, Selective -International journal of Fuzzy Systems, ( Int. J. Fuzzy Syst.), 1562-2479, Selective -International Journal of Geriatric Psychopharmacology, ( Int. J. Geriatr. Psychopharmacol.), 1364-8233, Selective -International Journal of Health Planning and Management, ( Int. J. Health Plann. Manage.), 0749-6753, Selective -International Journal of Health Services, ( Int. J. Health Serv.), 0020-7314, Selective -International Journal of Hematology, ( Int. J. Hematol.), 0925-5710, Selective -International Journal of Human Factors in Manufacturing, ( Int. J. Hum. Factors Manuf.), 1045-2699, Selective -International Journal of Human Genetics, ( Int. J. Hum. Genet.), 0972-3751, Selective -International Journal of Hygiene and Environmental Health, ( Int. J. Hyg. Environ. Health), 1438-4639, Selective -International Journal of Immunopathology and Pharmacology, ( Int. J. Immunopathol. Pharmacol.), 0394-6320, Priority -International Journal of Immunopharmacology, ( Int. J. Immunopharmacol.), 0192-0561, Priority -International Journal of Immunotherapy, ( Int. J. Immunother.), 0255-9625, Priority -International Journal of Impact Engineering, ( Int. J. Impact Eng.), 0734-743X, Selective -International Journal of Industrial Ergonomics, ( Int. J. Ind. Ergonomics), 0169-8141, Priority -International Journal of Insect Morphology and Embryology, ( Int. J. Insect Morphol. Embryol.), 0020-7322, Core -International Journal of Intelligent Control and Systems, ( Int. J. Intell. Control Syst.), 0218-7965, Selective -International Journal of Leprosy and Other Mycobacterial Diseases, ( Int. J. Lepr. Other Mycobact. Dis.), 0148-916X, Priority -International Journal of Low Radiation, ( Int J Low Radiat), 1477-6545, Selective -International Journal of Manufacturing System Design, ( Int. J. Manuf. Syst. Des.), 0218-3382, Selective -International Journal of Manufacturing Technology and Management, ( Int. J. Manuf. Technol. Manage.), 1368-2148, Selective -International journal of marine and coastal law. London, Gaithersburg MD, ( Int. J. Mar. Coast. Law), 0927-3522, Core -International Journal of Mechanical Sciences, ( Int. J. Mech. Sci.), 0020-7403, Selective -International Journal of Medical Informatics, ( Int. J. Med. Inf.), 1386-5056, Core -International Journal of Medical Microbiology, ( Int. J. Med. Microbiol.), 1438-4221, Priority -International Journal of Molecular Medicine, ( Int. J. Mol. Med.), 1107-3756, Selective -International Journal of Neural Systems, ( Int. J. Neural Syst.), 0129-0657, Priority -International Journal of Neuroscience, ( Int. J. Neurosci.), 0020-7454, Selective -International Journal of Non-Linear Mechanics, ( Int. J. Non-Linear Mech.), 0020-7462, Selective -International Journal of Nursing Practice, ( Int. J. Nurs. Pract.), 1322-7114, Selective -International Journal of Obesity, ( Int. J. Obesity), 0307-0565, Selective -International Journal of Occupational Medicine and Environmental Health, ( Int. J. Occup. Med. Environ. Health), 1232-1087, Priority -International Journal of Occupational Safety and Ergonomics, ( Int. J. Occup. Saf. Ergonomics), 1080-3548, Priority -International Journal of Offender Therapy and Comparative Criminology, ( Int. J. Offender Ther. Comp. Criminol.), 0306-624X, Selective -International Journal of Offshore and Polar Engineering, ( Int. J. Offshore Polar Eng.), 1053-5381, Selective -International Journal of Oncology, ( Int. J. Oncol.), 1019-6439, Priority -International Journal of Peptide and Protein Reseach, ( Int. J. Peptide Protein Res.), 0367-8377, Selective -International Journal of Pest Management, ( Int. J. Pest Manage.), 0967-0874, Priority -International Journal of Pharmaceutics, ( Int. J. Pharm.), 0378-5173, Priority -International Journal of Pharmacognosy, ( Int. J. Pharm.), 0925-1618, Selective -International Journal of Phytoremediation, ( Int. J. Phytoremediation), 1522-6574, Selective -International Journal of Plant Sciences, ( Int. J. Plant Sci.), 1058-5893, Selective -International Journal of Plasticity, ( Int. J. Plast.), 0749-6419, Selective -International Journal of Polymeric Materials, ( Int. J. Polym. Mater.), 0091-4037, Selective -International Journal of Pressure Vessels and Piping, ( Int. J. Pressure Vessels Piping), 0308-0161, Selective -International Journal of Primatology, ( Int. J. Primatol.), 0164-0291, Priority -International Journal of Psychophysiology, ( Int. J. Psychophysiol.), 0167-8760, Selective -International Journal of Radiation Biology, ( Int. J. Radiat. Biol.), 0955-3002, Selective -International Journal of Radiation Oncology, Biology, & Physics, ( Int. J. Radiat. Oncol. Biol. Phys.), 0360-3016, Selective -International Journal of Radioactive Materials Transport, ( Int. J. Radioact. Mater. Transp.), 0957-476X, Priority -International Journal of Refrigeration, ( Int. J. Refrig.), 0140-7007, Selective -International Journal of Remote Sensing, ( Int. J. Remote Sens.), 0143-1161, Priority -International Journal of Risk and Safety in Medicine, ( Int. J. Risk Saf. Med.), 0924-6479, Priority -International Journal of Risk Assessment & Management, ( Int. J. Risk Assess. Manage.), 1466-8297, Selective -International Journal of Rock Mechanics and Mining Sciences, ( Int. J. Rock Mech. Min. Sci.), 1365-1609, Selective -International Journal of Salt Lake Research, ( Int. J. Salt Lake Res.), 1037-0544, Selective -International Journal of Solids and Structures, ( Int. J. Solids Structures), 0020-7683, Selective -International Journal of Sports Medicine, ( Int. J. Sports Med.), 0172-4622, Selective -International Journal of STD & AIDS, ( Int. J. STD AIDS), 0956-4624, Priority -International Journal of Stress Management, ( Int. J. Stress Manage.), 1072-5245, Selective -International Journal of Structural Stability and Dynamics, ( Int. J. Struct. Stab. Dyn.), 0219-4554, Selective -International Journal of Systematic and Evolutionary Microbiology, ( Int. J. Syst. Evol. Microbiol.), 1466-5026, Core -International Journal of Systematic Bacteriology, ( Int. J. Syst. Bacteriol.), 0020-7713, Core -International Journal of Technology Assessment in Health Care, ( Int. J. Technol. Assess. Health Care), 0266-4623, Selective -International Journal of Thymology, ( Int. J. Thymol.), 0943-1675, Selective -International Journal of Tissue Reactions, ( Int. J. Tiss. React.), 0250-0868, Selective -International Journal of Toxicology, ( Int. J. Toxicol.), 1091-5818, Core -International Journal of Tuberculosis and Lung Disease, ( Int. J. Tuberc. Lung Dis.), 1027-3719, Priority -International Journal of Vehicle Design, ( Int. J. Veh. Des.), 0143-3369, Selective -International Journal of Water, ( Int. J. Water), 1465-6620, Selective -International Journal of Wildland Fire, ( Int. J. Wildland Fire), 1049-8001, Selective -International Journal on Hydropower & Dams, ( Int. J. Hydro. Dams), 1352-2523, Selective -International legal materials. Washington DC, ( Int. Leg. Mater.), 0020-7829, Priority -International Medical Journal, ( Int. Med. J.), 1341-2051, Selective -International Microbiology, ( Int. Microbiol.), 1139-6709, Core -International Relations, ( Int. Relat.), 0047-1178, 9 -International Review of Cytology, ( Int. Rev. Cytol.), 0074-7696, Selective -International Review of Hydrobiology, ( Int. Rev. Hydrobiol.), 1434-2944, Priority -International review of hydrobiology. Berlin, ( Int. Rev. Hydrobiol.), 1434-2944, Priority -International Review of Neurobiology, ( Int. Rev. Neurobiol.), 0074-7742, Core -International rivers and lakes. New York NY, ( Int. Rivers Lakes), Priority -International Shipbuilding Progress, ( Int. Shipbuild. Prog.), 0020-868X, Selective -International Studies of Management and Organization, ( Int. Stud. Manage. Organ.), 0020-8825, Selective -International Wildlife, ( Int. Wildl.), 0020-9112, Selective -Internationale Revue der Gesamten Hydrobiologie, ( Int. Rev. Gesamt. Hydrobiol.), 0020-9309, Priority -Intervirology, ( Intervirology), 0300-5526, Core -Inventory of sampling data. Northwest Atlantic Fisheries Organization. Dartmouth NS, ( Inventory Sampl. Data NAFO), 0250-6424, Core -Invertebrate Biology, ( Invertebr. Biol.), 1077-8306, Priority -Invertebrate Neuroscience, ( Invertebr. Neurosci.), 1354-2516, Selective -Invertebrate Reproduction & Development, ( Invertebr. Reprod. Dev.), 0168-8170, Priority -Invertebrate reproduction and development. Rehovot, ( Invertebr. Reprod. Dev.), 0168-8170, Priority -Invertebrate Systematics, ( Invertebr. Syst.), 1445-5226, Priority -Invertebrate Taxonomy, ( Invertebr. Taxon.), 0818-0164, Priority -Investigacion pesquera (Santiago). Santiago, ( Invest. Pesq. (Santiago)), 0716-1328, Priority -Investigaciones marinas. Valparaiso, ( Invest. Mar.), 0716-1069, Priority -Investigaciones. Centro Interdisciplinario de Estudios sobre el Desarrollo, Uruguay. Montevideo, ( Invest. Cent. Interdiscip. Estud. Desarr. Urug.), Priority -Investigational Report. Oceanographic Research Institute, Durban, ( Invest. Rep., Oceanogr. Res. Inst., Durban), 0078-320X, Selective -Investigational Report. Sea Fisheries Research Institute, Cape Town/Ondersoekverslag Navorsingsinstituut Vir Seevisserye, Cape Town, ( Invest. Rep. Sea Fish. Res. Inst. Cape Town/Onders. Navorsingsinst. Seeviss. Cape Town), Priority -Investigational report. Sea Fisheries Research Institute, Cape Town/Ondersoekverslag. Navorsingsinstituut vir Seevisserye, Cape Town. Cape Town, ( Invest. Rep. Sea Fish. Res. Inst. Cape Town/Onders. Navorsingsinst. Seeviss. Cape Town), Selective -IPTP data catalogue. Colombo, ( IPTP Data Cat.), Priority -IPTP data record. Colombo, ( IPTP Data Rec.), Priority -IPTP data summary. Colombo, ( IPTP Data Summ.), Priority -Iranian fisheries bulletin. Tehran, ( Iran. Fish. Bull.), Core -Iranian Fisheries Scientific Journal, ( Iran. Fish. Sci. J.), 1026-1354, Core -Iranian journal of fisheries science. Tehran, ( Iran. J. Fish. Sci.), Core -Irene McCulloch Foundation Monograph Series, ( Irene McCulloch Found. Monogr. Ser.), 1067-8174, Selective -Irish Birds, ( Ir. Birds), 0332-0111, Selective -Irish fish exports/imports. Dublin, ( Ir. Fish Exports/Imports), Core -Irish fisheries investigations (New series). Dublin, ( Irish Fish. Investig. (New Ser.)), 0578-7467, Core -Irish Naturalists' Journal, ( Ir. Nat. J.), 0021-1311, Priority -Irish naturalists' journal. Belfast, ( Ir. Nat. J.), 0021-1311, Priority -Irish offshore review. Dublin, ( Ir. Offshore Rev.), Selective -Iron and Steelmaker, ( Iron Steelmaker), 0275-8687, Selective -ISA Transactions, ( ISA Trans.), 0019-0578, Selective -Israel Journal of Entomology, ( Isr. J. Entomol.), 0075-1243, Selective -Israel Journal of Plant Sciences, ( Isr. J. Plant Sci.), 0792-9978, Selective -Israel Journal of Zoology, ( Isr. J. Zool.), 0021-2210, Priority -Israeli Journal of Aquaculture/Bamidgeh, ( Isr. J. Aquacult./Bamidgeh), 0792-156X, Core -Issledovanie zemli iz kosmosa/Earth research from space. Moscow, ( Issled. Zemli Kosm./Earth Res. Space), 0205-9614, Priority -Issledovaniya fauny morej. St. Petersburg, ( Issled. Fauny Morej), 0368-007X, Priority -Issues in Science and Technology, ( Issues Sci. Technol.), 0748-5492, Selective -Italian Journal of Biochemistry, ( Ital. J. Biochem.), 0021-2938, Selective -Italian Journal of Zoology, ( Ital. J. Zool.), 1125-0003, Selective -ITE Journal, ( ITE J.), Selective -ITM rapport. Stockholm, ( ITM Rapp.), 1103-341X, Priority -Itogi nauki i tekhniki. Seriya atmosfera, okean, kosmos - programma 'Razrezy'. Moscow, ( Itogi Nauki Tekh. (Atmos. Okean Kosm. Programma 'Razrezy')), Priority -Itogi nauki i tekhniki. Seriya ikhtiologiya. Moscow, ( Itogi Nauki Tekh. (Ikhtiol.)), Priority -Itogi nauki i tekhniki. Seriya obshchaya ehkologiya, biotsenologiya, gidrobiologiya. Moscow, ( Itogi Nauki Tekh. (Obshch. Ehkol. Biotsenol. Gidrobiol.)), Priority -Itogi nauki i tekhniki. Seriya obshchaya geologiya. Moscow, ( Itogi Nauki Tekh. (Obshch. Geol.)), Priority -Itogi nauki i tekhniki. Seriya okeanologiya. Moscow, ( Itogi Nauki Tekh. (Okeanol.)), Priority -Itogi nauki i tekhniki. Seriya okhrana prirody, vosproizvodstvo prirodnykh resursov. Moscow, ( Itogi Nauki Tekh. (Okhr. Prir. Vosproizvod. Prir. Resur.)), Priority -Itogi nauki i tekhniki. Seriya zoologiya bespozvonochnykh. Moscow, ( Itogi Nauki Tekh. (Zool. Bespozv.)), Priority -IUCN bulletin. Gland, ( IUCN Bull.), 0020-9058, Selective -IVL report. Stockholm, ( IVL Rep.), Priority -Izvestiya na Instituta po ribni resursi, Varna/Proceedings of the Institute of Fisheries, Varna. Varna, ( Izv. Inst. Ribni Resur. Varna/Proc. Inst. Fish. Varna), 0204-7764, Core -Izvestiya Rossijskoj Akademii nauk. Seriya biologicheskaya/Proceedings of the Russian Academy of Sciences. Biological Series. Moscow, ( Izv. RAN (Biol.)/Proc. Russ. Acad. Sci. (Biol.)), 0002-3329, Priority -Izvestiya Rossijskoj Akademii nauk. Seriya fizika atmosfery i okeana/Proceedings of the Russian Academy of Sciences. Atmospheric and oceanic physics. Moscow, ( Izv. RAN (Fiz. Atmos. Okeana)/Proc. Russ. Acad. Sci. (Atmos. Ocean. Phys.)), 0002-3515, Core -Izvestiya Rossijskoj Akademii nauk. Seriya geograficheskaya/Proceedings of the Russian Academy of Sciences. Geographical series. Moscow, ( Izv. RAN (Geogr.)/Proc. Russ. Acad. Sci. (Geogr.)), 0373-2444, Priority -Izvestiya Russian Academy of Sciences. Physics of the solid earth. Washington DC, ( Izv. Russ. Acad. Sci. Phys. Solid Earth), 1069-3513, Selective -Izvestiya Russkogo geograficheskogo obshchestva. St. Petersburg, ( Izv. RGO), 0869-6071, Priority -Izvestiya Sibirskogo otdeleniya Rossijskoj Akademii nauk. Seriya biologicheskikh nauk. Novosibirsk, ( Izv. SO RAN (Biol. Nauk)), 0002-3329, Priority -Izvestiya Tikhookeanskogo nauchno-issledovatel'skogo instituta rybnogo khozyajstva i okeanografii/Transactions of the Pacific Research Institute of Fisheries and Oceanography. Vladivostok, ( Izv. TINRO/Trans. Pac. Res. Inst. Fish. Oceanogr.), Core -Izvestiya vysshikh uchebnykh zavedenij. Seriya pishchevaya tekhnologiya. Krasnodar, ( Izv. VUZ (Pishch. Tekhnol.)), 0579-3009, Priority -Jaarverslag. Produktschap Vis, Rijswijk. Rijswijk, ( Jaarversl. Produktschap Vis Rijswijk), Priority -Jahresbericht uber die deutsche Fischwirtschaft/Annual report on German fisheries. Bonn, ( Jahresber. Dtsch. Fischwirtsch./Annu. Rep. Ger. Fish.), 0075-2851, Priority -Jahresbericht. Bayerische Landesanstalt fur Fischerei Starnberg. Starnberg, ( Jahresber. Bayer. Landesanst. Fisch. Starnb.), 0178-1693, Priority -Jahresbericht. Biologische Station Lunz der Osterreichischen Akademie der Wissenschaften. Lunz, ( Jahresber. Biol. Stn. Lunz Oesterr. Akad. Wiss.), 0257-3113, Priority -Jahresbericht. Bundesamt fur Seeschiffahrt und Hydrographie. Hamburg, ( Jahresber. Bundesamt Seeschiffahrt Hydrogr.), 0070-4458, Priority -Jahresbericht. Bundesforschungsanstalt fur Fischerei, Hamburg. Hamburg, ( Jahresber. Bundesforschungsanst. Fisch. Hamb.), 0721-9768, Priority -Jahresbericht. Institut fur Meereskunde an der Universitat Kiel. Kiel, ( Jahresber. Inst. Meereskd. Univ. Kiel), 0935-6215, Priority -Jahresbericht. Internationale Gewasserschutzkommission fur den Bodensee. Karlsruhe, ( Jahresber. Int. Gewaesserschutzkomm. Bodensee), 1011-1271, Priority -Jahresbericht. Landesumweltamt Nordrhein-Westfalen. Essen, ( Jahresber. Landesumweltamt Nordrh.-Westfal.), 0948-079X, Priority -Jahresheft. Fisch und Umwelt Mecklenburg-Vorpommern e. V. Rostock, ( Jahresh. Fisch Umwelt Mecklenbg.-Vorpommern), Priority -JAIDS Journal of Acquired Immune Deficiency Syndromes, ( JAIDS J. Acquired Immune Defic. Syndromes), 1525-4135, Core -Jaina. Campeche, ( Jaina), 0188-4700, Priority -JAMSTEC journal of deep sea research/JAMSTEC Shinkai Kenkyu. Yokosuka, ( JAMSTEC J. Deep Sea Res./JAMSTEC Shinkai Kenkyu), 1340-7848, Priority -Japan Medical Association Journal, ( Japan Med. Assoc. J.), 0004-461X, Selective -Japan shipbuilding and marine engineering. Machida, ( Japan Shipbuild. Mar. Eng.), 0021-4647, Selective -Japanese Journal of Antibiotics, ( Jap. J. Antibiot.), 0368-2781, Selective -Japanese Journal of Cancer Research, ( Jap. J. Cancer Res.), 0910-5050, Priority -Japanese Journal of Clinical Oncology, ( Jap. J. Clin. Oncol.), 0368-2811, Selective -Japanese Journal of Ecology, ( Jap. J. Ecol.), 0021-5007, Selective -Japanese Journal of Entomology, ( Jap. J. Entomol.), 0915-5805, Core -Japanese Journal of Entomology (New Series), ( Jap. J. Entomol. (New Ser.)), 1343-8794, Core -Japanese journal of genetics. Tokyo, ( Jap. J. Genet.), 0021-504X, Selective -Japanese Journal of Human Genetics, ( Jap. J. Hum. Genet.), 0916-8478, Selective -Japanese Journal of Ichthyology, ( Jap. J. Ichthyol.), 0021-5090, Core -Japanese Journal of Limnology, ( Jap. J. Limnol.), 0021-5104, Priority -Japanese journal of limnology. Otsu, ( Jap. J. Limnol.), 0021-5104, Priority -Japanese Journal of Neuropsychopharmacology, ( Jap. J. Neuropsychopharmacol.), 1340-2544, Selective -Japanese Journal of Pharmacology, ( Jap. J. Pharmacol.), 0021-5198, Selective -Japanese journal of phycology. Sapporo, ( Jap. J. Phycol.), 0038-1578, Selective -Japanese Journal of Physiology, ( Jap. J. Physiol.), 0021-521X, Selective -Japanese Journal of Sanitary Zoology, ( Jap. J. Sanit. Zool.), Selective -Japanese Journal of Systematic Entomology, ( Jap. J. Syst. Entomol.), 1341-1160, Selective -Japanese Journal of Toxicology and Environmental Health, ( Jap. J. Toxicol. Environ. Health), 0013-273X, Priority -Japanese Journal of Veterinary Research, ( Jap. J. Vet. Res.), 0047-1917, Selective -Job completion report. Department of Fish and Game (Idaho). Boise ID, ( Job Compl. Rep. Dep. Fish Game (Idaho)), Priority -Job performance report. Idaho Department of Fish and Game. Boise ID, ( Job Perform. Rep. Idaho Dep. Fish Game), Core -Job progress report. Montana Department of Fish and Game. Boseman MT, ( Job Prog. Rep. Mont. Dep. Fish Game), Core -Journal de recherche oceanographique. Paris, ( J. Rech. Oceanogr.), 0397-5347, Core -Journal europeen d'hydrologie/European journal of water quality. Paris, ( J. Eur. Hydrol./Eur. J. Water Qual.), 1335-9581, Priority -Journal for Nature Conservation, ( J. Nat. Conserv.), 1617-1381, Core -Journal ivoirien d'oceanologie et de limnologie. Abidjan, ( J. Ivoir. Oceanol. Limnol.), 1018-0354, Core -Journal of Addictive Diseases, ( J. Addict. Dis.), 1055-0887, Selective -Journal of Adolescence, ( J. Adolesc.), 0140-1971, Selective -Journal of Adolescent Health, ( J. Adolesc. Health), 1054-139X, Selective -Journal of Adolescent Research, ( J. Adolesc. Res.), 0743-5584, Selective -Journal of Advanced Materials, ( J. Adv. Mater.), 1070-9789, Selective -Journal of Advanced Transportation, ( J. Adv. Transport.), 0197-6729, Selective -Journal of advanced zoology. Gorakhpur, ( J. Adv. Zool.), Selective -Journal of Aerosol Medicine, ( J. Aerosol Med.), 0894-2684, Selective -Journal of Aerospace Engineering, ( J. Aerospace Eng.), 0893-1321, Selective -Journal of African zoology. Louvain-la-Neuve, ( J. Afr. Zool.), 0776-7943, Selective -Journal of Aging & Social Policy, ( J. Aging Soc. Policy), 0895-9420, Selective -Journal of Aging and Health, ( J. Aging Health), 0898-2643, Selective -Journal of Agricultural & Food Information, ( J. Agric. Food Inf.), 1049-6505, Selective -Journal of Agricultural and Food Chemistry, ( J. Agric. Food Chem.), 0021-8561, Selective -Journal of Agricultural and Resource Economics, ( J. Agric. Resour. Econ.), 1068-5502, Selective -Journal of Agricultural and Urban Entomology, ( J. Agric. Urban Entomol.), 1523-5475, Selective -Journal of Agricultural Entomology, ( J. Agric. Entomol.), 0735-939X, Core -Journal of Agricultural Safety and Health, ( J. Agric. Saf. Health), 1074-7583, Priority -Journal of Agricultural Science, ( J. Agric. Sci.), 0021-8596, Selective -Journal of Agriculture of Western Australia, ( J. Agric. W.A.), 0021-8618, Selective -Journal of Agromedicine, ( J. Agromed.), 1059-924X, Selective -Journal of Air Law and Commerce, ( J. Air Law Commerce), 0021-8642, Selective -Journal of Air Traffic Control, ( J. Air Traffic Control), 0021-8650, Selective -Journal of Air Transport Management, ( 0969-6997), Selective -Journal of Aircraft, ( J. Aircraft), 0021-8669, Selective -Journal of Alcohol and Drug Education, ( J. Alcohol Drug Educ.), 0090-1482, Selective -Journal of Allergy and Clinical Immunology, ( J. Allergy Clin. Immunol.), 0091-6749, Priority -Journal of Alzheimer's Disease, ( J. Alzheimer's Dis.), 1387-2877, Priority -Journal of American College Health, ( J. Am. Coll. Health), 0744-8481, Selective -Journal of Analytical Toxicology, ( J. Anal. Toxicol.), 0146-4760, Core -Journal of Animal Breeding and Genetics, ( J. Anim. Breed. Genet.), 0931-2668, Priority -Journal of Animal Ecology, ( J. Anim. Ecol.), 0021-8790, Core -Journal of Animal Morphology and Physiology, ( J. Anim. Morphol. Physiol.), 0021-8804, Priority -Journal of Animal Physiology and Animal Nutrition, ( J. Anim. Physiol. Anim. Nutr.), 0931-2439, Priority -Journal of animal physiology and animal nutrition/Zeitschrift fur Tierphysiologie Tierernahrung und Futtermittelkunde. Hamburg, ( J. Anim. Physiol. Anim. Nutr./Z. Tierphysiol. Tierernaehr. Futtermittelkd.), 0931-2439, Priority -Journal of Animal Science, ( J. Anim. Sci.), 0021-8812, Selective -Journal of Antibiotics, ( J. Antibiot.), 0021-8820, Core -Journal of Antimicrobial Chemotherapy, ( J. Antimicrob. Chemother.), 0305-7453, Priority -Journal of Anxiety Disorders, ( J. Anxiety Disorders), 0887-6185, Selective -Journal of AOAC International, ( J. AOAC Int.), 1060-3271, Selective -Journal of Apicultural Research, ( J. Apic. Res.), 0021-8839, Core -Journal of applied agricultural economics. Athens GA, ( J. Appl. Agric. Econ.), 1074-0708, Selective -Journal of Applied Aquaculture, ( J. Appl. Aquacult.), 1045-4438, Core -Journal of applied bacteriology. Oxford, ( J. Appl. Bacteriol.), 0021-8847, Selective -Journal of Applied Biomaterials, ( J. Appl. Biomater.), 1045-4861, Selective -Journal of Applied Ecology, ( J. Appl. Ecol.), 0021-8901, Core -Journal of Applied Electrochemistry, ( J. Appl. Electrochem.), 0021-891X, 9 -Journal of Applied Entomology, ( J. Appl. Entomol.), 0931-2048, Core -Journal of Applied Fire Science, ( J. Appl. Fire Sci.), 1044-4300, Priority -Journal of Applied Genetics, ( J. Appl. Genet.), 1234-1983, Priority -Journal of Applied Gerontology, ( J. Appl. Gerontol.), 0733-4648, Selective -Journal of Applied Ichthyology, ( J. Appl. Ichthyol.), 0175-8659, Priority -Journal of applied ichthyology/Zeitschrift fur angewandte Ichthyologie. Hamburg, Berlin, ( J. Appl. Ichthyol./Z. Angew. Ichthyol.), 0175-8659, Priority -Journal of Applied Manufacturing Systems, ( J. Appl. Manuf. Syst.), 0899-0956, Selective -Journal of Applied Mathematics and Mechanics, ( J. Appl. Math. Mech.), 0021-8928, Selective -Journal of Applied Microbiology, ( J. Appl. Microbiol.), 1364-5072, Core -Journal of Applied Phycology, ( J. Appl. Phycol.), 0921-8971, Core -Journal of Applied Physiology, ( J. Appl. Physiol.), 0161-7567, Selective -Journal of Applied Sciences & Environmental Management, ( J. Appl. Sci. Environ. Manage.), 1119-8362, Selective -Journal of Applied Toxicology, ( J. Appl. Toxicol.), 0260-437X, Core -Journal of aquaculture (Bhubaneswar). Bhubaneswar, ( J. Aquacult. (Bhubaneswar)), Selective -Journal of Aquaculture in the Tropics, ( J. Aquacult. Trop.), 0970-0846, Priority -Journal of aquaculture in the tropics. Calcutta, ( J. Aquacult. Trop.), 0970-0846, Priority -Journal of Aquariculture and Aquatic Sciences, ( J. Aquaricult. Aquat. Sci.), 0733-2076, Core -Journal of Aquatic Animal Health, ( J. Aquat. Anim. Health), 0899-7659, Core -Journal of aquatic biology and fisheries. Udaipur, ( J. Aquat. Biol. Fish.), Core -Journal of Aquatic Ecosystem Stress and Recovery, ( J. Aquat. Ecosyst. Stress Recovery), 1386-1980, Core -Journal of Aquatic Food Product Technology, ( J. Aquat. Food Prod. Technol.), 1049-8850, Core -Journal of Aquatic Plant Management, ( J. Aquat. Plant Manage.), 0146-6623, Core -Journal of Aquatic Sciences, ( J. Aquat. Sci.), 0189-8779, Core -Journal of aquatic sciences. Jos, ( J. Aquat. Sci.), 0189-8779, Core -Journal of Arachnology, ( J. Arachnol.), 0161-8202, Core -Journal of Architectural Engineering, ( J. Archit. Eng.), 1076-0431, Selective -Journal of Arid Environments, ( J. Arid Environ.), 0140-1963, Selective -Journal of Artificial Organs, ( J. Artificial Organs), 1434-7229, Core -Journal of Asian Architecture and Building Engineering, ( J. Asian Archit. Build. Eng.), Selective -Journal of Asian Natural Products Research, ( J. Asian Nat. Prod. Res.), 1028-6020, Selective -Journal of Autoimmunity, ( J. Autoimmun.), 0896-8411, Core -Journal of Autonomic Pharmacology, ( J. Auton. Pharmacol.), 0144-1795, Selective -Journal of avian biology. Copenhagen, ( J. Avian Biol.), Selective -Journal of Avian Medicine and Surgery, ( J. Avian Med. Surg.), 1082-6742, Selective -Journal of Bacteriology, ( J. Bacteriol.), 0021-9193, Core -Journal of Basic & Applied Genetics, ( J. Basic Appl. Genet.), 1666-0390, Priority -Journal of Bengal Natural History Society. Darjeeling, ( J. Bengal Nat. Hist. Soc.), 0409-0756, Selective -Journal of Bioactive and Compatible Polymers, ( J. Bioact. Compatible Polym.), 0883-9115, Priority -Journal of Biochemical and Biophysical Methods, ( J. Biochem. Biophys. Methods), 0165-022X, Priority -Journal of Biochemistry (Tokyo), ( J. Biochem., Tokyo), 0021-924X, Selective -Journal of Biochemistry, Molecular Biology and Biophysics, ( J. Biochem. Mol. Biol. Biophys.), 1025-8140, Selective -Journal of Bioeconomics, ( J. Bioecon.), 1387-6996, Selective -Journal of Bioenergetics and Biomembranes, ( J. Bioenerg. Biomembr.), 0145-479X, Selective -Journal of Biogeography, ( J. Biogeogr.), 0305-0270, Core -Journal of Bioinformatics and Computational Biology, 0219-7200, Core -Journal of Biolaw & Business, ( J. Biolaw Bus.), 1095-5127, Selective -Journal of Biological Chemistry, ( J. Biol. Chem.), 0021-9258, Priority -Journal of biological education. New York NY, ( J. Biol. Educ.), 0021-9266, Selective -Journal of Biological Rhythms, ( J. Biol. Rhythms), 0748-7304, Selective -Journal of Biological Systems, ( J. Biol. Syst.), 0218-3390, Selective -Journal of Biology, ( J. Biol.), 1478-5854, Selective -Journal of Bioluminescence and Chemiluminescence, ( J. Biolumin. Chemilumin.), 0884-3996, Selective -Journal of Biomaterials Applications, ( J. Biomater. Appl.), 0885-3282, Core -Journal of Biomechanics, ( J. Biomech.), 0021-9290, Priority -Journal of Biomedical Informatics, ( J. Biomed. Inf.), 1532-0464, Core -Journal of Biomedical Materials Research, Part A, ( J. Biomed. Mater. Res. A), 0021-9304, Core -Journal of Biomedical Materials Research, Part B: Applied Biomaterials, ( J. Biomed. Mater. Res. B Appl. Biomater.), 0021-9304, Core -Journal of Biomedical Science, ( J. Biomed. Sci.), 1021-7770, Selective -Journal of Biomedicine and Biotechnology, ( J. Biomed. Biotechnol.), 1110-7243, Selective -Journal of Biomolecular NMR, ( J. Biomol. NMR), 0925-2738, Selective -Journal of Biomolecular Structure and Dynamics, ( J. Biomol. Struct. Dyn.), 0739-1102, Priority -Journal of Bioscience (Penang), ( J. Biosci. (Penang)), 0128-4541, Priority -Journal of Bioscience and Bioengineering, ( J. Biosci. Bioeng.), 1389-1723, Priority -Journal of biosciences. Bangalore, ( J. Biosci. (Bangalore)), 0250-5991, Priority -Journal of Biotechnology, ( J. Biotechnol.), 0168-1656, Core -Journal of Bodywork and Movement Therapies, ( J. Bodywork Movement Ther.), 1360-8592, Selective -Journal of Bone and Joint Surgery (American), ( J. Bone Jt. Surg. (Am.)), 0021-9355, Selective -Journal of Bone and Joint Surgery (British), ( J. Bone Jt. Surg. (Br.)), 0301-620X, Selective -Journal of Bone and Mineral Metabolism, ( J. Bone Miner. Metab.), 0914-8779, Core -Journal of Bone and Mineral Research, ( J. Bone Miner. Res.), 0884-0431, Core -Journal of Bridge Engineering, ( J. Bridge Eng.), 1084-0702, Selective -Journal of Cancer Research and Clinical Oncology, ( J. Cancer Res. Clin. Oncol.), 0171-5216, Selective -Journal of Cardiovascular Pharmacology, ( J. Cardiovasc. Pharmacol.), 0160-2446, Selective -Journal of Cardiovascular Surgery, ( J. Cardiovasc. Surg.), 0021-9509, Selective -Journal of Cave and Karst Studies, ( J. Cave Karst Stud.), 1090-6924, Selective -Journal of Cell Biology, ( J. Cell Biol.), 0021-9525, Priority -Journal of Cell Science, ( J. Cell Sci.), 0021-9533, Selective -Journal of cell science. London, New York NY, ( J. Cell Sci.), 0021-9533, Selective -Journal of Cellular and Molecular Medicine, ( J. Cell. Mol. Med.), 1582-1838, Selective -Journal of Cetacean Research and Management, ( J. Cetacean Res. Manage.), 1561-0713, Selective -Journal of Chemical Dependency Treatment, ( J. Chem. Dependency Treatment), 0885-4734, Selective -Journal of Chemical Ecology, ( J. Chem. Ecol.), 0098-0331, Priority -Journal of Chemical Engineering of Japan, ( J. Chem. Eng. Japan), 0021-9592, Selective -Journal of Chemical Neuroanatomy, ( J. Chem. Neuroanat.), 0891-0618, Priority -Journal of Chemical Technology and Biotechnology, ( J. Chem. Technol. Biotechnol.), 0268-2575, Priority -Journal of Chemometrics, ( J. Chemometrics), 0886-9383, Selective -Journal of Child & Adolescent Substance Abuse, ( J. Child Adolescent Subst. Abuse), 1067-828X, Selective -Journal of Child Psychology and Psychiatry and Allied Disciplines, ( J. Child Psychol. Psychiatry Allied Disciplines), 0021-9630, Selective -Journal of Child Sexual Abuse, ( J. Child Sex. Abuse), 1053-8712, Selective -Journal of Children's Health, ( J. Child. Health), Selective -Journal of Children's Health, ( J. Children's Health), 1541-7069, Selective -Journal of China Agricultural University, ( J. China Agric. Univ.), 1007-4333, Selective -Journal of China Institute of Metrology, ( J. Chine Inst. Metrology), 1004-1540, Selective -Journal of Climate, ( J. Clim.), 0894-8755, Selective -Journal of Clinical and Laboratory Immunology, ( J. Clin. Lab. Immunol.), 0141-2760, Selective -Journal of Clinical Child Psychology, ( J. Clin. Child Psychol.), 0047-228X, Selective -Journal of Clinical Computing, ( J. Clin. Comput.), Core -Journal of Clinical Densitometry, ( J. Clin. Densitometry), 1094-6950, Priority -Journal of Clinical Effectiveness, ( J. Clin. Eff.), 1361-5874, Selective -Journal of Clinical Endocrinology and Metabolism, ( J. Clin. Endocrinol. Metab.), 0021-972X, Selective -Journal of Clinical Epidemiology, ( J. Clin. Epidemiol.), 0895-4356, Selective -Journal of Clinical Forensic Medicine, ( J. Clin. Forensic Med.), 1353-1131, Selective -Journal of Clinical Immunology, ( J. Clin. Immunol.), 0271-9142, Priority -Journal of Clinical Investigation, ( J. Clin. Invest.), 0021-9738, Selective -Journal of Clinical Microbiology, ( J. Clin. Microbiol.), 0095-1137, Core -Journal of Clinical Periodontology, ( J. Clin. Periodontol.), Selective -Journal of Clinical Pharmacology, ( J. Clin. Pharmacol.), 0091-2700, Selective -Journal of Clinical Pharmacy and Therapeutics, ( J. Clin. Phar. Ther.), 0269-4727, Selective -Journal of Clinical Psychiatry, ( J. Clin. Psychiatr.), 0160-6689, Selective -Journal of Clinical Psychology, ( J. Clin. Psychol.), 0021-9762, Selective -Journal of Clinical Ultrasound, ( J. Clin. Ultrasound), 0091-2751, Core -Journal of Clinical Virology, ( J. Clin. Virol.), 1386-6532, Core -Journal of Coastal Research, ( J. Coast. Res.), 0749-0208, Priority -Journal of coastal research. Special issue. Charlottesville VA, ( J. Coast. Res. (Spec. Issue)), Selective -Journal of Cognitive Neuroscience, ( J. Cognit. Neurosci.), 0898-929X, Priority -Journal of Cognitive Neuroscience. Supplement, ( J. Cognit. Neurosci. Suppl.), 1096-8857, Priority -Journal of Cold Regions Engineering, ( J. Cold Regions Eng.), 0887-381X, Selective -Journal of Colloid and Interface Science, ( J. Colloid Interface Sci.), 0021-9797, Selective -Journal of Combinatorial Chemistry, ( J. Comb. Chem.), 1520-4766, Selective -Journal of Communicable Diseases, ( J. Communicable Dis.), 0019-5138, Selective -Journal of Community Health, ( J. Community Health), 0094-5145, Selective -Journal of Community Health Nursing, ( J. Community Health Nurs.), 0737-0016, Selective -Journal of Community Practice, ( J. Community Pract.), 1070-5422, Selective -Journal of Comparative Neurology, ( J. Comp. Neurol.), 0021-9967, Core -Journal of Comparative Physiology, A, ( J. Comp. Physiol., A), 0340-7594, Selective -Journal of Comparative Physiology, B, ( J. Comp. Physiol., B), 0174-1578, Priority -Journal of Composites for Construction, ( J. Composite Constr.), 1090-0268, Selective -Journal of Computational Biology, ( J. Comput. Biol.), 1066-5277, Core -Journal of Computational Neuroscience, ( J. Comput. Neurosci.), 0929-5313, Priority -Journal of Computer Assisted Tomography, ( J. Comput. Assisted Tomogr.), Selective -Journal of Computer-Aided Molecular Design, ( J. Comput.-Aided Mol. Des.), 0920-654X, Priority -Journal of Computing in Civil Engineering, ( J. Comput. Civ. Eng.), 0887-3801, Selective -Journal of conchology. London, ( J. Conchol.), 0022-0019, Selective -Journal of Conflict and Security Law, 1467-7954, Selective -Journal of Construction Engineering and Management, ( J. Constr. Eng. Manage.), 0733-9364, Selective -Journal of Construction Research, ( J. Constr. Res.), 1609-9451, Selective -Journal of Constructional Steel Research, ( J. Constr. Steel Res.), Selective -Journal of Consumer Health on the Internet, ( J. Consum. Health Internet), 1539-8285, Selective -Journal of Consumer Policy, ( J. Consumer Policy), 0168-7034, Selective -Journal of Contingencies and Crisis Management, ( J. Contingencies Crisis Manage.), 0966-0879, Selective -Journal of Controlled Release, ( J. Controlled Release), 0168-3659, Core -Journal of Craniofacial Genetics and Development Biology, ( J. Craniofac. Genet. Dev. Biol.), 0270-4145, Priority -Journal of Criminal Justice and Popular Culture, ( J. Crim. Just. Pop. Cult.), 1070-8286, Selective -Journal of Crop Production, ( J. Crop Prod.), 1092-678X, Selective -Journal of Crustacean Biology, ( J. Crust. Biol.), 0278-0372, Priority -Journal of crustacean biology. Washington DC, ( J. Crust. Biol.), 0278-0372, Priority -Journal of Current Sciences, ( J. Curr. Sci.), 0972-6101, Selective -Journal of Dairy Research, ( J. Dairy Res.), 0022-0299, Selective -Journal of Dairy Science, ( J. Dairy Sci.), 0022-0302, 9 -Journal of Dalian Fisheries College/Dalian Shuichan Xueyuan Xuebao. Dalian, ( J. Dalian Fish. Coll./Dalian Shuichan Xueyuan Xuebao), 1000-9957, Core -Journal of Dental Research, ( J. Dent. Res.), 0022-0345, Selective -Journal of Development Economics, ( J. Dev. Econ.), 0304-3878, Selective -Journal of Disaster Prevention and Mitigation Engineering, ( J. Disaster Prev. Mitig. Eng.), 1672-2132, Selective -Journal of Drug Education, ( J. Drug Educ.), 0047-2379, Selective -Journal of Drug Issues, ( J. Drug Iss.), 0022-0426, Selective -Journal of Drug Targeting, ( J. Drug Targeting), 1061-186X, Core -Journal of Earthquake Engineering, ( J. Earthquake Eng.), 1363-2469, Selective -Journal of Earthquake Engineering and Engineering Vibration, ( J. Earthquake Eng. Eng. Vibrat.), 1671-3664, Selective -Journal of East African natural history., ( J. East Afr. Nat. Hist.), Priority -Journal of East China Normal University (Natural Science Edition)/Huadong Shifan Daxue Xuebao (Ziran Kexue Ban), ( J. East China Norm. Univ. (Nat. Sci. Ed.)/Huadong Shifan Daxue Xuebao (Ziran Kexue Ban)), 1000-5641, Priority -Journal of East China Normal University. Natural science edition/Huadong Shifan Daxue Xuebao. Shanghai, ( J. East China Norm. Univ. (Nat. Sci. Ed.)/Huadong Shifan Daxue Xuebao), 1000-5641, Priority -Journal of East China Shipbuilding Institute, ( J. East China Shipbuild. Inst.), 1006-1088, Selective -Journal of Ecobiology, ( J. Ecobiol.), 0970-9037, Selective -Journal of Ecology, ( J. Ecol.), 0022-0477, Core -Journal of Economic Entomology, ( J. Econ. Entomol.), 0022-0493, Core -Journal of Ecophysiology and Occupational Health, ( J. Ecophysiology Occup. Health), 0972-4397, Selective -Journal of Ecotoxicology & Environmental Monitoring, ( J. Ecotoxicol. Environ. Monitoring), 0971-0965, Priority -Journal of Elder Abuse & Neglect, ( J. Elder Abuse Neglect), 0894-6566, Selective -Journal of Electromyography and Kinesiology, ( J. Electromyogr. Kinesiol.), 1050-6411, Selective -Journal of electron microscopy. Tokyo, ( J. Electron Microsc.), 0022-0744, Selective -Journal of Electrostatics, ( J. Electrostatics), 0304-3886, Selective -Journal of Emergency Medicine, ( J. Emerg. Med.), 0736-4679, Selective -Journal of Emotional Abuse, ( J. Emotional Abuse), 1092-6798, Selective -Journal of Endocrinology, ( J. Endocrinol.), 0022-0795, Selective -Journal of Endotoxin Research, ( J. Endotoxin Res.), 0968-0519, Core -Journal of Endovascular Surgery, ( J. Endovasc. Surg.), 1526-6028, Selective -Journal of Engineering and Technology Management, ( J. Eng. Technol. Manage.), 0923-4748, Selective -Journal of Engineering Materials and Technology. Transactions of the ASME, ( J. Eng. Mater. Technol. Trans. ASME), 0094-4289, Selective -Journal of Engineering Mechanics, ( J. Eng. Mech.), 0733-9399, Selective -Journal of Entomological Research, ( J. Entomol. Res.), 0378-9519, Core -Journal of Entomological Science, ( J. Entomol. Sci.), 0749-8004, Core -Journal of Environment and Health, ( J. Environ. Health), 1001-5914, Selective -Journal of Environment and Pollution, ( J. Environ. Pollut.), 0971-4871, Selective -Journal of Environmental Assessment Policy and Management, ( J. Environ. Assess. Policy Manage.), 1464-3332, Selective -Journal of Environmental Biology, ( J. Environ. Biol.), 0254-8704, Priority -Journal of Environmental Economics and Management, ( J. Environ. Econ. Manage.), 0095-0696, Priority -Journal of Environmental Engineering, ( J. Environ. Eng.), 0733-9372, Selective -Journal of Environmental Engineering and Science, ( J. Environ. Eng. Sci.), 1496-256X, Selective -Journal of Environmental Health, ( J. Environ. Health), 0022-0892, Priority -Journal of Environmental Law & Practice, ( J. Environ. Law Pract.), 1070-0757, Selective -Journal of Environmental Management, ( J. Environ. Manage.), 0301-4797, Priority -Journal of Environmental Medicine, ( J. Environ. Med.), 1095-1539, Selective -Journal of Environmental Monitoring, ( J. Environ. Monit.), 1464-0325, Selective -Journal of Environmental Pathology, Toxicology and Oncology, ( J. Environ. Pathol. Toxicol. Oncol.), 0731-8898, Priority -Journal of Environmental Planning and Management, ( J. Environ. Plann. Manage.), 0964-0568, 9 -Journal of Environmental Polymer Degradation, ( J. Environ. Polymer Degradation), 1064-7546, Selective -Journal of Environmental Radioactivity, ( J. Environ. Radioact.), 0265-931X, Selective -Journal of Environmental Science and Health, Part A: Environmental Science and Engineering & Toxic and Hazardous Substance Control, ( J. Environ. Sci. Health, Pt. A: Environ. Sci. Eng. Toxic Hazard. Subst. Control), 1077-1204, Selective -Journal of Environmental Science and Health, Part A: Toxic/Hazardous Substances & Environmental Engineering, ( J. Environ. Sci. Health, Pt. A: Toxic/Hazard. Subst. Environ. Eng.), 1093-4529, Selective -Journal of Environmental Science and Health, Part B: Pesticides, Food Contaminants and Agricultural Wastes, ( J. Environ. Sci. Health, Pt. B: Pestic., Food Contam., Agric. Wastes), 0360-1234, Selective -Journal of Environmental Science and Health, Part C: Environmental Carcinogenesis and Ecotoxicology Reviews, ( J. Environ. Sci. Health, Pt. C), 1059-0501, Core -Journal of Environmental Sciences (China), ( J. Environ. Sci. (China)), 1001-0742, Priority -Journal of Epidemiology and Community Health, ( J. Epidemiol. Community Health), 0143-005X, Selective -Journal of Essential Oil Research, ( J. Essent. Oil Res.), 1041-2905, Core -Journal of Essential Oil-Bearing Plants, ( J. Essent. Oil-Bear. Plants), 0972-060X, Selective -Journal of Ethnicity in Substance Abuse, ( J. Ethn. Subst. Abuse), 1533-2640, Selective -Journal of Ethnopharmacology, ( J. Ethnopharmacol.), 0378-8741, Selective -Journal of Ethology, ( J. Ethol.), 0289-0771, Core -Journal of Eukaryotic Microbiology, ( J. Eukaryot. Microbiol.), 1066-5234, Core -Journal of evolutionary biochemistry and physiology. New York NY, ( J. Evol. Biochem. Physiol.), 0022-0930, Selective -Journal of Evolutionary Biology, ( J. Evol. Biol.), 1010-061X, Priority -Journal of Experimental Biology, ( J. Exp. Biol.), 0022-0949, Priority -Journal of Experimental Botany, ( J. Exp. Bot.), 0022-0957, Selective -Journal of Experimental Marine Biology and Ecology, ( J. Exp. Mar. Biol. Ecol.), 0022-0981, Core -Journal of Experimental Medicine, ( J. Exp. Med.), 0022-1007, Core -Journal of Experimental Psychology: Animal Behavior Processes, ( J. Exp. Psychol.: Anim. Behav. Processes), 0097-7403, Priority -Journal of Experimental Zoology, ( J. Exp. Zool.), 0022-104X, Priority -Journal of Exposure Analysis and Environmental Epidemiology, ( J. Exposure Anal. Environ. Epidemiol.), 1053-4245, Selective -Journal of Family Practice, ( J. Fam. Pract.), 0094-3509, Selective -Journal of Family Social Work, ( J. Fam. Soc. Work), 1052-2158, Selective -Journal of Family Violence, ( J. Fam. Violence), 0885-7482, Selective -Journal of Fermentation and Bioengineering, ( J. Ferment. Bioeng.), 0922-338X, Priority -Journal of Field Ornithology, ( J. Field Ornithol.), 0273-8570, Priority -Journal of Fire Protection Engineering, ( J. Fire Prot. Eng.), 1042-3915, Priority -Journal of Fire Sciences, ( J. Fire Sci.), 0734-9041, Core -Journal of Fish Biology, ( J. Fish Biol.), 0022-1112, Core -Journal of Fish Diseases, ( J. Fish Dis.), 0140-7775, Core -Journal of fisheries of China/Shuichan Xuebao. Shanghai, ( J. Fish. China/Shuichan Xuebao), 1000-0615, Core -Journal of fisheries science and technology. Pusan, ( J. Fish. Sci. Technol.), 1226-9204, Core -Journal of fishery sciences of China/Zhongguo Shuichan Kexue. Beijing, ( J. Fish. Sci. China/Zhongguo Shuichan Kexue), 1005-8737, Core -Journal of Food Agriculture and Environment, ( J. Food Agric. Environ.), 1459-0255, Selective -Journal of Food and Drug Analysis, ( J. Food Drug Anal.), 1021-9498, Selective -Journal of Food Biochemistry, ( J. Food Biochem.), 0145-8884, Selective -Journal of Food Engineering, ( J. Food Eng.), 0260-8774, Selective -Journal of Food Process Engineering, ( J. Food Process Eng.), 0145-8876, Core -Journal of Food Processing and Preservation, ( J. Food Process. Preserv.), 0145-8892, Selective -Journal of Food Protection, ( J. Food Prot.), 0362-028X, Priority -Journal of Food Quality, ( J. Food Qual.), 0146-9428, Selective -Journal of Food Safety, ( J. Food Saf.), 0149-6085, Selective -Journal of Food Science, ( J. Food Sci.), 0022-1147, Selective -Journal of Food Science and Technology (Mysore), ( J. Food Sci. Technol. (Mysore)), 0022-1155, Priority -Journal of food science and technology. Mysore, ( J. Food Sci. Technol.), 0022-1155, Priority -Journal of Food Science and Technology/Nippon Shokuhin Kogyo Gakkaishi, ( J. Food Sci. Technol./Nippon Shokuhin Kogyo Gakkaishi), 0029-0394, Selective -Journal of Forestry, ( J. For.), 0022-1201, Selective -Journal of Freshwater Biology, ( J. Freshwat. Biol.), 0970-9517, Core -Journal of Freshwater Ecology, ( J. Freshwat. Ecol.), 0270-5060, Core -Journal of freshwater ecology. La Crosse, WI, ( J. Freshwat. Ecol.), 0270-5060, Priority -Journal of Fujian Agricultural University, ( J. Fujian Agric. Univ.), 1006-7817, Selective -Journal of Fujian Teachers University. Natural science edition/Fujian Shifan Daxue Xuebao. Fuzhou, ( J. Fujian Teach. Univ. (Nat. Sci. Ed.)/Fujian Shifan Daxue Xuebao), 1000-5277, Priority -Journal of Fusion Energy, ( J. Fusion Energy), 0164-0313, Selective -Journal of Gender-Specific Medicine, ( J. Gender-Specific Med.), 1523-7036, Selective -Journal of Gene Medicine, ( J. Gene Med.), 1099-498X, Core -Journal of General and Applied Microbiology, ( J. Gen. Appl. Microbiol.), 0022-1260, Core -Journal of General Physiology, ( J. Gen. Physiol.), 0022-1295, Selective -Journal of General Virology, ( J. Gen. Virol.), 0022-1317, Core -Journal of Geological Hazards and Environment Preservation/Dizhi Zaihai Yu Huanjing Baohu, ( J. Geol. Hazards Environ. Preserv.), 1006-4362, Selective -Journal of geomagnetism and geoelectricity. Tokyo, ( J. Geomagn. Geoelectr.), 0022-1392, Selective -Journal of Geophysical Research. C. Oceans, ( J. Geophys. Res. (C Oceans)), 0148-0227, Selective -Journal of Geosciences Osaka City University, ( J. Geosci. Osaka City Univ.), 0449-2560, Selective -Journal of Geriatric Drug Therapy, ( J. Geriatr. Drug Ther.), 8756-4629, Selective -Journal of Great Lakes Research, ( J. Great Lakes Res.), 0380-1330, Priority -Journal of Guangzhou University of Traditional Chinese Medicine/Guangzhou Zhongyiyao Daxue Xuebao, ( J. Guangzhou Univ. Trad. Med./Guangzhou Zhongyiyao Daxue Xuebao), 1007-3213, Selective -Journal of Guidance, Control and Dynamics, ( J. Guidance, Control Dyn.), 0731-5090, Selective -Journal of Hazardous Materials, ( J. Hazard. Mater.), 0304-3894, Priority -Journal of Health & Social Policy, ( J. Health Soc. Policy), 0897-7186, Selective -Journal of Health and Human Services Administration, ( J. Health Hum. Serv. Admin.), 1079-3739, Selective -Journal of Health Care for the Poor and Underserved, ( J. Health Care Poor Underserved), 1049-2089, Selective -Journal of Health Economics, ( J. Health Econ.), 0167-6296, Selective -Journal of Health Politics, Policy and Law, ( J. Health Polit. Policy Law), 0361-6878, Selective -Journal of Health Science, ( J. Health Sci.), 1344-9702, Priority -Journal of Health Services Research & Policy, ( J. Health Serv. Res. Policy), 1355-8196, Selective -Journal of Herbal Pharmacotherapy, ( J. Herbal Pharmacother.), 1522-8940, Selective -Journal of Herbs, Spices & Medicinal Plants, ( J. Herbs, Spices Med. Plants), 1049-6475, Selective -Journal of Heredity, ( J. Hered.), 0022-1503, Core -Journal of Herpetology, ( J. Herpetol.), 0022-1511, Priority -Journal of Hill Research, ( J. Hill Res.), 0970-7050, 9 -Journal of HIV/AIDS & Social Services, ( J. HIV/AIDS Soc. Serv.), 1538-1501, Selective -Journal of HIV/AIDS Prevention & Education for Adolescents & Children, ( J. HIV/AIDS Prev. Educ. Adolesc. Child.), 1069-837X, Priority -Journal of Homeland Security and Emergency Management, ( J. Homeland Secur. Emergency Manage.), 1547-7355, Selective -Journal of Homosexuality, ( J. Homosex.), 0091-8369, Selective -Journal of Horticultural Science, ( J. Hortic. Sci.), 0022-1589, Selective -Journal of Hospital Infection, ( J. Hosp. Infect.), 0195-6701, Priority -Journal of Human Behavior in the Social Environment, ( J. Hum. Behav. Soc. Environ.), 1091-1359, Selective -Journal of Human Evolution, ( J. Hum. Evol.), 0047-2484, Selective -Journal of Human Genetics, ( J. Hum. Genet.), 1434-5161, Selective -Journal of Human Resources, ( J. Hum. Resour.), 0022-166X, Selective -Journal of Hunan University, Natural Science, ( J. Hunan Univ. Nat. Sci.), 1000-2472, Selective -Journal of Hydraulic Engineering, ( J. Hydraul. Eng.), 0733-9429, Selective -Journal of Hydraulic Research/Journal de Recherches Hydraulique, ( J. Hydraul. Res./J. Rech. Hydraul.), 0022-1686, Selective -Journal of Hymenoptera Research, ( J. Hymenoptera Res.), 1070-9428, Core -Journal of Ichthyology/Voprosy Ikhtiologii, ( J. Ichthyol./Vopr. Ikhtiol.), 0032-9452, Core -Journal of Immigrant Health, ( J. Immigrant Health), 1096-4045, Selective -Journal of Immunoassay, ( J. Immunoassay), 0197-1522, Priority -Journal of Immunoassay and Immunochemistry, ( J. Immunoassay Immunochem.), 1532-1819, Priority -Journal of Immunological Methods, ( J. Immunol. Methods), 0022-1759, Core -Journal of Immunology, ( J. Immunol.), 0022-1767, Core -Journal of Immunotherapy, ( J. Immunother.), 1067-5582, Core -Journal of Immunotherapy with Emphasis on Tumor Biology, ( J. Immunother. Emph. Tumor Biol.), 1053-8550, Core -Journal of Industrial Microbiology & Biotechnology, ( J. Ind. Microbiol. Biotechnol.), 1367-5435, Core -Journal of Industrial Pollution Control, ( J. Ind. Pollut. Control), 0970-2083, Selective -Journal of Industrial Textiles, ( J. Ind. Text.), 1528-0837, Selective -Journal of Infection, ( J. Infect.), 0163-4453, Core -Journal of Infectious Disease Pharmacotherapy, ( J. Infect. Dis. Pharmacother.), 1068-7777, Priority -Journal of Infectious Diseases, ( J. Infect. Dis.), 0022-1899, Core -Journal of Infectious Diseases and Antimicrobial Agents, ( J. Infect. Dis. Antimicrobial Agents), 0857-0744, Core -Journal of Inflammation, ( J. Inflammation), 1078-7852, Core -Journal of Infrastructure Systems, ( J. Infrastruct. Syst.), Selective -Journal of Inherited Metabolic Disease, ( J. Inherited Metab. Dis.), 0141-8955, Selective -Journal of Insect Behavior, ( J. Insect Behav.), 0892-7553, Core -Journal of Insect Conservation, ( J. Insect Conserv.), 1366-638X, Core -Journal of Insect Physiology, ( J. Insect Physiol.), 0022-1910, Core -Journal of Insect Science (Ludhiana), ( J. Insect Sci.), 0970-3837, Core -Journal of Insect Science (Tucson), ( J. Insect Sci. (Tucson)), 1536-2442, Core -Journal of Integrative Neuroscience, ( J. Integra. Neurosci.), 0219-6352, Selective -Journal of Intelligent Manufacturing, ( J. Intell. Manuf.), 0956-5515, Selective -Journal of Interferon & Cytokine Research, ( J. Interferon Cytokine Res.), 1079-9907, Priority -Journal of International Wildlife Law and Policy, ( J. Int. Wildl. Law Policy), 1388-0292, Selective -Journal of Invertebrate Pathology, ( J. Invertebr. Pathol.), 0022-2011, Priority -Journal of Iron and Steel Research International, ( J. Iron Steel Res. Int.), 1006-706X, Selective -Journal of Japanese botany. Tokyo, ( J. Jap. Bot.), 0022-2062, Selective -Journal of King Abdulaziz University. Marine sciences. Jeddah, ( J. King Abdulaziz Univ. (Mar. Sci.)), 1021-1802, Core -Journal of Labelled Compounds and Radiopharmaceuticals, ( J. Labelled Compd. Radiopharmaceut.), 0362-4803, Selective -Journal of Labor Economics, ( J. Labor Econ.), 0734-306X, Selective -Journal of Labor Research, ( J. Labor Res.), 0195-3613, Selective -Journal of Lake Sciences, ( J. Lake Sci.), 1003-5427, Priority -Journal of Law, Medicine & Ethics, ( J. Law Med. Ethics), 0277-8459, Selective -Journal of Legal Medicine, ( J. Legal Med.), 0194-7648, Selective -Journal of Leisure Research, ( J. Leisure Res.), 0022-2216, Selective -Journal of Leukocyte Biology, ( J. Leukocyte Biol.), 0741-5400, Core -Journal of Liaoning Normal University/Liaoning Shifan Daxue Xuebao, ( J. Liaoning Norm. Univ./Liaoning Shifan Daxue Xuebao), 1000-1735, Selective -Journal of Life Science (Calicut), ( J. Life Sci. (Calicut)), Selective -Journal of Life Sciences Royal Dublin Society, ( J. Life Sci. R. Dublin Soc.), 0971-9598, Selective -Journal of Liposome Research, ( J. Liposome Res.), 0898-2104, Priority -Journal of Liquid Chromatography, ( J. Liq. Chromatogr.), 0148-3919, Selective -Journal of Liquid Chromatography & Related Technologies, ( J. Liq. Chromatogr. Rel. Technol.), 1082-6076, Selective -Journal of Long-Term Effects of Medical Implants, ( J. Long Term Effects Med. Implants), 1050-6934, Priority -Journal of Loss Prevention in the Process Industries, ( J. Loss Prev. Process Indust.), Selective -Journal of Magnetic Resonance, ( J. Magn. Reson.), 1090-7807, Selective -Journal of Magnetic Resonance Imaging, ( J. Magn. Reson. Imaging), 1053-1807, Priority -Journal of Mammalian Evolution, ( J. Mamm. Evol.), 1064-7554, Selective -Journal of Mammalogy, ( J. Mammal.), 0022-2372, Priority -Journal of Management in Engineering, ( J. Manage. Eng.), 0742-597X, Selective -Journal of Managerial Psychology, ( J. Manage. Psychol.), 0268-3946, Selective -Journal of marine and atmospheric research. Ernakulam, ( J. Mar. Atmos. Res.), Core -Journal of Marine Biotechnology, ( J. Mar. Biotechnol.), 0941-2905, Core -Journal of Marine Research, ( J. Mar. Res.), 0022-2402, Priority -Journal of marine science (Qingdao). Qingdao, ( J. Mar. Sci. (Qingdao)), Selective -Journal of maritime law and commerce. Baltimore MD, ( J. Marit. Law Comm.), 0022-2410, Priority -Journal of Mass Spectrometry, ( J. Mass Spectrom.), 1076-5174, Priority -Journal of Materials in Civil Engineering, ( J. Mater. Civ. Eng.), 0899-1561, Selective -Journal of Materials Science: Materials in Medicine, ( J. Mater. Sci. Mater. Med.), 0957-4530, Core -Journal of Mathematical Biology, ( J. Math. Biol.), 0303-6812, Selective -Journal of Mechanical Strength, ( J. Mech. Strength), 1001-9669, Priority -Journal of Mechanics in Medicine and Biology, ( J. Mech. Med. Biol.), 0219-5194, Priority -Journal of Medical & Veterinary Mycology, ( J. Med. Vet. Mycol.), 0268-1218, Core -Journal of Medical Engineering & Technology, ( J. Med. Eng. Technol.), 0309-1902, Core -Journal of Medical Entomology, ( J. Med. Entomol.), 0022-2585, Core -Journal of Medical Ethics, ( J. Med. Ethics), 0306-6800, Selective -Journal of Medical Genetics, ( J. Med. Genet.), 0022-2593, Selective -Journal of Medical Microbiology, ( J. Med. Microbiol.), 0022-2615, Core -Journal of Medical Sciences, ( J. Med. Sci.), 1011-4564, Selective -Journal of Medical Systems, ( J. Med. Syst.), 0148-5598, Selective -Journal of Medical Virology, ( J. Med. Virol.), 0146-6615, Core -Journal of Medicinal Chemistry, ( J. Med. Chem.), 0022-2623, Selective -Journal of Medicinal Food, ( J. Med. Food), 1096-620X, Selective -Journal of Medicine and Biochemistry, ( J. Med. Biochem.), 1453-1321, Selective -Journal of Membrane Science, ( J. Membr. Sci.), 0376-7388, Selective -Journal of Mental Health Counseling, ( J. Ment. Health Couns.), 1040-2861, Selective -Journal of Microbiological Methods, ( J. Microbiol. Methods), 0167-7012, Core -Journal of Microbiology, Immunology and Infection, ( J. Microbiol. Immunol. Infect.), 0253-2662, Selective -Journal of Microscopy (Oxford), ( J. Microsc.), 0022-2720, Selective -Journal of Molecular Biology, ( J. Mol. Biol.), 0022-2836, Priority -Journal of Molecular Evolution, ( J. Mol. Evol.), 0022-2844, Core -Journal of Molecular Graphics, ( J. Mol. Graphics), 0263-7855, Selective -Journal of Molecular Graphics & Modelling, ( J. Mol. Graphics Model.), 1093-3263, Core -Journal of Molecular Microbiology and Biotechnology, ( J. Mol. Microbiol. Biotechnol.), 1464-1801, Priority -Journal of Molecular Neuroscience, ( J. Mol. Neurosci.), 0895-8696, Core -Journal of Molecular Structure, ( J. Mol. Struct.), 0166-1280, Selective -Journal of Molluscan Studies, ( J. Molluscan Stud.), 0260-1230, Priority -Journal of Morphology, ( J. Morphol.), 0362-2525, Selective -Journal of Muscle Research and Cell Motility, ( J. Muscle Res. Cell Motil.), 0142-4319, Selective -Journal of Musculoskeletal & Neuronal Interactions, ( J. Musculoskelet. Neuron. Interact.), 1108-7161, Priority -Journal of Musculoskeletal Pain, ( J. Musculoskeletal Pain), 1058-2452, Selective -Journal of Musculoskeletal Research, ( J. Musculosketeletal Res.), 0218-9577, Priority -Journal of Mycology and Plant Pathology, ( J. Mycol. Plant Pathol.), 0971-9393, Selective -Journal of Nanjing Institute of Meteorology/Nanjing Qixiang Xueyuan Xuebao. Nanjing, ( J. Nanjing Inst. Meteorol./Nanjing Qixiang Xueyuan Xuebao), 1002-2022, Priority -Journal of Nanjing University of Aeronautics & Astronautics, ( J. Nanjing Univ. Aeronaut. Astronaut.), 1005-2615, Selective -Journal of Nanjing University of Technology (Natural Science Edition), ( J. Nanjing Univ. Technol. (Nat. Sci. Ed.)), 1671-7643, Selective -Journal of National Fisheries University (Japan). Shimonoseki, ( J. Natl. Fish. Univ. (Japan)), 0370-9361, Core -Journal of Natural History, ( J. Nat. Hist.), 0022-2933, Priority -Journal of Natural Products, ( J. Nat. Prod.), 0163-3864, Priority -Journal of Natural Remedies, ( J. Nat. Remedies), 0972-5547, Selective -Journal of Natural Toxins, ( J. Nat. Toxins), 1058-8108, Core -Journal of Nature Conservation, ( J. Nat. Conserv.), 0970-5945, Selective -Journal of Navigation, ( J. Navig.), 0373-4633, Selective -Journal of Nematology, ( J. Nematol.), 0022-300X, Selective -Journal of Neural Transmission, ( J. Neural Transm.), 0300-9564, Selective -Journal of Neuro-AIDS, ( J. Neuro-AIDS), 1069-7438, Core -Journal of Neurobiology, ( J. Neurobiol.), 0022-3034, Core -Journal of Neurochemistry, ( J. Neurochem.), 0022-3042, Core -Journal of Neurocytology, ( J. Neurocytol.), 0300-4864, Selective -Journal of Neuroendocrinology, ( J. Neuroendocrinol.), 0953-8194, Selective -Journal of Neurogenetics, ( J. Neurogenet.), 0167-7063, Selective -Journal of Neuroimaging, ( J. Neuroimaging), 1051-2284, Selective -Journal of Neuroimmunology, ( J. Neuroimmunol.), 0165-5728, Priority -Journal of Neuropathology & Experimental Neurology, ( J. Neuropathol. Exp. Neurol.), 0022-3069, Selective -Journal of Neurophysiology, ( J. Neurophysiol.), 0022-3077, Core -Journal of Neuroscience, ( J. Neurosci.), 0270-6474, Core -Journal of Neuroscience Methods, ( J. Neurosci. Methods), 0165-0270, Selective -Journal of Neuroscience Research, ( J. Neurosci. Res.), 0360-4012, Priority -Journal of Neurosurgery, ( J. Neurosurg.), 0022-3085, Selective -Journal of Neurovirology, ( J. Neurovirol.), 1355-0284, Core -Journal of New Developments in Clinical Medicine, ( J. New Dev. Clin. Med.), Selective -Journal of New Seeds, ( J. New Seeds), 1522-886X, Priority -Journal of NIH Research, ( J. NIH Res.), 1043-609X, Selective -Journal of Nondestructive Evaluation, ( J. Nondestr. Eval.), 0195-9298, Selective -Journal of Northwest Atlantic fishery science. Dartmouth NS, ( J. Northwest Atl. Fish. Sci.), 0250-6408, Core -Journal of Nuclear Materials, ( J. Nucl. Mater.), 0022-3115, Selective -Journal of Nuclear Materials Management, ( J. Nucl. Mater. Manage.), 0893-6188, Selective -Journal of Nutraceuticals, Functional & Medical Foods, ( J. Nutraceut. Funct. Med. Foods), 1089-4179, Selective -Journal of Nutrition, ( J. Nutr.), 0022-3166, Selective -Journal of Nutrition for the Elderly, ( J. Nutr. Elderly), 0163-9366, Selective -Journal of Nutrition in Recipe & Menu Development, ( J. Nutr. Recipe Menu Dev.), 1055-1379, Selective -Journal of Nutritional & Environmental Medicine, ( J. Nutr. Environ. Med.), 1359-0847, Selective -Journal of Nutritional Science and Vitaminology, ( J. Nutr. Sci. Vitaminol.), Selective -Journal of Occupational and Environmental Hygiene, ( J. Occup. Env. Hyg.), 1545-9624, Core -Journal of Occupational and Environmental Medicine, ( J. Occup. Environ. Med.), 1076-2752, Priority -Journal of Occupational and Organizational Psychology, ( J. Occup. Organ. Psychol.), 0963-1798, Selective -Journal of Occupational Health Psychology, ( J. Occup. Health Psychol.), 1076-8998, Selective -Journal of Occupational Rehabilitation, ( J. Occup. Rehabil.), 1053-0487, Selective -Journal of Ocean University of Qingdao (English Edition Marine Science), ( J. Ocean Univ. Qingdao (Engl. Ed. Mar. Sci.)), 1671-2463, Priority -Journal of Ocean University of Qingdao/Qingdao Haiyang Daxue Xuebao. Qingdao, ( J. Ocean Univ. Qingdao/Qingdao Haiyang Daxue Xuebao), 1001-1862, Core -Journal of oceanography in Taiwan Strait/Taiwan Haixia. Xiamen, ( J. Oceanogr. Taiwan Strait/Taiwan Haixia), 1000-8160, Core -Journal of oceanography of Huanghai and Bohai Seas/Huangbohai Haiyang. Qingdao, ( J. Oceanogr. Huanghai Bohai Seas/Huangbohai Haiyang), 1000-7199, Core -Journal of Oceanography. Tokyo, ( J. Oceanogr.), 0916-8370, Core -Journal of Offender Rehabilitation, ( J. Offender Rehabil.), 1050-9674, Selective -Journal of Offshore Mechanics and Arctic Engineering. Transactions of the ASME, ( J. Offshore Mech. Arct. Eng. Trans. ASME), 0892-7219, Selective -Journal of Optimal Nutrition, ( J. Optimal Nutr.), 1061-2130, Selective -Journal of Oral and Maxillofacial Surgery, ( J. Oral Maxillofac. Surg.), 0278-2391, Selective -Journal of Organizational Behavior Management, ( J. Organ. Behav. Manage.), 0160-8061, Selective -Journal of Orthopaedic & Sports Physical Therapy, ( J. Orthop. Sports Phys. Ther.), 0190-6011, Selective -Journal of Orthopaedic Research, ( J. Orth. Res.), 0736-0266, Priority -Journal of Orthoptera Research, ( J. Orthoptera Res.), 1082-6467, Core -Journal of Paediatrics and Child Health, ( J. Paediatr. Child Health), 1034-4810, Selective -Journal of Paleolimnology, ( J. Paleolimnol.), 0921-2728, Core -Journal of Paleontology, ( J. Paleontol.), 0022-3360, Priority -Journal of Parasitology, ( J. Parasitol.), 0022-3395, Selective -Journal of Pathology, ( J. Pathol.), 0022-3417, Selective -Journal of Pediatric Surgery, ( J. Pediatr. Surg.), 0022-3468, Selective -Journal of Performance of Constructed Facilities, ( J. Perform. Constr. Facil.), 0887-3828, Selective -Journal of Perinatal Medicine, ( J. Perinatal Med.), 0300-5577, Selective -Journal of Personality Assessment, ( J. Person. Assess.), 0022-3891, Selective -Journal of Pesticide Science, Japan, ( J. Pestic. Sci., Japan), 0385-1559, Priority -Journal of Pharmaceutical and Biomedical Analysis, ( J. Pharm. Biomed. Anal.), 0731-7085, Selective -Journal of Pharmaceutical Sciences, ( J. Pharm. Sci.), 0022-3549, Selective -Journal of Pharmacoepidemiology, ( J. Pharmacoepidemiol.), 0896-6966, Selective -Journal of Pharmacological and Toxicological Methods, ( J. Pharmacol. Toxicol. Methods), 1056-8719, Priority -Journal of Pharmacy and Pharmacology, ( J. Pharm. Pharmacol.), 0022-3573, Selective -Journal of Photochemistry and Photobiology B: Biology, ( J. Photochem. Photobiol. B: Biol.), 1011-1344, Selective -Journal of Phycology, ( J. Phycol.), 0022-3646, Core -Journal of Physical Oceanography, ( J. Phys. Oceanogr.), 0022-3670, Selective -Journal of physics of the earth. Tokyo, ( J. Phys. Earth), 0022-3743, Selective -Journal of Physiology (London), ( J. Physiol. (Lond.)), 0022-3751, Selective -Journal of Physiology (Paris), ( J. Physiol. (Paris)), 0928-4257, Selective -Journal of Phytopathology, ( J. Phytopathol.), 0931-1785, Priority -Journal of Pineal Research, ( J. Pineal Res.), 0742-3098, Selective -Journal of PLA University of Science and Technology (Natural Science Edition)/Jiefangjun Ligong Daxue Xuebao, ( J. PLA Univ. Sci. Tech. (Nat. Sci. Ed.)/Jiefangjun Ligong Daxue Xuebao), 1009-3443, Selective -Journal of Plankton Research, ( J. Plankton Res.), 0142-7873, Core -Journal of Plant Growth Regulation, ( J. Plant Growth Regul.), 0721-7595, Selective -Journal of Plant Nutrition, ( J. Plant Nutr.), 0190-4167, Selective -Journal of Plant Nutrition and Soil Science, ( J. Plant Nutr. Soil Sci.), 1436-8730, Selective -Journal of Plant Pathology, ( J. Plant Pathol.), 1125-4653, Priority -Journal of Plant Physiology, ( J. Plant Physiol.), 0176-1617, Selective -Journal of Plant Research, ( J. Plant Res.), 0918-9440, Selective -Journal of Prehospital and Disaster Medicine, ( J. Prehosp. Disaster Med.), Selective -Journal of Pressure Vessel Technology. Transactions of the ASME, ( J. Pressure Vessel Technol. Trans. ASME), 0094-9930, Selective -Journal of Primary Prevention, ( J. Primary Prev.), 0278-095X, Selective -Journal of Production Agriculture, ( J. Prod. Agric.), 0890-8524, Selective -Journal of Propulsion and Power, ( J. Propul. Power), 0748-4658, Selective -Journal of Prosthetic Dentistry, ( J. Prosthet. Dent.), 0022-3913, Selective -Journal of Prosthetics and Orthotics, ( J. Prosthet. Orthotics), 1040-8800, Selective -Journal of Prosthodontics, ( J. Prosthodontics), 1059-941X, Selective -Journal of Protein Chemistry, ( J. Protein Chem.), 0277-8033, Selective -Journal of Public Health Medicine, ( J. Public Health Med.), Selective -Journal of Public Health Policy, ( J. Public Health Policy), 0197-5897, Selective -Journal of Pyrotechnics, ( J. Pyrotech.), 1082-3999, Selective -Journal of Quality Assurance in Hospitality & Tourism, ( J. Qual. Assur. Hosp. Tourism), 1528-008X, Selective -Journal of Quality in Clinical Practice, ( J. Qual. Clin. Pract.), 1320-5455, Selective -Journal of Radiation Research, ( J. Radiat. Res.), 0449-3060, Selective -Journal of Radiological Protection, ( J. Radiol. Prot.), 0952-4746, Priority -Journal of Receptors and Signal Transduction, ( J. Recept. Signal Transduct.), 1079-9893, Selective -Journal of Regional Analysis & Policy, ( J. Reg. Anal. Policy), Selective -Journal of Regional Science, ( J. Reg. Sci.), 0022-4146, Selective -Journal of Rehabilitation Medicine, ( J. Rehabil. Med.), 1650-1977, Selective -Journal of Rehabilitation Research and Development, ( J. Rehabil. Res. Dev.), 0748-7711, Selective -Journal of Reproductive Immunology, ( J. Reprod. Immunol.), 0165-0378, Core -Journal of Research on Adolescence, ( J. Res. Adolesc.), 1050-8392, Selective -Journal of Research on the Lepidoptera, ( J. Res. Lepid.), 0022-4324, Selective -Journal of Safety Research, ( J. Saf. Res.), 0022-4375, Priority -Journal of School Health, ( J. Sch. Health), 0022-4391, Selective -Journal of School Violence, ( J. School Violence), 1538-8220, Selective -Journal of Science and Medicine in Sport, ( J. Sci. Med. Sport), 1440-2440, Selective -Journal of science of the Hiroshima University. Series B. Division 2. Botany. Hiroshima, ( J. Sci. Hiroshima Univ. (B. 2 Bot.)), 0075-4366, Selective -Journal of Sciences, Islamic Republic of Iran, ( J. Sci., Islamic Repub. Iran), 1016-1104, Selective -Journal of scientific and industrial research. New Delhi, ( J. Sci. Ind. Res.), 0022-4456, Priority -Journal of Sedimentary Research Section B: Stratigraphy and Global Studies, ( J. Sediment. Res. (B Stratigr. Global Stud.)), 1073-130X, Selective -Journal of Seismology, ( J. Seismol.), 1383-4649, Selective -Journal of Shandong University of Science and Technology (Natural Science)/Shandong Keji Daxue Xuebao (Ziran Kexueban), ( J. Shandong Univ. Sci. Technol. (Nat. Sci.)/Shandong Keji Daxue Xuebao (Ziran Kexueban)), 1000-2308, Selective -Journal of Shellfish Research, ( J. Shellfish Res.), 0730-8000, Core -Journal of Shenyang Architecture and Civil Engineering University, ( J. Shenyang Archit. Civ. Eng. Univ.), 1671-2021, Selective -Journal of Ship Research, ( J. Ship Res.), 0022-4502, Selective -Journal of Sleep Research, ( J. Sleep Res.), 0962-1105, Selective -Journal of Social Welfare and Family Law, ( J. Soc. Welfare Fam. Law), 0141-8033, Selective -Journal of Soil Science, ( J. Soil Sci.), 0022-4588, Priority -Journal of Soils and Sediments, ( J. Soils Sed.), 1439-0108, Selective -Journal of Solid Waste Technology and Management, ( J. Solid Waste Technol. Manage.), 1088-1697, Selective -Journal of Sound and Vibration, ( J. Sound Vibrat.), 0022-460X, Selective -Journal of sound and vibration. London, ( J. Sound Vib.), 0020-460X, Selective -Journal of South Asian Natural History, ( J. South Asian Nat. Hist.), 1022-0828, Priority -Journal of South China Agricultural University (Natural Science Edition), ( J. S. China Agric. Univ. (Nat. Sci. Ed.)), 1001-411X, Selective -Journal of South China Normal University (Natural Science Edition)/Huanan Shifan Daxue Xuebao (Ziran Kexue Ban), ( J. South Chin. Norm. Univ. (Nat. Sci. Ed.)/Huanan Shifan Daxue Xuebao (Ziran Kexue Ban)), 1000-5463, Selective -Journal of Spacecraft and Rockets, ( J. Spacecraft Rockets), 0022-4650, Selective -Journal of Sport & Exercise Psychology, ( J. Sport Exerc. Psychol.), 0895-2779, Selective -Journal of Sport and Social Issues, ( J. Sport Soc. Iss.), 0193-7235, Selective -Journal of Sport Rehabilitation, ( J. Sport Rehab.), 1056-6716, Selective -Journal of Sports Chiropractic & Rehabilitation, ( J. Sports Chiro. Rehab.), 1084-1288, Selective -Journal of Sports Sciences, ( J. Sports Sci.), Selective -Journal of Sports Sciences, ( J. Sports Sci.), 0264-0414, Selective -Journal of Sports Traumatology, ( J. Sports Trauma.), 1120-3137, Selective -Journal of Steroid Biochemistry & Molecular Biology, ( J. Steroid Biochem. Mol. Biol.), 0960-0760, Selective -Journal of Stored Products Research, ( J. Stored Prod. Res.), 0022-474X, Priority -Journal of Strain Analysis for Engineering Design, ( J. Strain Anal. Eng. Des.), 0309-3247, Selective -Journal of structural biology. New York NY, ( J. Struct. Biol.), 1047-8477, Selective -Journal of Structural Control, ( J. Struct. Control), 1538-523X, Selective -Journal of Structural Engineering, ( J. Struct. Eng.), 0733-9445, Selective -Journal of Studies on Alcohol, ( J. Stud. Alcohol), 0096-882X, Selective -Journal of Substance Abuse, ( J. Subst. Abuse), 0899-3289, Selective -Journal of Substance Abuse Treatment, ( J. Subst. Abuse Treat.), 0740-5472, Selective -Journal of Substance Misuse, ( J. Subst. Misuse), 1357-5007, Selective -Journal of Substance Use, ( J. Subst. Use), 1465-9891, Selective -Journal of Surgical Research, ( J. Surg. Res.), Selective -Journal of Surveying Engineering, ( J. Surv. Eng.), 0733-9453, Selective -Journal of Sustainable Agriculture, ( J. Sustainable Agric.), 1044-0046, Selective -Journal of Taiwan fisheries research. Keelung, ( J. Taiwan Fish. Res.), 1018-7324, Core -Journal of Terramechanics, ( J. Terramech.), 0022-4898, Selective -Journal of the Acoustical Society of America, ( J. Acoust. Soc. Am.), 0001-4966, Selective -Journal of the Acoustical Society of America. Supplement. New York NY, ( J. Acoust. Soc. Am. (Suppl.)), 0163-0962, Selective -Journal of the Air & Waste Management Association, ( J. Air Waste Manage. Assoc.), 1047-3289, Selective -Journal of the Alabama Academy of Science, ( J. Ala. Acad. Sci.), 0002-4112, Selective -Journal of the American Academy of Psychoanalysis, ( J. Am. Acad. Psychoanal.), 0090-3604, Selective -Journal of the American Chemical Society, ( J. Am. Chem. Soc.), 0002-7863, Selective -Journal of the American College of Cardiology, ( J. Am. Coll. Cardiol.), 0735-1097, Selective -Journal of the American College of Toxicology, ( J. Am. Coll. Toxicol.), 0730-0913, Selective -Journal of the American Dietetic Association, ( J. Am. Diet. Assoc.), 0002-8223, Selective -Journal of the American Geriatrics Society, ( J. Am. Geriatr. Soc.), 0002-8614, Selective -Journal of the American Medical Association, ( J. Am. Med. Assoc.), 0098-7484, Selective -Journal of the American Medical Informatics Association, ( J. Am. Med. Inf. Assoc.), 1067-5027, Core -Journal of the American Medical Women's Association, ( J. Am. Med. Women's Assoc.), 0098-8421, Selective -Journal of the American Mosquito Control Association, ( J. Am. Mosq. Control Assoc.), 8756-971X, Core -Journal of the American Oil Chemists' Society, ( J. Am. Oil Chem. Soc.), 0003-021X, Selective -Journal of the American Optometric Association, ( J. Am. Optom. Assoc.), 0003-0244, Selective -Journal of the American Society for Horticultural Science, ( J. Am. Soc. Hort. Sci.), 0003-1062, Selective -Journal of the American Society for Information Science, ( J. Am. Soc. Inf. Sci.), 0002-8231, Selective -Journal of the American Society for Mass Spectrometry, ( J. Am. Soc. Mass Spectrom.), 1044-0305, Selective -Journal of the American Veterinary Medical Association, ( J. Am. Vet. Med. Assoc.), 0003-1488, Selective -Journal of the American Water Works Association, ( J. Am. Water Works Assoc.), 0003-150X, Selective -Journal of the Andaman Science Association. Port Blair, ( J. Andaman Sci. Assoc.), 0970-4183, Priority -Journal of the Association of Nurses in AIDS Care, ( J. Assoc. Nurses AIDS Care), 1055-3290, Selective -Journal of the Astronautical Sciences, ( J. Astronaut. Sci.), 0021-9142, Selective -Journal of the Australian Entomological Society, ( J. Aust. Entomol. Soc.), 0004-9050, Selective -Journal of the Australian Entomological Society. Indooroopilly, ( J. Aust. Entomol. Soc.), Priority -Journal of the Autonomic Nervous System, ( J. Auton. Nerv. Syst.), 0165-1838, Selective -Journal of the Bombay Natural History Society. Bombay, ( J. Bombay Nat. Hist. Soc.), 0006-6982, Priority -Journal of the Canadian Association of Radiologists, ( J. Can. Assoc. Radiol.), Selective -Journal of the Canadian Dental Association, ( J. Can. Dent. Assoc.), Selective -Journal of the Chemical Society, London. Faraday transactions 2. London, ( J. Chem. Soc. Lond. Faraday Trans. 2), Selective -Journal of the China Railway Society, ( J. Chin. Railway Soc.), 1001-8360, Selective -Journal of the Chinese Institute of Engineers, ( J. Chin. Inst. Eng.), 0253-3839, Selective -Journal of the Chinese Society of Animal Science, ( J. Chin. Soc. Anim. Sci.), 0253-9187, Selective -Journal of the College of Physicians and Surgeons, Pakistan, ( J. Coll. Physicians Surg. Pak.), 1022-386X, Selective -Journal of the Elisha Mitchell Scientific Society. Chapel Hill NC, ( J. Elisha Mitchell Sci. Soc.), 0013-6220, Selective -Journal of the Entomological Research Society, ( J. Entomol. Res. Soc.), 1302-0250, Priority -Journal of the Entomological Society of British Columbia, ( J. Entomol. Soc. B. C.), 0071-0733, Selective -Journal of the Entomological Society of Ontario, ( J. Entomol. Soc. Ont.), 0071-0768, Core -Journal of the Experimental Analysis of Behavior, ( J. Exp. Anal. Behav.), 0022-5002, Priority -Journal of the Faculty of Agriculture, Kyushu University, ( J. Fac. Agric. Kyushu Univ.), 0023-6152, Selective -Journal of the Faculty of Science, Tokyo University. Section 3: Botany. Tokyo, ( J. Fac. Sci. Tokyo Univ. (3 Bot.)), Selective -Journal of the Faculty of Veterinary Medicine, University of Tehran, ( J. Fac. Vet. Med. Univ. Tehran), 1022-646X, Selective -Journal of the Fisheries Society of Taiwan, ( J. Fish. Soc. Taiwan), 0379-4180, Core -Journal of the Food Hygienic Society of Japan, ( J. Food Hyg. Soc. Japan), 0015-6426, Selective -Journal of the Formosan Medical Association, ( J. Formosan Med. Assoc.), 0929-6646, Selective -Journal of the Geological Society of India. Bangalore, ( J. Geol. Soc. India), 0016-7622, Priority -Journal of the Geological Society of Japan. Tokyo, ( J. Geol. Soc. Japan), 0016-7630, Selective -Journal of the Geological Society of London. London, ( J. Geol. Soc. Lond.), 0016-7649, Selective -Journal of the Indian Fisheries Association. Bombay, ( J. Indian Fish. Assoc.), Core -Journal of the Indian Institute of Science. Bangalore, ( J. Indian Inst. Sci.), 0019-9464, Selective -Journal of the Inland Fisheries Society of India. Barrackpore, ( J. Inland Fish. Soc. India), 0379-3435, Core -Journal of the Iowa Academy of Science, ( J. Iowa Acad. Sci.), 0896-8381, Selective -Journal of the Japan Institute of Navigation. Tokyo, ( J. Japan Inst. Navig.), 0388-7405, Selective -Journal of the Japan Society of Mechanical Engineers, ( J. Jpn. Soc. Mech. Eng.), 0021-4728, Selective -Journal of the Kansai Society of Naval Architects Japan. Suita, ( J. Kansai Soc. Nav. Archit. Japan), 0389-9101, Selective -Journal of the Kansas Entomological Society, ( J. Kans. Entomol. Soc.), 0022-8567, Core -Journal of the Kentucky Academy of Science, ( J. Ky. Acad. Sci.), Selective -Journal of the Korean Fisheries Society. Pusan, ( J. Korean Fish. Soc.), 0374-8111, Core -Journal of the Korean Society of Plastic and Reconstructive Surgeons, ( J. Korean Soc. Plast. Reconstr. Surg.), 1015-6402, Selective -Journal of the Lepidopterists Society, ( J. Lepid. Soc.), 0024-0966, Core -Journal of the Malacological Society of Australia, ( J. Malacol. Soc. Aust.), Priority -Journal of the Malacological Society of Australia. Melbourne, ( J. Malacol. Soc. Aust.), 0085-2988, Priority -Journal of the Marine Biological Association of India. Cochin, ( J. Mar. Biol. Assoc. India), 0025-3146, Core -Journal of the Marine Biological Association of the United Kingdom, ( J. Mar. Biol. Assoc. U.K.), 0025-3154, Core -Journal of the Marine Biological Association of the United Kingdom. Plymouth, ( J. Mar. Biol. Assoc. U.K.), 0025-3154, Core -Journal of the Medical Association of Georgia, ( J. Med. Assoc. Ga.), 0025-7028, Selective -Journal of the Mine Ventilation Society of South Africa, ( J. Mine Vent. Soc. S. Afr.), 0368-3206, Selective -Journal of the National Aquatic Resources Agency (Sri Lanka). Colombo, ( J. Natl. Aquat. Resour. Agency (Sri Lanka)), Core -Journal of the National Cancer Institute, ( J. Natl. Cancer Inst.), 0027-8874, Priority -Journal of the National Medical Association, ( J. Natl. Med. Assoc.), 0027-9684, Selective -Journal of the National Science Council of Sri Lanka, ( J. Natl. Sci. Counc. Sri Lanka), 0300-9254, Selective -Journal of the National Science Foundation of Sri Lanka, ( J. Natl. Sci. Found. Sri Lanka), 1391-4588, Selective -Journal of the Neurological Sciences, ( J. Neurol. Sci.), 0022-510X, Selective -Journal of the New York Entomological Society, ( J. N. Y. Entomol. Soc.), 0028-7199, Core -Journal of the North American Benthological Society, ( J. N. Am. Benthol. Soc.), 0887-3593, Core -Journal of the Oceanological Society of Korea. Seoul, ( J. Oceanol. Soc. Korea), 0374-8049, Selective -Journal of the Royal College of Physicians of London, ( J. R. Coll. Physicians Lond.), Selective -Journal of the Royal Society of Chemistry. Perkin transactions 1. London, ( J. R. Soc. Chem. Perkin Trans. 1), 0300-922X, Selective -Journal of the Royal Society of Chemistry. Perkin transactions 2. London, ( J. R. Soc. Chem. Perkin Trans. 2), 0300-9580, Selective -Journal of the Royal Society of Medicine, ( J. R. Soc. Med.), 0267-5331, Selective -Journal of the Royal Society of New Zealand, ( J. R. Soc. N. Z.), 0303-6758, Selective -Journal of the Royal Society of New Zealand. Zoology. Wellington, ( J. R. Soc. N.Z. (Zool.)), Selective -Journal of the School of Marine Science and Technology, Tokai University. Shimizu, ( J. Sch. Mar. Sci. Technol. Tokai Univ.), 0375-3271, Core -Journal of the Science of Food and Agriculture, ( J. Sci. Food Agric.), 0022-5142, Selective -Journal of the Society for Underwater Technology, London. London, ( J. Soc. Underwat. Technol. Lond.), Selective -Journal of the Society of Naval Architects of Japan. Tokyo, ( J. Soc. Nav. Archit. Japan), 0514-8499, Selective -Journal of the South African Institution of Civil Engineering, ( J. S. Afr. Inst. Civ. Eng.), 1021-2019, Selective -Journal of the Taiwan Museum, ( J. Taiwan Mus.), Selective -Journal of the Tennessee Academy of Science, ( J. Tenn. Acad. Sci.), 0040-313X, Selective -Journal of the Tokyo University of Fisheries. Tokyo, ( J. Tokyo Univ. Fish.), Core -Journal of the Torrey Botanical Society, ( J. Torrey Bot. Soc.), 1095-5674, Priority -Journal of the Ukrainian Entomological Society, ( J. Ukr. Entomol. Soc.), Selective -Journal of the University of Kuwait (science). Kuwait, ( J. Univ. Kuwait (Sci.)), 0376-4818, Selective -Journal of the Washington Academy of Sciences, ( J. Wash. Acad. Sci.), 0043-0439, Selective -Journal of the World Aquaculture Society, ( J. World Aquacult. Soc.), 0893-8849, Core -Journal of the Zoological Society of India. Calcutta, ( J. Zool. Soc. India), 0049-8769, Priority -Journal of Theoretical Biology, ( J. Theor. Biol.), 0022-5193, Selective -Journal of Thermal Biology, ( J. Therm. Biol.), 0306-4565, Priority -Journal of Thrombosis and Thrombolysis, ( J. Thromb. Thrombolysis), 0929-5305, Priority -Journal of Tianjin University/Tianjin Daxue Xuebao. Tianjin, ( J. Tianjin Univ./Tianjin Daxue Xuebao), 0493-2137, Selective -Journal of Toxicology and Environmental Health, ( J. Toxicol. Environ. Health), 0093-4108, Selective -Journal of Toxicology and Environmental Health, Part A, ( J. Toxicol. Environ. Health, A), 0098-4108, Selective -Journal of Toxicology and Environmental Health, Part A: Current Issues, ( J. Toxicol. Environ. Health, A: Curr. Iss.), 1528-7394, Core -Journal of Toxicology and Environmental Health, Part B, ( J. toxicol. Environ. Health, Pt.B), 1093-7404, Priority -Journal of Toxicology: Clinical Toxicology, ( J. Toxicol.: Clin. Toxicol.), 0731-3810, Core -Journal of Toxicology: Cutaneous and Ocular Toxicology, ( J. Toxicol.: Cutaneous Ocular Toxicol.), 0731-3829, Core -Journal of Toxicology: Toxin Reviews, ( J. Toxicol.: Toxin Rev.), 0731-3837, Core -Journal of Transport Geography, ( J. Transp. Geogr.), 0966-6923, Selective -Journal of Transportation Engineering, ( J. Transp. Eng.), 0733-947X, Selective -Journal of Trauma, ( J. Trauma), 0022-5282, Selective -Journal of Trauma Practice, ( J. Trauma Pract.), 1536-2922, Selective -Journal of Traumatic Stress, ( J. Traum. Stress), 0894-9867, Selective -Journal of Travel Medicine, ( J. Travel Med.), 1195-1982, Selective -Journal of Tropical Ecology, ( J. Trop. Ecol.), 0266-4674, Core -Journal of tropical meteorology/Redai Qixiang Xuebao. Beijing, ( J. Trop. Meteorol./Redai Qixiang Xuebao), 1004-4965, Priority -Journal of Tropical Pediatrics, ( J. Trop. Pediatr.), 0142-6338, Selective -Journal of Tsinghua University Science and Technology, ( J. Tsinghua Univ. Sci. Technol.), 1000-0054, Selective -Journal of Turkish Phytopathology, ( J. Turkish Phytopathol.), 0378-8024, Priority -Journal of Urban Health, ( J. Urban Health), 1471-8505, Selective -Journal of Urban Planning and Development, ( J. Urban Plann. Dev.), 0733-9488, Selective -Journal of Venomous Animals and Toxins, ( J. Venom. Anim. Toxins), 0104-7930, Core -Journal of Venomous Animals and Toxins including Tropical Diseases, ( J. Venom. Anim. Tox. incl. Trop. Dis.), 1678-9199, Priority -Journal of Vertebrate Paleontology, ( J. Vert. Paleontol.), 0272-4634, Selective -Journal of Vestibular Research: Equilibrium & Orientation, ( J. Vestibular Res.: Equilibrium Orient.), 0957-4271, Selective -Journal of Veterinary Medicine B/Zentralblatt fuer Veterinaermedizin Reihe B, ( J. Vet. Med. B/Zentralbl. Veterinaermed. Reihe B), 0931-1793, Priority -Journal of Vibration and Acoustics. Transactions of the ASME, ( J. Vibrat. Acoust. Trans. ASME), 1048-9002, Selective -Journal of Vibration and Control, ( J. Vibrat. Control), 1077-5463, Selective -Journal of Viral Hepatitis, ( J. Viral Hepatitis), 1352-0504, Core -Journal of Virological Methods, ( J. Virol. Methods), 0166-0934, Core -Journal of Virology, ( J. Virol.), 0022-538X, Core -Journal of Water and Health, ( J. Water Health), 1477-8920, Selective -Journal of water and wastewater research., ( J. Water Wastewat. Res.), Selective -Journal of Waterway, Port, Coastal and Ocean Engineering, ( J. Waterway Port Coast. Ocean Eng.), 0733-950X, Selective -Journal of West African fisheries. Lagos, ( J. West Afr. Fish.), 0794-3520, Core -Journal of Whiplash and Related Disorders, ( J. Whiplash Related Disord.), 1533-2888, Selective -Journal of Wildlife Diseases, ( J. Wildl. Dis.), 0090-3558, Priority -Journal of Wildlife Management, ( J. Wildl. Manage.), 0022-541X, Core -Journal of Women & Aging, ( J. Women Aging), 0895-2841, Selective -Journal of Women's Health, ( J. Women's Health), 1540-9996, Selective -Journal of Women's Health & Gender-Based Medicine, ( J. Women's Health Gender-Based Med.), 1524-6094, Selective -Journal of Xiamen Fisheries College/Xiamen Shuichan Xueyuan Xuebao. Xiamen, ( J. Xiamen Fish. Coll./Xiamen Shuichan Xueyuan Xuebao), 1000-5196, Core -Journal of Xiamen University. Natural science/Xiamen Daxue Xuebao. Xiamen, ( J. Xiamen Univ. (Nat. Sci.)/Xiamen Daxue Xuebao), 0438-0479, Priority -Journal of Zhanjiang Ocean University/Zhanjiang Haiyang Daxue Xuebao. Zhanjiang, ( J. Zhanjiang Ocean Univ./Zhanjiang Haiyang Daxue Xuebao), 1007-7995, Core -Journal of Zhejiang Agricultural University, ( J. Zhejiang Agric. Univ.), 1000-2111, Selective -Journal of Zhejiang College of Fisheries/Zhejiang Shuichan Xueyuan Xuebao. Zhoushan, ( J. Zhejiang Coll. Fish./Zhejiang Shuichan Xueyuan Xuebao), 1000-212X, Core -Journal of Zhejiang University (Agriculture and Life Sciences), ( J. Zhejiang Univ. (Agric. Life Sci.)), 1008-9209, Selective -Journal of Zoo and Wildlife Medicine, ( J. Zoo Wildl. Med.), 1042-7260, Selective -Journal of Zoological Systematics and Evolutionary Research, ( J. Zool. Syst. Evol. Res.), 0947-5745, Selective -Journal of zoological systematics and evolutionary research, ( J. Zool. Syst. Evol. Res.), 0947-5745, Selective -Journal of Zoology, ( J. Zool.), 0952-8369, Priority -Journal of zoology. Series A. London, ( J. Zool. (Ser. A)), 0269-364X, Selective -Journal. Japan Society for Bioscience, Biotechnology and Agrochemistry. Tokyo, ( J. Japan Soc. Biosci. Biotechnol. Agrochem.), Selective -JSME International Journal, Series C, ( JSME Int. J. Ser. C), 1340-8062, Selective -Jurnal penelitian perikanan laut/Journal of marine fisheries research. Jakarta, ( Jurnal Penelitian Perikanan Laut/J. Mar. Fish. Res.), 0216-7727, Core -Kaigai suisan sosho. Tokyo, ( Kaigai Suisan Sosho), Priority -Katalog Kollektsyj Zoologicheskogo Muzeya NNPM NAN Ukrainy/Catalogue of the Zoological Museum, National Natural History Museum, Ukrainian Academy of Sciences. Kiev, ( Kat. Kollekt. Zool. Muz. NNPM NAN Ukr./Cat. Zool. Mus. Natl. Nat. Hist. Mus. Ukr. Acad. Sci.), 0185-3287, Priority -Kavaka, Transactions of the Mycological Society of India, ( Kavaka, Trans. Mycol. Soc. India), 0379-5179, Selective -Kenya aquatica. Mombasa, ( Kenya Aquat.), Priority -Kenya journal of sciences. Series A. Physical and chemical sciences. Nairobi, ( Kenya J. Sci. (A Phys. Chem. Sci.)), 0250-8257, Priority -Kenya journal of sciences. Series B. Biological sciences. Nairobi, ( Kenya J. Sci. (B Biol. Sci.)), 0250-8265, Priority -KEY indicators. Sea Fish Industry Authority. Edinburgh, ( KEY Indic. Sea Fish Ind. Auth.), 0953-8348, Core -Key to geophysical records documentation. Rockville MD, ( Key Geophys. Rec. Doc.), Priority -Key to meteorological records documentation. Washington DC, ( Key Meteorol. Rec. Doc.), 0565-4637, Priority -Key to oceanographic records documentation. Rockville MD, ( Key Oceanogr. Rec. Doc.), Core -Khimiya i tekhnologiya vody. Kiev, ( Khim. Tekhnol. Vody), 0204-3556, Priority -Kieler Meeresforschungen. Sonderheft. Kiel, ( Kiel. Meeresforsch. (Sonderh.)), 0172-7893, Priority -KISR technical report. Safat, ( KISR Tech. Rep.), Priority -Klapalekiana, ( Klapalekiana), 1210-6100, Priority -Klinische Paediatrie, ( Klin. Paediatr.), 0300-8630, Selective -Koedoe, ( Koedoe), 0075-6458, Priority -Kogane, ( Kogane), 1346-0943, Priority -Koleopterologische Rundschau, ( Koleopterol. Rundsch.), 0075-6547, Selective -Korean Journal of Entomology, ( Korean J. Entomol.), 1011-9493, Selective -Korean journal of limnology. Seoul, ( Korean J. Limnol.), Selective -Korrozios Figyelo, ( Korr. Figyelo), 0133-2546, Selective -Kromosomo, ( Kromosomo), 0385-4655, Priority -Kuste. Heide, ( Kueste), 0452-7739, Priority -Kuwait bulletin of marine science. Salmiya, ( Kuwait Bull. Mar. Sci.), 0250-362X, Core -Kuwait Journal of Science & Engineering, ( Kuwait J. Sci. Eng.), 1024-8684, Selective -Laboratory Investigation, ( Lab. Invest.), 0023-6837, Selective -Laboratory leaflet. Directorate of Fisheries Research (Gt.Brit.). Lowestoft, ( Lab. Leafl. Dir. Fish. Res. (G.B.)), 0143-8018, Core -Lake and Reservoir Management, ( Lake Reserv. Manage.), 0743-8141, Priority -Lake Champlain Basin Study. Burlington VT, ( Lake Champlain Basin Study), Priority -Lake Erie Fisheries Assessment Unit report. Toronto ON, ( Lake Erie Fish. Assess. Unit Rep.), 0835-3042, Core -Lake Nipissing Fisheries Assessment Unit report. Toronto ON, ( Lake Nipissing Fish. Assess. Unit Rep.), Core -Lake of the Woods - Rainy Lake Fisheries Assessment Unit report. Toronto ON, ( Lake of the Woods - Rainy Lake Fish. Assess. Unit Rep.), Core -LakeLine, ( LakeLine), 0743-7978, Selective -Lakes & Reservoirs: Research and Management, ( Lakes Reserv.: Res. Manage.), 1320-5331, Priority -Lakes Letter, ( Lakes Lett.), Selective -Lakeside/Au bord du lac. Kigoma, ( Lakeside/Bord Lac), Priority -Lakse- og Sjoeaurefiske/Salmon and Trout Fisheries, ( Lakse- Sjoeaurefiske/Salmon Trout Fish.), 0550-0419, Selective -Lambillionea, ( Lambillionea), Selective -Lammergeyer. Pietermaritzburg, ( Lammergeyer), 0075-7780, Priority -Lancet, ( Lancet), 0099-5355, Selective -Lancet Infectious Diseases, ( Lancet Infect. Dis.), 1473-3099, Selective -Land and Water Law Review, ( Land Water Law Rev.), 0023-7612, Selective -Land- und Forstwirtschaft, Fischerei. Fachserie 3. Reihe 4.5. Hochsee- und Kustenfischerei; Bodenseefischerei. Stuttgart, ( Land- Forstwirtsch. Fisch. (Fachser. 3 Reihe 4.5. Hochsee- Kuestenfisch. Bodenseefisch.)), Priority -Landing place survey. Department of Fisheries (Thailand). Bangkok, ( Landing Place Surv. Dep. Fish. (Thail.)), Core -Landscape and Urban Planning, ( Landscape Urban Plann.), 0169-2046, Priority -Landscape Ecology, ( Landscape Ecol.), 0921-2973, Core -Landscope. Como, ( Landscope), 0815-4465, Priority -Lasers in Engineering, ( Lasers Eng.), 0898-1507, Selective -Lasers in Surgery and Medicine, ( Lasers Surg. Med.), 0196-8092, Core -Lasers in the Life Sciences, ( Lasers Life Sci.), 0886-0467, Selective -Latvijas Zinatnu Akademijas vestis. Dala B/Proceedings of the Latvian Academy of Sciences. Section B. Riga, ( Latv. Zinat. Akad. Vestis (B)/Proc. Latv. Acad. Sci. (B)), 0868-6556, Priority -Lauterbornia, ( Lauterbornia), 0935-333X, Selective -Lavori, Societa Veneziana di Scienza Naturali, ( Lav., Soc. Veneziana Sci. Nat.), 0392-9450, Selective -Law of the Sea bulletin. New York NY, ( Law Sea Bull.), Priority -Law Quarterly Review, ( Law Q. Rev.), 0023-933X, Selective -Laxforskningsinstitutet meddelande. Alvkarleby, ( Laxforskningsinst. Medd.), 0346-7066, Priority -Learning & Memory, ( Learn. Memory), 1072-0502, Priority -Learning and Motivation, ( Learn. Motiv.), 0023-9690, Priority -Lebanese science bulletin. Batroun, ( Leban. Sci. Bull.), 0256-7482, Priority -Legal Medicine, ( Legal Med.), 1344-6223, Selective -Lepidoptera News, ( Lepid. News), 1062-6581, Selective -Lethaia, ( Lethaia), 0024-1164, Priority -Letters in Applied Microbiology, ( Lett. Appl. Microbiol.), 0266-8254, Core -Letters in Mathematical Physics, ( Lett. Math. Phys.), 0377-9017, Selective -Leukemia, ( Leukemia), 0887-6924, Priority -Leukemia & Lymphoma, ( Leuk. Lymphoma), 1042-8194, Priority -Leukemia Research, ( Leukemia Res.), 0145-2126, Selective -Levantina. Haifa, ( Levantina), 0334-3715, Selective -Libellula, ( Libellula), 0723-6514, Priority -Libros universitarios. Universidad Autonoma de Baja California Sur. Serie didactica. La Paz, ( Libros Univ. Univ. Auton. Baja Calif. Sur (Didact.)), Priority -Lichenologist, ( Lichenologist), 0024-2829, Core -Liebigs Annalen: Organic and Bioorganic Chemistry, ( Liebigs Ann.: Org. Bioorg. Chem.), 0947-3440, Priority -Lietuvos mokslas/Science and arts of Lithuania. Vilnius, ( Liet. Moksl./Sci. Arts Lith.), Priority -Life Science Research, ( Life Sci. Res.), 1007-7847, Selective -Life Sciences, ( Life Sci.), 0024-3205, Selective -Life sciences contributions. Royal Ontario Museum. Toronto ON, ( Life. Sci. Contrib. R. Ont. Mus.), 0082-5085, Priority -Life sciences miscellaneous publications. Royal Ontario Museum. Toronto ON, ( Life Sci. Misc. Publ. R. Ont. Mus.), 0082-5093, Priority -Life sciences occasional papers. Royal Ontario Museum. Toronto ON, ( Life Sci. Occas. Pap. R. Ont. Mus.), 0082-5107, Priority -Lilloa. Tucuman, ( Lilloa), 0075-9481, Priority -Limnetica, ( Limnetica), 0213-8409, Core -Limnobios. La Plata, ( Limnobios), 0325-7592, Priority -Limnologica, ( Limnologica), 0075-9511, Priority -Limnologica. Jena, ( Limnologica), 0075-9511, Priority -Limnologie aktuell. Stuttgart, ( Limnol. Aktuell), 0937-2281, Priority -Limnology, ( Limnology), 1439-8621, Core -Limnology, ( Limnology), 1439-8621, Core -Limnology and Oceanography, ( Limnol. Oceanogr.), 0024-3590, Priority -Limnology and Oceanography: Methods, ( Limnol. Oceanogr. Methods), Priority -Linneana Belgica, ( Linn. Belg.), 0024-4090, Core -Lipids, ( Lipids), 0024-4201, Selective -List of fishing vessels. Northwest Atlantic Fisheries Organization. Dartmouth NS, ( List Fish. Vessels NAFO), 0250-7811, Core -Lithos, ( Lithos), 0024-4937, Selective -Livestock International, ( Livestock Int.), Priority -Local Environment, ( Local Environ.), 1354-9839, Selective -Louisiana Agriculture, ( La. Agric.), 0024-6735, Selective -Louisiana conservationist. Baton Rouge LA, ( La. Conserv.), 0024-6778, Selective -Lowell Wakefield Fisheries Symposium Series, ( Lowell Wakefield Fish. Symp. Ser.), Core -LTR newsletter. Bujumbura, ( LTR Newsl.), Priority -Luminescence, ( Luminescence), 1522-7235, Selective -Lung, ( Lung), 0341-2040, Selective -Lupus, ( LUPUS), 0961-2033, Core -Machine Learning, ( Mach. Learning), 0885-6125, Priority -Madrono, ( Madrono), 0024-9637, Selective -Magnetic Resonance Imaging, ( Magn. Reson. Imaging), 0730-725X, Priority -Magnetic Resonance in Medicine, ( Magn. Reson. Med.), 0740-3194, Core -Magyar Allatorvosok Lapja, ( Magy. Allatorv. Lapja), 0025-004X, Selective -Malacologia, ( Malacologia), 0076-2997, Core -Malayan Nature Journal, ( Malay. Nat. J.), 0025-1291, Selective -Malaysian Journal of Science Series B, ( Malay. J. Sci. Ser. B), 1394-3065, Priority -Maldives marine reseach bulletin. Male, ( Maldives Mar. Res. Bull.), Core -Mammal Review, ( Mamm. Rev.), 0305-1838, Priority -Mammalia, ( Mammalia), 0025-1461, Selective -Mammalian Genome, ( Mamm. Genome), 0938-8990, Core -Mammalian Species, ( Mammalian Species), 0076-3519, Selective -Management data series. Parks and Wildlife Department (Texas). Austin TX, ( Manage. Data Ser. Parks Wildl. Dep. (Tex.)), Priority -Manejo de fauna. Publicaciones tecnicas. Salta, ( Manejo Fauna Publ. Tec.), 0327-4853, Priority -Mangroves and Salt Marshes, ( Mangroves Salt Marshes), 1386-3509, Core -Manuales universitarios. Universidad Autonoma de Baja California Sur. Serie didactica. La Paz, ( Man. Univ. Univ. Auton. Baja Calif. Sur (Didact.)), Priority -Manuals and guides. Intergovernmental Oceanographic Commission. Paris, ( Man. Guides IOC), Core -Manufacturing Systems, ( Manuf. Syst.), 0748-948X, Selective -Map and chart series. Geological Society of America. Boulder CO, ( Map Chart Ser. Geol. Soc. Am.), Selective -MAP technical reports series. Athens, ( MAP Tech. Rep. Ser.), Priority -Marina mesopotamica. Basrah, ( Mar. Mesop.), Priority -Marine & Freshwater Research, ( Mar. Freshwat. Res.), 1323-1650, Priority -Marine advisory bulletin. Florida Sea Grant College Program. Gainesville FL, ( Mar. Advis. Bull. Fla. Sea Grant Coll. Program), Core -Marine advisory bulletin. University of Alaska Sea Grant Program. Fairbanks AK, ( Mar. Advis. Bull. Univ. Alaska Sea Grant Program), Core -Marine and Freshwater Behaviour and Physiology, ( Mar. Freshwat. Behav. Physiol.), 0091-181X, Core -Marine and freshwater research. Melbourne, ( Mar. Freshwat. Res.), Core -Marine and Petroleum Geology, ( Mar. Pet. Geol.), 0264-8172, Selective -Marine Biology, ( Mar. Biol.), 0025-3162, Core -Marine biology. Berlin, Heidelberg, ( Mar. Biol.), 0025-3162, Core -Marine Biotechnology, ( Mar. Biotechnol.), 1436-2228, Core -Marine bulletin. Rhode Island University Sea Grant Program. Kingston RI, ( Mar. Bull. R.I. Univ. Sea Grant Program), Core -Marine Chemistry, ( Mar. Chem.), 0304-4203, Priority -Marine conservation and development report. Gland, ( Mar. Conserv. Dev. Rep.), Core -Marine Ecology, ( Mar. Ecol.), 0173-9565, Core -Marine Ecology Progress Series, ( Mar. Ecol. Prog. Ser.), 0171-8630, Core -Marine ecology progress series. Oldendorf, ( Mar. Ecol. Prog. Ser.), 0171-8630, Core -Marine ecology. Berlin, ( Mar. Ecol.), 0173-9565, Core -Marine Environmental Research, ( Mar. Environ. Res.), 0141-1136, Core -Marine environmental research. London, ( Mar. Environ. Res.), 0141-1136, Core -Marine environmental science/Haiyang Huanjing Kexue. Dalian, ( Mar. Environ. Sci./Haiyang Huanjing Kexue), 1007-6336, Core -Marine extension bulletin. Georgia Sea Grant College Program. Athens GA, ( Mar. Ext. Bull. Ga. Sea Grant Coll. Program), Core -Marine Fisheries Information Service technical and extension series. Cochin, ( Mar. Fish. Inf. Serv. Tech. Ext. Ser.), 0254-380X, Core -Marine fisheries research/Haiyang Shuichan Yanjiu. Qingdao, ( Mar. Fish. Res./Haiyang Shuichan Yanjiu), 1000-7075, Core -Marine Fisheries Review, ( Mar. Fish. Rev.), 0090-1830, Core -Marine fisheries statistics. Department of Fisheries (Thailand). Bangkok, ( Mar. Fish. Stat. Dep. Fish. (Thail.)), Priority -Marine fisheries/Haiyang Yuye. Shanghai, ( Mar. Fish./Haiyang Yuye), 1004-2490, Core -Marine forecasts/Haiyang Yubao. Beijing, ( Mar. Forecasts/Haiyang Yubao), 1003-0239, Core -Marine Geology, ( Mar. Geol.), 0025-3227, Selective -Marine geology and Quaternary geology/Haiyang Dizhi Yu Disiji Dizhi. Qingdao, ( Mar. Geol. Quatern. Geol./Haiyang Dizhi Yu Disiji Dizhi.), 0256-1492, Core -Marine Invertebrates of Scandinavia, ( Mar. Invert. Scandinavia), 0542-6987, Priority -Marine Issues Committee special publication. Halifax NS, ( Mar. Issues Comm. Spec. Publ.), Core -Marine life. Marseille, ( Mar. Life), 1168-3430, Core -Marine Mammal Science, ( Mar. Mamm. Sci.), 0824-0469, Core -Marine memorandum series. Rhode Island University Sea Grant Program. Kingston RI, ( Mar. Memo. Ser. R.I. Univ. Sea Grant Program), Core -Marine Micropaleontology, ( Mar. Micropaleontol.), 0377-8398, Core -Marine Models Electronic Record, ( Mar. Models Electron. Rec.), Core -Marine Models Online, ( Mar. Models Online), Selective -Marine observer. London, ( Mar. Obs.), 0025-3251, Core -Marine Ornithology, ( Mar. Ornithol.), 1018-3337, Core -Marine Policy, ( Mar. Policy), 0308-597X, Priority -Marine Pollution Bulletin, ( Mar. Pollut. Bull.), 0025-326X, Selective -Marine products export review. Cochin, ( Mar. Prod. Export Rev.), Core -Marine Propulsion International, ( Mar. Propul. Int.), 0143-3709, Priority -Marine Research in Indonesia, ( Mar. Res. Indones.), 0079-0435, Core -Marine research in Indonesia. Jakarta, ( Mar. Res. Indones.), 0079-0435, Core -Marine research. Karachi, ( Mar. Res.), 1021-5654, Core -Marine resource bulletin. Gloucester Point VA, ( Mar. Resour. Bull.), Selective -Marine Resource Economics, ( Mar. Resour. Econ.), 0738-1360, Core -Marine Sanctuaries Conservation Series, ( Mar. Sanctuaries Conserv. Ser.), Selective -Marine science bulletin/Haiyang Tongbao. Tianjin, ( Mar. Sci. Bull./Haiyang Tongbao), 1001-6392, Core -Marine science country profiles. Paris, ( Mar. Sci. Ctry Profiles), Core -Marine sciences/Haiyang Kexue. Qingdao, ( Mar. Sci./Haiyang Kexue), 1000-3096, Core -Marine Scientist, ( Mar. Sci.), 1478-1328, Priority -Marine Structures, ( Mar. Struct.), 0951-8339, Selective -Marine technical report series. Rhode Island University Sea Grant Program. Kingston RI, ( Mar. Tech. Rep. Ser. R.I. Univ. Sea Grant Program), Core -Marine Technology Society Journal, ( Mar. Technol. Soc. J.), 0025-3324, Selective -Marine Turtle Newsletter, ( Mar. Turtle Newsl.), 0839-7708, Priority -Maritime Policy & Management, ( Marit. Policy Manage.), 0308-8839, Core -Maritimes, ( Maritimes), 0025-3472, Selective -Marron growers bulletin. Darlington, ( Marron Grow. Bull.), 1322-9796, Priority -Material Handling Engineering, ( Mater. Handl. Eng.), Selective -Material Handling Management, ( Mater. Handl. Manage.), 0025-5262, Selective -Materials and Structures, ( Mater. Struct.), 0025-5432, Selective -Materials Performance, ( Mater. Perform.), 0094-1492, Selective -Materials Science & Engineering C: Biomimetic and Supramolecular Systems, ( Mater. Sci. Eng. C Biomimetic Supramol. Syst.), 0928-4931, Priority -Mathematical and Computer Modelling, ( Math. Comput. Model.), 0895-7177, Selective -Mathematical Biosciences, ( Math. Biosci.), 0025-5564, Selective -Mathematical Medicine and Biology, ( Math. Med. Biol.), 1477-8599, Core -Mathematical Modelling of Systems, ( Math. Model. Syst.), 1381-2424, Selective -Mathematical Models & Methods in Applied Sciences, ( Math. Models Methods Appl. Sci.), 0218-2025, Selective -Mausam. New Delhi, ( Mausam), 0252-9416, Priority -Maydica, ( Maydica), 0025-6153, Selective -Mechanical Engineering, ( Mech. Eng.), 0025-6501, Selective -Meddelande fran Havsfiskelaboratoriet, Lysekil. Lysekil, ( Medd. Havsfiskelab. Lysekil), 1103-4777, Priority -Medecine du sport et des activites physiques (medispor). Paris, ( Med. Sport Act. Phys. (Medispor)), 0025-6722, Priority -Medical and Pediatric Oncology, ( Med. Pediatr. Oncol.), 0098-1532, Selective -Medical and Veterinary Entomology, ( Med. Vet. Entomol.), 0269-283X, Core -Medical Entomology and Zoology, ( Med. Entomol. Zool.), 0424-7086, Selective -Medical Image Analysis, ( Med. Image Anal.), 1361-8415, Core -Medical Journal of Australia, ( Med. J. Aust.), 0025-729X, Selective -Medical Microbiology and Immunology, ( Med. Microbiol. Immunol.), 0300-8584, Core -Medical Microbiology Letters, ( Med. Microbiol. Lett.), 1018-4627, Priority -Medical Science Research, ( Med. Sci. Res.), 0269-8951, Selective -Medicina Paliativa, ( Med. Paliativa), 1134-248X, Selective -Medicine & Global Survival, ( Med. Global Survival), Selective -Medicine & Science in Sports & Exercise, ( Med. Sci. Sports Exerc.), 0195-9131, Selective -Medicine, Conflict and Survival, ( Med., Conflict Survival), 1362-3699, Selective -Medio ambiente. Valdivia, ( Medio Ambiente), 0304-8764, Priority -Medizinische Klinik, ( Med. Klin.), 0723-5003, Selective -Medsubhyp international. Marseille, ( Medsubhyp Int.), 1244-7730, Priority -Meereskundliche Beobachtungen und Ergebnisse. Hamburg, ( Meereskd. Beob. Ergeb.), 0433-7670, Priority -Meereswissenschaftliche Berichte/Marine scientific reports. Warnemunde, ( Meereswiss. Ber./Mar. Sci. Rep.), 0939-396X, Core -Mekong fish catch and culture. Bangkok, ( Mekong Fish Catch Cult.), 0859-290X, Core -Melanoma Research, ( Melanoma Res.), 0960-8931, 9 -Membrane & Cell Biology/Biologicheskie Membrany, ( Membr. Cell Biol./Biolog. Memb.), 1023-6597, Selective -Memoires de DEA. Sciences de la vie. Pharmacologie. Centre de Noumea, ORSTOM. Noumea, ( Mem. DEA Sci. Vie Pharmacol. Cent. Noumea ORSTOM), Priority -Memoires de l'Institut oceanographique, Monaco. Monaco, ( Mem. Inst. Oceanogr. Monaco), 0304-5714, Core -Memoires de la Societe Vaudoise des Science Naturelles, ( Mem. Soc. Vaud. Sci. Nat.), 0037-9611, Selective -Memoires de stage. Biologie marine. Centre de Noumea, ORSTOM. Noumea, ( Mem. Stage Biol. Mar. Cent. Noumea ORSTOM), Core -Memoires de stage. Oceanographie. Centre de Noumea, ORSTOM. Noumea, ( Mem. Stage Oceanogr. Cent. Noumea ORSTOM), Core -Memoires du Laboratoire de Geomorphologie de l'Ecole pratique des hautes Etudes, Dinard. Dinard, ( Mem. Lab. Geomorphol. Ec. Prat. Hautes Etud. Dinard), 0750-6066, Priority -Memoires du Museum national d'Histoire naturelle (France). Paris, ( Mem. Mus. Natl. Hist. Nat. (France)), 1243-4442, Priority -Memoires. Institut francais de Recherche scientifique pour le Developpement en Cooperation. Paris, ( Mem. Inst. Fr. Rech. Sci. Dev. Coop.), Priority -Memoirs of the American Entomological Institute, ( Mem. Am. Entomol. Inst.), Selective -Memoirs of the American Entomological Society, ( Mem. Am. Entomol. Soc.), 0065-8170, Selective -Memoirs of the College of Agriculture National Taiwan University, ( Mem. Coll. Agric. Natl. Taiwan Univ.), 0077-5819, 9 -Memoirs of the Entomological Society of Canada, ( Mem. Entomol. Soc. Can.), 0071-075X, Core -Memoirs of the Entomological Society of Washington, ( Mem. Entomol. Soc. Wash.), 0096-5839, Core -Memoirs of the Faculty of Agriculture of Kinki University. Higashiosaka, ( Mem. Fac. Agric. Kinki Univ.), 0453-8889, Priority -Memoirs of the Faculty of Fisheries, Hokkaido University, ( Mem. Fac. Fish. Hokkaido Univ.), 0018-3466, Core -Memoirs of the Faculty of Fisheries, Kagoshima University. Kagoshima, ( Mem. Fac. Fish. Kagoshima Univ.), 0453-087X, Core -Memoirs of the Graduate School of Fisheries Sciences, Hokkaido University, ( Mem. Grad. Sch. Fish. Sci., Hokkaido Univ.), 1346-3306, Core -Memoirs of the Hourglass Cruises. St. Petersburg, ( Mem. Hourglass Cruises), 0085-0683, Priority -Memoirs of the Queensland Museum, ( Mem. Queensl. Mus.), 0079-8835, Priority -Memoirs of the Queensland Museum. Brisbane, ( Mem. Queensl. Mus.), 0079-8835, Priority -Memoirs. National Institute of Polar Research (Japan). Series B. Meteorology. Tokyo, ( Mem. Natl. Inst. Polar Res. (Japan) (B Meteorol.)), 0386-5525, Selective -Memoirs. National Institute of Polar Research (Japan). Series C. Earth sciences. Tokyo, ( Mem. Natl. Inst. Polar Res. (Japan) (C Earth Sci.)), 0386-5533, Selective -Memoirs. National Institute of Polar Research (Japan). Series D. Oceanography. Tokyo, ( Mem. Natl. Inst. Polar Res. (Japan) (D Oceanogr.)), Selective -Memoirs. National Institute of Polar Research (Japan). Series E. Biology and medical science. Tokyo, ( Mem. Natl. Inst. Polar Res. (Japan) (E Biol. Med. Sci.)), Priority -Memorandum report. U.S. Naval Research Laboratory. Washington DC, ( Memo. Rep. U.S. Nav. Res. Lab.), 0502-3378, Priority -Memorial University of Newfoundland occasional papers in biology. St. John's NF, ( Mem. Univ. Nfld. Occas. Pap. Biol.), 0702-0007, Priority -Memorias de la Asociacion Latinoamericana de Acuicultura. Valdivia, ( Mem. Asoc. Latinoam. Acuicult.), Priority -Memorias de la Real Sociedad Espanola de Historia Natural, ( Mem. R. Soc. Esp. Hist. Nat.), 1132-0869, Selective -Memorias de la Sociedad de Ciencias Naturales "La Salle". Caracas, ( Mem. Soc. Cienc. Nat. La Salle), 0037-8518, Priority -Memorias do Instituto Oswaldo Cruz, ( Mem. Inst. Oswaldo Cruz), 0074-0276, Priority -Memorie dell Istituto italiano di idrobiologia. Verbania Pallanza, ( Mem. Ist. Ital. Idrobiol.), 0374-9118, Priority -Memorie della Societa Entomologica Italiana, ( Mem. Soc. Entomol. Ital.), 0037-8747, Priority -Mer en chiffres. Rabat, ( Mer Chiffres), Priority -Mercado del pescado en las grandes ciudades latinoamericanas. Montevideo, ( Merc. Pescado Gd. Ciudad. Latinoam.), Priority -Mesogee, ( Mesogee), 0398-2106, Priority -Met-mar. Boulogne-Billancourt, ( Met-Mar), 0222-5123, Priority -Metabolic Brain Disease, ( Metab. Brain Dis.), 0885-7490, Selective -Metabolic Engineering, ( Metab. Eng.), 1096-7176, Core -Metabolic Syndrome and Related Disorders, ( Metab. Syndr. Relat. Disord.), 1540-4196, Selective -Metabolism, ( Metabolism), 0026-0495, Selective -METEOR-Berichte. Hamburg, ( METEOR-Ber.), 0936-8957, Priority -Meteorologie. 8e serie. Paris, ( Meteorologie (8e Ser.)), 0026-1181, Priority -Meteorologika. Thessaloniki, ( Meteorologika), Priority -Meteorologiya i gidrologiya. Moscow, ( Meteorol. Gidrol.), 0130-2906, 0130-2906, Priority -Methods in Cell Science, ( Methods Cell Sci.), 1381-5741, Priority -Methods in Enzymology, ( Methods Enzymol.), Selective -Methods in enzymology. San Diego CA, ( Methods Enzymol.), 0076-6879, Selective -Methods in Molecular and Cellular Biology, ( Methods Mol. Cell. Biol.), 0898-7750, Priority -Meyniana. Kiel, ( Meyniana), 0076-7689, Priority -Michigan academician. Ann Arbor MI, ( Mich. Acad.), 0026-2005, Selective -Micologia Italiana, ( Micol. Ital.), 0390-0460, Priority -Microbes and Infection, ( Microb. Infect.), 1286-4579, Priority -Microbial and Comparative Genomics, ( Microb. Comp. Genomics), 1090-6592, Priority -Microbial Drug Resistance, ( Microb. Drug Resist.), 1076-6294, Core -Microbial Ecology, ( Microb. Ecol.), 0095-3628, Core -Microbial Ecology in Health and Disease, ( Microb. Ecol. Health Dis.), 0891-060X, Priority -Microbial ecology. New York NY, ( Microb. Ecol.), 0095-3628, Priority -Microbial Pathogenesis, ( Microb. Pathog.), 0882-4010, Priority -Microbiological Research, ( Microbiol. Res.), 0944-5013, Core -Microbiological reviews. Baltimore, ( Microbiol. Rev.), 0146-0749, Selective -Microbiology, ( Microbiology), 1350-0872, Core -Microbiology and Immunology, ( Microbiol. Immunol.), 0385-5600, Core -Microbiology and Molecular Biology Reviews, ( Microbiol. Mol. Biol. Rev.), 1092-2172, Core -Microbiology Today, ( Microbiol. Today), 1464-0570, Core -Microbiology/Mikrobiologiya, ( Microbiol./Mikrobiol.), 0026-3656, Core -Microbios, ( Microbios), 0026-2633, Core -Microcirculation, ( Microcirculation), 1073-9688, 9 -Microfauna marina. Stuttgart, New York NY, ( Microfauna Mar.), 0176-3672, Priority -Microfichas. Instituto Espanol de Oceanografia. Madrid, ( Microfichas Inst. Esp. Oceanogr.), 1135-8491, Core -Micronesica. Agana, ( Micronesica), 0026-279X, Selective -Micropaleontology, ( Micropaleontology), 0026-2803, Priority -Microscopy Research and Technique, ( Microsc. Res. Tech.), 1059-910X, Selective -Mid-Atlantic Aqua Farmer, ( Mid-Atlantic Aqua Farmer), Selective -Mikologiya i Fitopatologiya, ( Mikol. Fitopatol.), 0026-3648, Core -Mikrobiologichnij zhurnal. Kiev, ( Mikrobiol. Zh.), 0201-8462, Priority -Mikrobiologichnyi Zhurnal, ( Mikrobiol. Zh.), 0201-8462, Core -Milbank Memmorial Fund Quarterly, ( Milbank Mem. Fund Q.), Selective -Milchwissenschaft, ( Milchwissenschaft), 0026-3788, Selective -Military Medicine, ( Mil. Med.), 0026-4075, Selective -Military Psychology, ( Mil. Psychol.), 0899-5605, Selective -Miljoen i Finland/Finnish Environment, ( Miljoen Finland/Finnish Environ.), 1238-7312, Selective -Miljoeverndepartementet Report, ( Miljoeverndept. Rep.), Selective -Mineral and Electrolyte Metabolism, ( Miner. Electrolyte Metab.), 0378-0392, 0 -Mini review and data file of fisheries research. Fisheries Research Laboratory, Kagoshima University. Kagoshima, ( Mini Rev. Data File Fish. Res. Fish. Res. Lab. Kagoshima Univ.), 0389-6536, Core -Miniaio klimatologiko deltio/Monthly meteorological bulletin. Elliniko, ( Miniaio Klimatol. Delt./Mon. Meteorol. Bull.), Priority -Mining Engineering, ( Mining Eng.), 0026-5187, Selective -Ministerial Guideline. Fisheries Department of Western Australia, ( Minist. Guide. Fish. Dep. West. Australia), Priority -Miscellaneous paper. U.S. Army Coastal Engineering Research Center. Fort Belvoir VA, ( Misc. Pap. U.S. Army Coast. Eng. Res. Cent.), Priority -Miscellaneous paper. U.S. Army Engineer Waterways Experiment Station. Vicksburg VA, ( Misc. Pap. U.S. Army Eng. Waterways Exp. Stn.), Priority -Miscellaneous paper. U.S. Naval Surface Weapons Center. Bethesda MD, ( Misc. Pap. U.S. Nav. Surf. Weapons Cent.), Priority -Miscellaneous Publications, Great Lakes Fishery Commission, ( Misc. Publ. GLFC), Core -Miscellaneous Report of the Toyohashi Museum of Natural History, ( Misc. Rep. Toyohashi Mus. Nat. Hist.), 0919-1526, Selective -Miscellaneous report. Maine Agriculture Experiment Station. Orono ME, ( Misc. Rep. Maine Agric. Exp. Stn.), Priority -Miscellaneous report. U.S. Army Coastal Engineering Research Center. Fort Belvoir VA, ( Misc. Rep. U.S. Army Coast. Eng. Res. Cent.), Priority -Miscellaneous reports series. U.S. Environmental Protection Agency. Washington DC, ( Misc. Rep. Ser. U.S. Environ. Prot. Agency), Priority -Miscellaneous series. Westinghouse Savannah River Co. Aiken SC, ( Misc. Ser. Westinghouse Savannah River Co.), Priority -Miscellania Zoologica, ( Misc. Zool.), 0211-6529, Priority -Miscellania zoologica. Barcelona, ( Misc. Zool.), 0211-6529, Priority -Mitochondrion, ( Mitochondrion), 1567-7249, Selective -Mitteilungen aus dem Hamburgischen zoologische Museum und Institut. Hamburg, ( Mitt. Hamb. Zool. Mus. Inst.), 0072-9612, Priority -Mitteilungen aus dem Zoologischen Museum der Universitat Kiel. Kiel, ( Mitt. Zool. Mus. Univ. Kiel), 0179-2032, Priority -Mitteilungen aus dem Zoologischen Museum in Berlin. Berlin, ( Mitt. Zool. Mus. Berl.), 0373-8493, Selective -Mitteilungen der Arbeitsgemeinschaft Rheinischer Koleopterologen, ( Mitt. Arbeitsgem. Rhein. Koteopterol.), 0939-7736, Selective -Mitteilungen der Landesforschungsanstalt fur Landwirtschaft und Fischerei Mecklenburg-Vorpommern. Gulzow, ( Mitt. Landesforschungsanst. Landwirt. Fisch. Mecklenbg.-Vorpommern), Priority -Mitteilungen der Naturforschenden Gesellschaften beider Basel. Basel, ( Mitt. Naturforsch. Ges. Beider Basel), 1420-4606, Priority -Mitteilungen der Schweizerischen entomologischen Gesellschaft/Bulletin de la Societe entomologique suisse. Egg, ( Mitt. Schweiz. Entomol. Ges./Bull. Soc. Entomol. Suisse), Selective -Mitteilungen der Schweizischen Entomologischen Gesellschaft, ( Mitt. Schweiz. Entomol. Ges.), 0036-7575, Selective -Mitteilungen des Franzius-Instituts fur Wasserbau und Kusteningenieurwesen der Universitat Hannover. Hannover, ( Mitt. Franzius-Inst. Wasserbau Kuesteningenieurwesen Univ. Hannover), 0340-0077, Priority -Mitteilungen des Internationaler Entomologischer Vereins Frankfurt, ( Mitt. Int. Entomol. Ver. Frankfurt), 1019-2808, Selective -Mitteilungen zur Fischerei. Bern, ( Mitt. Fisch.), Priority -Mitteilungen. Internationale Vereinigung fur theoretische und angewandte Limnologie/Communications. International Association of Theoretical and Applied Limnology/Communications. Association internationale de Limnologie theorique et appliquee. Stuttgart, ( Mitt. Int. Ver. Theor. Angew. Limnol./Commun. Int. Assoc. Theor. Appl. Limnol./Commun. Assoc. Int. Limnol. Theor. Appl.), 0538-4680, Priority -Modern Casting, ( Mod. Cast.), 0026-7562, Selective -Modern geology. London, New York NY, ( Mod. Geol.), 0026-7775, Selective -Modern Materials Handling, ( Mod. Mater. Handl.), 0026-8038, Selective -Moereforsking Aalesund. Rapport, ( Moereforsk. Aalesund Rapp.), Selective -Molecular and Biochemical Parasitology, ( Mol. Biochem. Parasitol.), 0166-6851, Priority -Molecular and Cellular Biochemistry, ( Mol. Cell. Biochem.), 0300-8177, Selective -Molecular and Cellular Biology, ( Mol. Cell. Biol.), 0270-7306, Priority -Molecular and Cellular Endocrinology, ( Mol. Cell. Endocrinol.), 0303-7207, Selective -Molecular and Cellular Neuroscience, ( Mol. Cell. Neurosci.), 1044-7431, Core -Molecular and Cellular Proteomics, ( Mol. Cell. Proteomics), 1535-9484, Priority -Molecular and Chemical Neuropathology, ( Mol. Chem. Neuropathol.), 1044-7393, Selective -Molecular and General Genetics, ( Mol. Gen. Genet.), 0026-8925, Priority -Molecular Biology and Evolution, ( Mol. Biol. Evol.), 0737-4038, Priority -Molecular Biology Reports, ( Mol. Biol. Rep.), 0301-4851, Priority -Molecular Biology Today, ( Mol. Biol. Today), 1468-5698, Selective -Molecular Biology/Molekulyarnaya Biologiya (Moscow), ( Mol. Biol.), 0026-8933, Selective -Molecular Biotechnology, ( Mol. Biotechnol.), 1073-6085, Core -Molecular Brain Research, ( Mol. Brain Res.), 0169-328X, Core -Molecular Breeding, ( Mol. Breed.), 1380-3743, Priority -Molecular Carcinogenesis, ( Mol. Carcinog.), 0899-1987, Priority -Molecular Cell, ( Mol. Cell), 1097-2765, Priority -Molecular Diversity, ( Mol. Divers.), 1381-1991, Selective -Molecular Ecology, ( Mol. Ecol.), 0962-1083, Core -Molecular Ecology Notes, ( Mol. Ecol. Notes), 1471-8278, Core -Molecular Endocrinology, ( Mol. Endocrinol.), 0888-8809, Selective -Molecular Genetics and Genomics, ( Mol. Genet. Genomics), 1617-4615, Priority -Molecular Genetics and Metabolism, ( Mol. Genet. Metab.), 1096-7192, Priority -Molecular Immunology, ( Mol. Immunol.), 0161-5890, Core -Molecular Marine Biology and Biotechnology, ( Mol. Mar. Biol. Biotechnol.), 1053-6426, Core -Molecular Medicine Today, ( Mol. Med. Today), 1357-4310, Priority -Molecular Membrane Biology, ( Mol. Membr. Biol.), 0968-7688, Selective -Molecular Microbiology, ( Mol. Microbiol.), 0950-382X, Core -Molecular Neurobiology, ( Mol. Neurobiol.), 0893-7648, Core -Molecular Pharmacology, ( Mol. Pharmacol.), 0026-895X, Selective -Molecular Phylogenetics and Evolution, ( Mol. Phylogen. Evol.), 1055-7903, Priority -Molecular Plant Pathology, ( Mol. Plant Pathol.), 1464-6722, Priority -Molecular Plant-Microbe Interactions, ( Mol. Plant-Microbe Interact.), 0894-0282, Priority -Molecular Psychiatry, ( Mol. Psychiatry), 1359-4184, Selective -Molecular Reproduction and Development, ( Mol. Reprod. Dev.), 1040-452X, Selective -Molekulyarnaya Biologiya (Moscow), ( Mol. Biol. (Mosc.)), 0026-8984, Selective -Molluscan Research, ( Molluscan Res.), 1323-5818, Priority -Monografias del Instituto Espanol de Oceanografia. Madrid, ( Monogr. Inst. Esp. Oceanogr.), 0214-1949, Core -Monografias. Instituto de Zoologia "Dr. Augusto Nobre". Porto, ( Monogr. Inst. Zool. Dr. Augusto Nobre), Priority -Monograph series. Australian Institute of Marine Science. Townsville, ( Monogr. Ser. Aust. Inst. Mar. Sci.), Core -Monographe. Division de l'Agriculture. Commission Economique pour l'Afrique. Addis Abeba, ( Monogr. Div. Agric. Comm. Econ. Afr.), Priority -Monographiae biologicae. The Hague, ( Monogr. Biol.), 0077-0639, Selective -Monographien van de Nederlandse Entomologische Vereniging, ( Monogr. Ned. Entomol. Ver.), 0548-1163, Selective -Monographs of marine Mollusca. Greeneville DE, ( Monogr. Mar. Mollusca), 0162-8321, Core -Monographs of the Boreal Environment Research, ( Monogr. Boreal Environ. Res.), 1239-1875, Priority -Monographs of the Upper Silesian Museum, ( Monogr. Upper Siles. Mus.), 1508-9851, Selective -Monographs of the Western North American Naturalist, ( Monogr. West. N. Am. Nat.), Priority -Morbidity and Mortality Weekly Report, ( Morb. Mortal. Weekly Rep.), 0149-2195, Selective -Morskoj gidrofizicheskij zhurnal. Sevastopol, ( Morsk. Gidrofiz. Zh.), 0233-7584, Priority -Mouse Genome, ( Mouse Genome), 0959-0587, Priority -Mputa. Jinja, ( Mputa), Priority -Multiple Sclerosis, ( Multiple Sclerosis), 1352-4585, Priority -Munchener Beitrage zur Abwasser-, Fischerei- und Flussbiologie. Munchen, ( Muench. Beitr. Abwasser-Fisch.-Flussbiol.), Priority -Museologia Scientifica, ( Museol. Sci.), Selective -Mushroom Journal, ( Mushroom J.), 0144-0551, Core -Mutagenesis, ( Mutagenesis), 0267-8357, Priority -Mutation Research, ( Mutat. Res.), Priority -Mutation Research-DNAging, Genetic Instability & Aging, ( Mutat. Res.-DNAging Genet. Instabil. Aging), 0921-8734, Selective -Mutation Research-Environmental Mutagenesis and Related Subjects, ( Mutat. Res.-Environ. Mutag. Related Subj.), 0165-1161, Selective -Mutation Research-Fundamental and Molecular Mechanisms of Mutagenesis, ( Mutat. Res.-Fundam. Mol. Mech. Mutag.), 0027-5107, Priority -Mutation Research-General Toxicology and Environmental Mutagenesis, ( Mutat. Res.- Gen. Toxicol. Environ. Mutag.), Priority -Mutation Research-Genetic Toxicology and Environmental Mutagenesis, ( Mutat. Res.-Genet. Toxicol. Environ. Mutag.), 1383-5718, Priority -Mutation Research-Mutation Research Letters, ( Mutat. Res.-Mutat. Res. Lett.), 0165-7992, Selective -Mutation Research-Reviews in Genetic Toxicology, ( Mutat. Res.-Rev. Genet. Toxicol.), 0165-1218, Core -Mutation Research-Reviews in Mutation Research, ( Mutat. Res. - Rev. Mut. Res.), 1383-5742, Core -Mutation Research/DNA Repair, ( Mutat. Res./DNA Repair), 0921-8777, Priority -Mycologia, ( Mycologia), 0027-5514, Core -Mycologia Helvetica, ( Mycol. Helv.), 0256-310X, Core -Mycological Research, ( Mycol. Res.), 0953-7562, Core -Mycologist, ( Mycologist), 0269-915X, Core -Mycopathologia, ( Mycopathologia), 0301-486X, Core -Mycorrhiza, ( Mycorrhiza), 0940-6360, Core -Mycoscience, ( Mycoscience), 1340-3540, Core -Mycoses, ( Mycoses), 0933-7407, Core -NACA newsletter. Bangkok, ( NACA Newsl.), 0115-8503, Priority -NACC Nova acta cientifica compostelana. Bioloxia. Santiago de Compostela, ( NACC Nova Acta Cient. Compostel. (Biol.)), 0211-0733, Selective -NAFO handbook. Dartmouth NS, ( NAFO Handb.), 0255-3015, Priority -Naga. Manila, ( Naga), 0116-290X, Priority -Naika. Port-Vila, ( Naika), Priority -NAMMCO Scientific Publications, ( NAMMCO Sci. Pub.), 1560-2206, 1560-2206, Selective -Nanhai studia marina sinica/Nanhai Haiyang Kexue Jikan. Guangzhou, ( Nanhai Stud. Mar. Sin./Nanhai Haiyang Kexue Jikan), Priority -Nano Letters, ( Nano Lett.), 1530-6984, Selective -Nanobiology, ( Nanobiology), 0958-3165, Selective -Nanotechnology, ( Nanotechnology), 0957-4484, Selective -NASA contract report. Washington DC, ( NASA Contract Rep.), Priority -NASA technical memorandum. Washington DC, ( NASA Tech. Memo.), 0499-9320, Priority -NASA technical paper. Washington DC, ( NASA Tech. Pap.), 0148-8341, Priority -National Academy of Science Letters, ( Natl. Acad. Sci. Lett.), 0250-541X, Selective -National Biological Service: Information and Technology Report, ( Natl. Biol. Serv.: Inf. Technol. Rep.), 1081-2911, Priority -National Safety, ( Natl. Saf.), 0028-0097, Selective -National Wildlife, ( Natl. Wildlife), 0028-0402, Selective -NATO Advanced Science Institutes series A: Life sciences. Dordrecht, ( NATO Adv. Sci. Inst. Ser. A Life Sci.), 0258-1213, Selective -NATO Advanced Science Institutes series C: Mathematical and physical sciences. Dordrecht, ( NATO Adv. Sci. Inst. Ser. C Math. Phys. Sci.), 0258-2023, Selective -NATO Advanced Science Institutes series E: Applied sciences. Dordrecht, ( NATO Adv. Sci. Inst. Ser. E Appl. Sci.), 0168-132X, Selective -NATO Advanced Science Institutes series G: Ecological sciences. Dordrecht, ( NATO Adv. Sci. Inst. Ser. G Ecol. Sci.), 0258-1256, Selective -NATO Advanced Science Institutes series I: Global environmental change. Dordrecht, ( NATO Adv. Sci. Inst. Ser. I Global Environ. Change), Selective -NATO conference series. 1. Ecology. New York NY, ( NATO Conf. Ser. (1 Ecol.)), Selective -NATO conference series. 4. Marine sciences. New York NY, ( NATO Conf. Ser. (4 Mar. Sci.)), Selective -NATO conference series. 5. Air-sea interactions. New York NY, ( NATO Conf. Ser. (5 Air-Sea Interact.)), Selective -Natur und Landschaft. Stuttgart, ( Nat. Landschaft), 0028-0615, Priority -Natur und Museum. Frankfurt/Main, ( Nat. Mus.), 0028-1301, Priority -Natura (Caracas). Caracas, ( Natura (Caracas)), 0028-064X, Priority -Natura Croatia Supplementum, ( Nat. Croat. Suppl.), 1330-3430, Selective -Natura Croatica, ( Nat. Croat.), 1330-0520, Selective -Natura Jutlandica, ( Nat. Jutl.), 0077-6033, Selective -Natura Neotropicalis, ( Nat. Neotrop.), 0329-2177, Priority -Natura neotropicalis. Santo Tome, ( Nat. Neotrop.), 0329-2177, Priority -Natural Areas Journal, ( Nat. Areas J.), 0885-8608, Core -Natural Computing, ( Nat. Computing), 1567-7818, Selective -Natural Hazards, ( Nat. Hazards), 0921-030X, Selective -Natural Hazards Observer, ( Nat. Hazards Obs.), 0737-5425, Selective -Natural Hazards Review, ( Nat. Hazards Rev.), 1527-6988, Core -Natural Immunity, ( Nat. Immun.), 1018-8916, Core -Natural Product Letters, ( Nat. Prod. Lett.), 1057-5634, Selective -Natural Resource Modeling, ( Nat. Resour. Model.), 0890-8575, Priority -Natural Resources & Environment, ( Nat. Resour. Environ.), 0822-3812, Selective -Natural Resources and Environment. Chicago IL, ( Nat. Resour. Environ.), 0882-3812, Selective -Natural Resources and Environmental Issues, ( Nat. Resour. Environ. Iss.), 1069-5370, Selective -Natural resources forum. Dordrecht, ( Nat. Resour. Forum), Priority -Natural Resources Journal, ( Nat. Resour. J.), 0028-0739, Selective -Natural Toxins, ( Nat. Toxins), 1056-9014, Core -Naturalia, ( Naturalia), 0101-1944, Priority -Naturalia Patagonica Ciencias Biologicas, ( Naturalia Patagonica Cienc. Biol.), 0327-8050, Selective -Naturalia Patagonica Reportes Tecnicos, ( Naturalia Patagonica Rep. Tec.), 0327-9510, Selective -Naturalia. Sao Paulo, ( Naturalia), 0101-1944, Priority -Naturalist. Bradford, ( Naturalist), Priority -Nature, ( Nature), 0028-0836, Selective -Nature Australia. Sydney, ( Nat. Aust.), 0004-9840, Priority -Nature Biotechnology, ( Nat. Biotechnol.), 1087-0156, Core -Nature Cell Biology, ( Nat. Cell Biol.), 1476-4679, Selective -Nature Genetics, ( Nat. Genet.), 1061-4036, Core -Nature Immunology, ( Nat. Immunol.), 1529-2908, Core -Nature Medicine, ( Nat. Med.), 1078-8956, Core -Nature Neuroscience, ( Nat. Neurosci.), 1097-6256, Core -Nature Reviews: Cancer, ( Nat. Rev. Cancer), 1474-175X, Core -Nature Reviews: Drug Discovery, ( Nat. Rev. Drug Discov.), 1474-1776, Priority -Nature Reviews: Genetics, ( Nat. Rev. Genet.), 1471-0056, Core -Nature Reviews: Immunology, ( Nat. Rev. Immunol.), 1474-1733, Core -Nature Reviews: Microbiology, ( Nat. Rev. Microbiol.), 1720-1526, Core -Nature Reviews: Molecular Cell Biology, ( Nat. Rev. Mol. Cell Biol.), 1471-0072, Priority -Nature Reviews: Neuroscience, ( Nat. Rev. Neurosci.), 1471-0048, Core -Nature Structural & Molecular Biology, ( Nat. Struct. Mol. Biol.), 1545-9993, Core -Nature Structural Biology, ( Nat. Struct. Biol.), 1072-8368, Core -Nature, Environment and Pollution Technology, ( Nat., Environ. Pollut. Technol.), 0972-6282, Selective -Naturopa. Strasbourg, ( Naturopa), Priority -Naturwissenschaften, ( Naturwissenschaften), 0028-1042, Priority -Naturwissenschaftliche Rundschau. Stuttgart, ( Naturwiss. Rundsch. Stuttg.), 0028-1050, Priority -Natuurwetenschappelijk Tijdschrift. Ghent, ( Natuurwet. Tijdschr.), 0770-1748, Selective -Naunyn-Schmiedebergs Archives of Pharmacology, ( Naunyn-Schmiedeberg's Arch. Pharmacol.), 0028-1298, Selective -Nauplius. Rio Grande, ( Nauplius), 0104-8497, Priority -Nautilus, ( Nautilus), 0028-1344, Core -Naval Engineers Journal, ( Nav. Eng. J.), 0028-1425, Selective -Navigation (Paris). Paris, ( Navigation (Paris)), 0028-1530, 0028-1530, Selective -Navorsinge van die Nasionale Museum Bloemfontein, ( Navors. Nas. Mus. Bloemfontein), 0067-9208, Selective -NC catalogue. Havana, ( NC Cat.), 0138-8061, Priority -NDT & E International, ( NDT E Int.), Selective -NEA News, ( NEA News), 1605-9581, Selective -NEA Newsletter, ( NEA Newslett.), 1016-5398, Selective -Nea oikologia. Athens, ( Nea Oikol.), 1105-9664, Priority -Nebraska Medical Journal, ( Nebr. Med. J.), 0091-6730, Selective -Nederlands tijdschrift voor geneeskunde. Amsterdam, ( Ned. Tijdschr. Geneeskd.), 0028-2162, Selective -Neoplasia, ( Neoplasia), 1522-8002, Priority -Neoplasma, ( Neoplasma), 0028-2685, Selective -Neotropica. La Plata, ( Neotropica), Selective -Neotropical Entomology, ( Neotrop. Entomol.), 1519-566X, Core -Neritica, ( Neritica), 0102-6224, Priority -Netherlands international law review. The Hague, ( Neth. Int. Law Rev.), 0165-070X, Priority -Netherlands Journal of Agricultural Science, ( Neth. J. Agric. Sci.), 0028-2928, 9 -Netherlands Journal of Aquatic Ecology, ( Neth. J. Aquat. Ecol.), 1380-8427, Core -Netherlands Journal of Aquatic Ecology, 1380-8427, Selective -Netherlands Journal of Zoology, ( Neth. J. Zool.), 0028-2960, Selective -Netherlands Quarterly of Human Rights, ( Neth. Q. Hum. Rights), 0169-3441, Selective -Network: Computation in Neural Systems, ( Network: Comput. Neural Syst.), 0954-898X, Selective -Neues Jahrbuch fur Geologie und Palaontologie. Abhandlungen. Stuttgart, ( Neues Jahrb. Geol. Palaeontol. Abh.), 0077-7749, Priority -Neural Computation, ( Neural Comput.), 0899-7667, Priority -Neural Networks, ( Neural Networks), 0893-6080, Priority -Neurobiology of Aging, ( Neurobiol. Aging), 0197-4580, Priority -Neurobiology of Learning and Memory, ( Neurobiol. Learn. Mem.), 1074-7427, Priority -Neurochemical Research, ( Neurochem. Res.), 0364-3190, Priority -Neurochemistry International, ( Neurochem. Int.), 0197-0186, Priority -Neurocomputing, ( Neurocomputing), 0925-2312, Selective -Neuroendocrinology, ( Neuroendocrinology), 0028-3835, Core -Neuroepidemiology, ( Neuroepidemiology), 0251-5350, Selective -Neuroinformatics, ( Neuroinformatics), 1539-2791, Priority -Neurological Research, ( Neurol. Res.), 0161-6412, Selective -Neurology, ( Neurology), 0028-3878, Selective -Neuromethods, Core -Neuromolecular Medicine, ( Neuromolecular Med.), 1535-1084, Selective -Neuron, ( Neuron), 0896-6273, Core -Neuropathology, ( Neuropathology), 0919-6544, Selective -Neuropathology and Applied Neurobiology, ( Neuropathol. Appl. Neurobiol.), 0305-1846, Selective -Neuropatologia Polska, ( Neuropatol. Pol.), 0028-3894, Selective -Neuropeptides, ( Neuropeptides), 0143-4179, Selective -Neuropharmacology, ( Neuropharmacology), 0028-3908, Core -Neurophysiology, ( Neurophysiology), 0090-2977, Selective -Neuroradiology, ( Neuroradiology), 0028-3940, Selective -Neuroreport, ( Neuroreport), 0959-4965, Selective -Neuroscience, ( Neuroscience), 0306-4522, Priority -Neuroscience and Behavioral Physiology, ( Neurosci. Behav. Physiol.), 0097-0549, Selective -Neuroscience and Biobehavioral Reviews, ( Neurosci. Biobehav. Rev.), 0149-7634, Priority -Neuroscience Letters, ( Neurosci. Lett.), 0304-3940, Selective -Neuroscience News, ( Nerosci. News), 1027-6599, Selective -Neuroscience Research Communications, ( Neurosci. Res. Commun.), 0893-6609, Selective -Neurotoxicology, ( Neurotoxicology), 0161-813X, Core -Neurotoxicology and Teratology, ( Neurotoxicol. Teratol.), 0892-0362, Core -New England Journal of Medicine, ( New Engl. J. Med.), 0028-4793, Selective -New Microbiologica, ( New Microbiol.), 1121-7138, Core -New Phytologist, ( New Phytol.), 0028-646X, Selective -New Scientist, ( New Sci.), 0262-4079, Selective -New Solutions, ( New Solutions), 1048-2911, Selective -New Zealand Entomologist, ( N. Z. Entomol.), 0077-9962, Core -New Zealand Fisheries Assessment Report, ( N.Z. Fish. Assess. Rep.), Core -New Zealand fisheries data report. Wellington, ( N.Z. Fish. Data Rep.), 0113-2288, Core -New Zealand fisheries occasional publication. Wellington, ( N.Z. Fish. Occas. Publ.), 0113-227X, Core -New Zealand Journal of Agricultural Research, ( N. Z. J. Agric. Res.), 0028-8233, Selective -New Zealand Journal of Botany, ( N. Z. J. Bot.), 0028-825X, Priority -New Zealand Journal of Crop and Horticultural Science, ( N. Z. J. Crop Hortic. Sci.), 0114-0671, Selective -New Zealand Journal of Ecology, ( N. Z. J. Ecol.), 0110-6465, Core -New Zealand Journal of Geology and Geophysics, ( N. Z. J. Geol. Geophys.), 0028-8306, Selective -New Zealand Journal of Marine and Freshwater Research, ( N. Z. J. Mar. Freshwat. Res.), 0028-8330, Priority -New Zealand Journal of Zoology, ( N. Z. J. Zool.), 0301-4223, Priority -New Zealand Medical Journal, ( N. Z. Med. J.), 0028-8446, Selective -New Zealand Oceanographic Institute chart coast series., ( N.Z. Oceanogr. Inst. Chart Coast ser.), Selective -New Zealand Oceanographic Institute chart island series., ( N.Z. Oceanogr. Inst. Chart Isl. Ser.), Selective -New Zealand Oceanographic Institute chart lake series., ( N.Z. Oceanogr. Inst. Chart Lake Ser.), Selective -New Zealand Oceanographic Institute chart miscellaneous series., ( N.Z. Oceanogr. Inst. Chart Misc. Ser.), Selective -New Zealand Oceanographic Institute Memoir, ( N.Z. Oceanogr. Inst. Mem.), 0083-7903, Core -New Zealand seafood industry economic review. Wellington, ( N.Z. Seaf. Ind. Econ. Rev.), 1173-0161, Priority -Nicotine & Tobacco Research, ( Nicotine Tobacco Res.), 1462-2203, Selective -Nigerian fisheries and aquatic sciences abstracts. New Bussa, ( Niger. Fish. Aquat. Sci. Abstr.), 0794-0890, Core -Nigerian Journal of Genetics, ( Niger. J. Genet.), 0189-9686, Selective -Nina Fagrapport, ( Nina Fagrapp.), 0802-469X, Selective -NINA Fagrapport, ( NINA Fagrapp.), 0805-469X, Selective -NINA-NIKU Project Report, ( NINA-NIKU Project Rep.), 0807-3082, Selective -NIO newsletter. Dona Paula-Goa, ( NIO Newsl.), Priority -Nippon Nogei Kagakukaishi. Tokyo, ( Nippon Nogei Kagakukaishi), Selective -Nippon Suisan Gakkaishi. Tokyo, ( Nippon Suisan Gakkaishi), 0021-5392, Priority -NIWA annual report. Auckland, ( NIWA Annu. Rep.), 1172-8450, Priority -NIWA Biodiversity Memoirs, ( NIWA Biodivers. Mem.), 1174-0043, Core -NJAS, ( NJAS), 0028-2928, Selective -NMR in Biomedicine, ( NMR Biomed.), 0952-3480, Core -NOAA data report. Rockville MD, ( NOAA Data Rep.), Priority -NOAA professional paper. Rockville MD, ( NOAA Prof. Pap.), Priority -NOAA special report. Rockville MD, ( NOAA Spec. Rep.), Priority -NOAA Techical Memorandum NMFS SWFSC, ( NOAA Tech. Mem. NMFS SWFSC), Selective -NOAA Technical Memorandum ERL GLERL, ( NOAA Tech. Mem. ERL GLERL), 0733-4044, Priority -NOAA Technical Memorandum NMFS AFSC, ( NOAA Tech. Mem. NMFS AFSC), Selective -NOAA Technical Memorandum NMFS F/SPO, ( NOAA Tech. Mem. NMFS F/SPO), Selective -NOAA Technical Memorandum NMFS NE, ( NOAA Tech. Mem. NMFS NE), Selective -NOAA Technical Memorandum NMFS NWFSC, ( NOAA Tech. Mem. NMFS NWFSC), Selective -NOAA Technical Memorandum NMFS SEFSC, ( NOAA Tech. Mem. NMFS SEFSC), Selective -NOAA technical memorandum. Rockville MD, ( NOAA Tech. Memo.), Selective -NOAA Technical Report ERL, ( NOAA Tech. Rep. ERL), Priority -NOAA Technical Report NESDIS, ( NOAA Tech. Rep. NESDIS), Priority -NOAA Technical Report NMFS, ( NOAA Tech. Rep. NMFS), Priority -NOAA technical report. Rockville MD, ( NOAA Tech. Rep.), Priority -NOAA-NMFS current fisheries statistics. Washington DC, ( NOAA-NMFS Curr. Fish. Stat.), Priority -Noise and Health, ( Noise Health), 1463-1741, Selective -Noise and Vibration Bulletin, ( Noise Vibrat. Bull.), 0029-0974, Selective -Noise and Vibration in Industry, ( Noise Vibrat. Ind.), 0950-8163, Selective -Noise Control Engineering Journal, ( Noise Control Eng. J.), 0736-2501, Selective -Nomos kai fysi. Athens, ( Nomos Kai Fysi), 1106-3831, Priority -Nondestructive Testing and Evaluation, ( Nondestr. Test. Eval.), 1058-9759, Selective -Nonlinearity in Biology, Toxicology, and Medicine, ( Nonlinear Biol. Toxicol. Med.), 1540-1421, Priority -Nor'Easter, ( Nor'Easter), Selective -Nord, ( Nord), 0903-7004, Selective -Nordic Committee on Food Analysis. Report, ( Nord. Comm. Food Anal. Rep.), Selective -Nordic Journal of Botany, ( Nord. J. Bot.), 0107-055X, Selective -Nordic Journal of Freshwater Research, ( Nord. J. Freshwat. Res.), 1100-4096, Core -Nordic journal of freshwater research. Drottningholm, ( Nord. J. Freshwat. Res.), 1100-4096, Priority -Nordiske Seminar - og Arbejdsrapporter, ( Nord. Sem. Arbejdsrapp.), 0906-3668, Selective -Nordlands Forskning. Rapport, ( NF-Rapp.), 0802-765X, Selective -Norges Forskningsraad. Bioproduksjon og Foredling, ( Norges Forsk. Bioprod. Foredling), Selective -Norges Handelshoeyskole. Discussion Paper, ( NHH Discuss. Pap.), 0805-1127, Selective -Norges Handelshoeyskole. Saertrykkserie/Norwegian School of Ecomics. Reprint Series, ( Norges Handelshoeysk. Saertrykkser./Norwegian Sch. Econ. Repr. Ser.), 0801-9002, Selective -Norges Handelshoyskole Saertrykkserie, ( NHH Saertrykkser.), 0804-1105, Priority -Norges Offentlige Utredninger/Public Reports of Norway, ( NOU/Pub. Rep. Norway), 0333-2306, Selective -Norin kinyu/Monthly review of agriculture, forestry and fishery finance. Tokyo, ( Norin Kinyu/Mon. Rev. Agric. For. Fish. Financ.), Core -Norois. Poitiers, ( Norois), 0029-182X, Priority -Norsk Institutt for Landbruksoekonomisk Forskning, ( Norsk Inst. Landbruksoekonomisk Forsk.), 0801-8553, Selective -Norsk Institutt for Naturforskning. Forskningsrapport, ( NINA Forskningsrapp.), 0802-3093, Selective -Norsk Institutt for Naturforskning. Oppdragsmelding, ( NINA Oppdragsmelding), 0802-4103, Selective -Norsk Institutt for Naturforskning. Utredning, ( NINA Utredning), 0802-3107, Selective -Norsk Institutt for Vannforskning. Rapport, ( NIVA Rapp.), Priority -Norsk Polarinstitutt. Meddelelser, ( Norsk Polarinst. Medd.), Priority -Norsk Veterinaer Tidsskrift, ( Norsk Vet. Tidsskr.), 0332-5741, Selective -North American Journal of Aquaculture, ( N. Am. J. Aquacult.), 1522-2055, Core -North American Journal of Fisheries Management, ( N. Am. J. Fish. Manage.), 0275-5947, Core -Northeastern Naturalist, ( Northeast. Nat.), 1092-6194, Priority -Northern aquaculture. Victoria BC, ( North. Aquacult.), 1183-2428, Priority -Northwest Science, ( Northwest Sci.), 0029-344X, Priority -Northwestern Naturalist, ( Northwest. Nat.), 1051-1733, Selective -Norwegian Journal of Entomology, ( Norwegian J. Entomol.), 1501-8415, Core -Norwegian School of Economics and Business Administration. Institute of Fisheries Economics. Discussion Paper Series, ( Norwegian Sch. Econ. Bus. Adm. Inst. Fish. Econ. Discuss. Pap. Ser.), 0803-4435, Selective -Nota Lepidopterologica, ( Nota Lepidopterol.), 0342-7536, Core -Notes et documents d'oceanographie. Centre de Tahiti, ORSTOM. Papeete, ( Notes Doc. Oceanogr. Cent. Tahiti ORSTOM), Core -Notes from the Faculty of Fisheries, Kasetsart University. Bangkok, ( Notes Fac. Fish. Kasetsart Univ.), 0075-5206, Core -Notes techniques. Sciences de la mer. Biologie marine. Centre de Noumea, ORSTOM. Noumea, ( Notes Tech. Sci. Mer Biol. Mar. Cent. Noumea ORSTOM), Core -Notes techniques. Sciences de la mer. Oceanographie physique. Centre de Noumea, ORSTOM. Noumea, ( Notes Tech. Sci. Mer Oceanogr. Phys. Cent. Noumea ORSTOM), Core -Noticiario mensual. Museo Nacional de Historia Natural (Chile). Santiago, ( Not. Mens. Mus. Nac. Hist. Nat. (Chile)), 0027-3945, Priority -Noticias comerciales. INFOPESCA. Panama, ( Not. Comer. INFOPESCA), Priority -Notulae Odonatologicae, ( Not. Odonatol.), 0166-6584, Priority -Nouvelle Revue d'Entomologie, ( Nouv. Rev. Entomol.), 0374-9797, Priority -Nova Acta Cientifica Compostelana (NACC Bioloxia), ( Nova Acta Cient. Compostelana (Biol.)), 1130-9717, Selective -Nova hedwigia. Lehre, ( Nova Hedwigia), 0029-5035, Selective -Nova thalassia. Trieste, ( Nova Thalassia), 0369-5271, Priority -NSW fisheries annual report. Sydney, ( N.S.W. Fish. Annu. Rep.), 1039-0715, Priority -NSW fisheries final report series. Cronulla, ( N.S.W. Fish. Final Rep. Ser.), 1440-3544, Core -NSW fisheries. Fishery resource assessment series. Cronulla, ( N.S.W. Fish. Fish. Resour. Assess. Ser.), Core -NTR-ITPP special publication. Mazara del Vallo, ( NTR-ITPP Spec. Publ.), 1120-1894, Priority -Nuclear Engineering and Design, ( Nucl. Eng. Des.), 0029-5493, Selective -Nuclear Engineering International, ( Nucl. Eng. Int.), 0029-5507, Selective -Nuclear Plant Journal, ( Nucl. Plant J.), 0892-2055, Selective -Nuclear Safety, ( Nucl. Saf.), 0029-5604, Core -Nuclear Science and Engineering, ( Nucl. Sci. Eng.), 0029-5639, Selective -Nuclear Technology, ( Nucl. Technol.), 0029-5450, Selective -Nucleic Acids Research, ( Nucleic Acids Res.), 0305-1048, Core -Nucleosides, Nucleotides & Nucleic Acids, ( Nucleosides, Nucleotides & Nucleic Acids), 1525-7770, Core -Nutrition & Food Science, ( Nutr. Food Sci.), 0034-6659, Selective -Nutrition and Cancer, ( Nutr. Cancer), 0163-5581, Selective -Nutrition Bulletin, ( Nutr. Bull.), 1471-9827, Selective -Nutrition Reviews, ( Nutr. Rev.), 0029-6643, Selective -Nutritional Neuroscience, ( Nutr. Neurosci.), 1028-415X, Selective -Ny Fisk Rapport/New Fish Report, ( Ny Fisk Rapp./New Fish Rep.), Priority -Oberirdische Gewaesser, ( Oberird. Gewaeser), 1434-2499, Selective -Obzornaya informatsiya VNIEhRKh. Seriya akvakul'tura. Moscow, ( Obz. Inf. VNIEhRKh (Akvakul't.)), Priority -Obzornaya informatsiya VNIEhRKh. Seriya marikul'tura. Moscow, ( Obz. Inf. VNIEhRKh (Marikul't.)), Priority -Obzornaya informatsiya VNIEhRKh. Seriya rybokhozyajstvennoe ispol'zovanie resursov Mirovogo Okeana. Moscow, ( Obz. Inf. VNIEhRKh (Rybokhoz. Ispol'z. Resur. Mirov. Okeana)), Priority -Occasional paper. Australian Bureau of Agricultural and Resource Economics. Canberra, ( Occas. Pap. Aust. Bur. Agric. Resour. Econ.), Priority -Occasional paper. Canadian Wildlife Service. Ottawa ON, ( Occas. Pap. Can. Wildl. Serv.), 0576-6370, Priority -Occasional papers of Fishery Survey of India. Bombay, ( Occas. Pap. Fish. Surv. India), Core -Occasional papers of the California Academy of Sciences. San Francisco CA, ( Occas. Pap. Calif. Acad. Sci.), 0068-5461, Selective -Occasional Papers of the Institute of Arctic and Alpine Research, University of Colorado, ( Occas. Pap. Inst. Arctic Alpine Res., Univ. Colorado), 0069-6145, Selective -Occasional papers on mollusks. Cambridge MA, ( Occas. Pap. Mollusks), Priority -Occasional papers. J.L.B. Smith Institute of Ichthyology. Grahamstown, ( Occas. Pap. J. L. B. Smith Inst. Ichthyol.), Selective -Occasional papers. Museum of Zoology, University of Michigan. Ann Arbor MI, ( Occas. Pap. Mus. Zool. Univ. Mich.), 0076-8413, Priority -Occasional Publication of the Irish Biogeographical Society, ( Occas. Publ. Irish Biogeogr. Soc.), Selective -Occasional publication. Faculty of Fisheries and Marine Science, Universiti Pertanian Malaysia. Serdang, ( Occas. Publ. Fac. Fish. Mar. Sci. Univ. Pertanian Malays.), Core -Occasional publication. Freshwater Biological Association, Ambleside. Ambleside, ( Occas. Publ. Freshwat. Biol. Assoc. Ambleside), 0308-6739, Priority -Occasional publication. Marine Biological Association of the United Kingdom. Plymouth, ( Occas. Publ. Mar. Biol. Assoc. U.K.), 0260-2784, Core -Occasional publication. University Marine Biological Station, Millport. Millport, ( Occas. Publ. Univ. Mar. Biol. Stn. Millport), Core -Occupational and Environmental Medicine, ( Occup. Environ. Med.), 1351-0711, Priority -Occupational Ergonomics, ( Occup. Ergonomics), 1359-9364, Priority -Occupational Hazards, ( Occup. Hazards), 0029-7909, Selective -Occupational Hazards, ( Occup. Hazards), Priority -Occupational Health & Safety, ( Occup. Health Saf.), 0362-4064, Priority -Occupational Hygiene, ( Occup. Hyg.), 1061-0251, Priority -Occupational Medicine, ( Occup. Med.), 0962-7480, Core -Occupational Therapy in Health Care, ( Occup. Ther. Health Care), 0738-0577, Selective -Ocean & Coastal Management, ( Ocean Coast. Manage.), 0964-5691, Selective -Ocean and Coastal Law Journal, ( Ocean Coast. Law J.), 1073-8843, Priority -Ocean Development & International Law, ( Ocean Dev. Int. Law), 0090-8320, Selective -Ocean Engineering, ( Ocean Eng.), 0029-8018, Selective -Ocean Modelling, ( Ocean Model. Online), 1463-5003, Selective -Ocean technology/Haiyang Jishu. Tianjin, ( Ocean Technol./Haiyang Jishu), 1003-2029, Core -Ocean Voice, ( Ocean Voice), 0261-6777, Core -Ocean Yearbook, ( Ocean Yearb.), 0191-8575, Core -Oceanic engineering international. St. John's, NF, ( Ocean. Eng. Int.), 1025-7187, Core -Oceanides. La Paz, ( Oceanides), 0186-5102, Core -Oceanis. Serie de documents oceanographiques. Paris, ( Oceanis (Doc. Oceanogr.)), 0182-0745, Core -Oceanography, ( Oceanography), 1042-8275, Selective -Oceanography and marine biology: an annual review. Aberdeen, ( Oceanogr. Mar. Biol. Annu. Rev.), Priority -Oceanography and meteorology. Nagasaki, ( Oceanogr. Meteorol.), Core -Oceanologia et limnologia sinica/Haiyang Yu Huzhao. Qingdao, ( Oceanol. Limnol. Sin./Haiyang Yu Huzhao), 0029-814X, Core -Oceanologia. Sopot, ( Oceanologia), 0078-3234, Core -Oceanologica acta. Paris, ( Oceanol. Acta), 0399-1784, Core -Oceanorama. Institut oceanographique Paul Ricard. Marseille, ( Oceanorama Inst. Oceanogr. Paul Ricard), 0243-6663, Core -Oceans 9-. Imprint varies, ( Oceans 9-), Core -Oceanus, ( Oceanus), 0029-8182, Selective -OCS reports. U.S. Minerals Management Service. Herndon VA, ( OCS Rep. U.S. Miner. Manage. Serv.), Priority -Odonatologica, ( Odonatologica), 0375-0183, Core -Odontologia Pediatrica, ( Odontol. Pediatr.), Selective -Oebalia. Taranto, ( Oebalia), 0392-6613, Priority -OECD Observer, ( OECD Obs.), 0029-7054, Selective -Oecologia, ( Oecologia), 0029-8549, Core -Oecologia aquatica. Barcelona, ( Oecol. Aquat.), 0210-9352, Priority -Oecologia Montana, ( Oecol. Mont.), 1210-3209, Priority -OECS fishery report. Kingstown, ( OECS Fish. Rep.), Core -Oekonomisk Fiskeriforskning, ( Oekonom. Fiskeriforsk.), 0803-6799, Selective -Oekonomiske Analyser Fiskeoppdrett/Economic Analyses of Fish Farming, ( Oekon. Anal. Fiskeoppdrett/Econ. Anal. Fish Farm.), 1502-4458, Selective -Offshore Engineer, ( Offshore Eng.), 0305-876X, Selective -Offshore mechanics., ( Offshore Mech.), Selective -Ohio Journal of Science, ( Ohio J. Sci.), 0030-0950, Priority -Oikos, ( Oikos), 0030-1299, Core -Okeanologicheskie issledovaniya/Oceanological researches. Moscow, ( Okeanol. Issled./Oceanol. Res.), Core -Okeanologiya/Oceanology (Sofia). Sofia, ( Okeanologiya/Oceanology (Sofia)), Selective -Oligonucleotides, ( Oligonucleotides), 1545-4576, Core -OMICS: A Journal of Integrative Biology, ( OMICS: J. Integrative Biol.), 1536-2310, Selective -On the rise. Inland Fisheries Commission newsletter. Hobart, ( On The Rise Inland Fish. Comm. Newsl.), Core -Oncogene, ( Oncogene), 0950-9232, Core -Onderstepoort Journal of Veterinary Research, ( Onderstepoort J. Vet. Res.), 0030-2465, Priority -Onearth, ( Onearth), 1537-4246, Selective -Ontario fisheries technical report series. Toronto ON, ( Ont. Fish. Tech. Rep. Ser.), 0227-986X, Core -Open-file report. U.S. Bureau of Mines. Washington DC, ( Open-File Rep. U.S. Bur. Mines), Priority -Open-file report. U.S. Geological Survey. Reston VA, ( Open-File Rep. U.S. Geol. Surv.), Priority -Opera Botanica, ( Opera Bot.), 0078-5237, Selective -Opera lilloana. Tucuman, ( Opera Lilloana), 0078-5245, Priority -Ophelia, ( Ophelia), 0078-5326, Core -Ophthalmic Research, ( Ophthalmic Res.), 0030-3747, Selective -Ophthalmologica, ( Ophthalmologica), 0030-3755, Selective -Ophthalmology, ( Ophthalmology), 0161-6420, Selective -Opredelitel' presnovodnykh vodoroslej S.S.S.R. St. Petersburg, ( Opred. Presnovodn. Vodorosl. S.S.S.R.), Priority -Opredeliteli po faune S.S.S.R. St. Petersburg, ( Opred. Faune S.S.S.R.), Priority -Opuscula Zoologica Fluminensia, ( Opusc. Zool. Flumin.), 1010-5220, Priority -Oral Microbiology and Immunology, ( Oral Microbiol. Immunol.), 0902-0055, Core -Oral Oncology, ( Oral Oncol.), 1368-8375, Selective -Oral Surgery, Oral Medicine and Oral Pathology, ( Oral Surg. Oral Med. Oral Pathol.), 0030-4220, Selective -Oregon law review. Eugene OR, ( Oreg. Law Rev.), 0196-2043, Selective -Organic Geochemistry, ( Org. Geochem.), 0146-6380, Selective -Organisms, Diversity & Evolution, ( Org. Divers. Evol.), 1439-6092, Selective -Oriental Insects, ( Orient. Insects), 0030-5316, Core -Oriental Journal of Chemistry, ( Oriental J. Chem.), 0970-020X, Selective -Ornis Fennica, ( Ornis Fenn.), 0030-5685, Priority -Ornis fennica. Helsinki, ( Ornis Fenn.), Selective -Ornis Norvegica, ( Ornis Norv.), 1502-0878, Priority -Ornis Svecica, ( Ornis Svec.), 1102-6812, Selective -Orthopedics, ( Orthopedics), 0147-7447, Priority -Oryktos ploutos/Mineral wealth. Athens, ( Orykt. Plout./Miner. Wealth), 0253-9462, Priority -Oryx, ( Oryx), 0030-6053, Core -Oseana. Jakarta, ( Oseana), 0216-1877, Priority -Osteoporosis International, ( Osteoporosis Int.), 0937-941X, Core -Osterreichs Fischerei. Salzburg, ( Oesterr. Fisch.), 0029-9987, Priority -Ostrich, ( Ostrich), 0030-6525, Selective -Pacific and Asian Journal of Energy, ( Pac. Asian J. Energy), 0970-3888, Priority -Pacific Discovery, ( Pac. Discov.), 0030-8641, Priority -Pacific Fishing, ( Pacific Fish.), 0195-6515, Priority -Pacific halibut fishery regulations. Seattle WA, ( Pac. Halibut Fish. Regul.), Core -Pacific Review, ( Pac. Rev.), 1323-9104, Priority -Pacific Science, ( Pac. Sci.), 0030-8870, Priority -Packaging India. Bombay, ( Packag. India), Priority -Packaging Technology & Science, ( Packag. Technol. Sci.), 0894-3214, Selective -Pain Reviews, ( Pain Rev.), 0968-1302, Selective -Pakistan Journal of Marine Sciences, ( Pak. J. Mar. Sci.), 1019-8415, Priority -Pakistan journal of science. Lahore, ( Pak. J. Sci.), 0030-9877, Selective -Pakistan Journal of Scientific and Industrial Research, ( Pak. J. Sci. Ind. Res.), 0030-9885, Selective -Pakistan Journal of Zoology, ( Pak. J. Zool.), 0030-9923, Selective -Pakistan seafood digest. Karachi, ( Pak. Seaf. Dig.), 1010-3502, Selective -Palaeobotanist, ( Palaeobotanist), 0031-0174, Selective -Palaeogeography, Palaeoclimatology, Palaeoecology, ( Palaeogeogr., Palaeoclimatol., Palaeoecol.), 0031-0182, Core -Palaeontology, ( Palaeontology), 0031-0239, Priority -Palaios, ( Palaios), 0883-1351, Selective -Paleobiology, ( Paleobiology), 0094-8373, Priority -Paleoceanography, ( Paleoceanography), 0883-8305, Core -Paleontologia Mexicana. Mexico City, ( Paleontol. Mex.), 0543-7252, Priority -Pan-Pacific Entomologist, ( Pan-Pac. Entomol.), 0031-0603, Core -Panorama atunero. Col. Cuauhtemoc, ( Panorama Atunero), Priority -Panorama pesquero. Mexico City, ( Panorama Pesq.), Priority -Papeis avulsos de zoologia. Sao Paulo, ( Pap. Avuls. Zool.), 0031-1049, Priority -Parasite, ( Parasite), 1252-607X, Selective -Parasite Immunology, ( Parasite Immunol.), 0141-9838, Core -Parasitica, ( Parasitica), 0031-1812, Priority -Parasitology, ( Parasitology), 0031-7820, Selective -Parasitology International, ( Parasitol. Int.), 1383-5769, Selective -Parasitology Research, ( Parasitol. Res.), 0932-0113, 0932-0113, Selective -Parasitology Today, ( Parasitol. Today), 0169-4758, Selective -Parasitology. London, New York NY, ( Parasitology), 0031-1820, Selective -Parassitologia, ( Parassitologia), 0048-2951, Priority -Parazitologicheskij sbornik. St. Petersburg, ( Parazitol. Sb.), Priority -Parazitologiya. St. Petersburg, ( Parazitologiya), 0031-1847, Priority -Parma Impianti. Tecnindustria/Food Processing Plants, ( Parma Impianti Tec./Food Process. Plants), Selective -Pathologie Biologie, ( Pathol. Biol.), 0031-3009, Selective -Patient Care, ( Patient Care), 0031-305X, Selective -Pattern Recognition Letters, ( Pattern Recog. Lett.), 0167-8655, Selective -Pavo, ( Pavo), 0031-3297, Selective -PDA Journal of Pharmceutical Science and Technology, ( PDA J. Pharm. Sci. Tech.), 1079-7440, Selective -Peche maritime. Paris, ( Peche Marit.), 0031-3726, Priority -Pediatric AIDS and HIV Infection, ( Pediatr. AIDS HIV Infect.), 1045-5418, Core -Pediatric Clinics of North America, ( Pediatr. Clin. N. Am.), 0031-3955, Selective -Pediatric Hematology and Oncology, ( Pediatr. Hematol. Oncol.), 0888-0018, Selective -Pediatric Infectious Disease Journal, ( Pediatr. Infect. Dis. J.), 0891-3668, Selective -Pedobiologia, ( Pedobiologia), 0031-4056, Priority -Pedosphere, ( Pedosphere), 1002-0160, Selective -Penn ar bed. Brest, ( Penn ar Bed), 0553-4992, Priority -Peptides, ( Peptides), 0196-9781, Selective -Perangkaan tahunan perikanan. Jabatan Perikanan (Malaysia)/Annual fisheries statistics. Fisheries Department (Malaysia). Kuala Lumpur, ( Perangkaan Tahunan Perikanan Jabatan Perikanan (Malays.)/Annu. Fish. Stat. Fish. Dep. (Malays.)), 0126-8856, Priority -Perceptual and Motor Skills, ( Percept. Motor Skills), 0031-5125, Selective -Perfumer & Flavorist, ( Perfum. Flavor.), 0272-2666, Core -Persoonia, ( Persoonia), 0031-5850, Selective -Perspectives in Drug Discovery and Design, ( Perspect. Drug Discov. Des.), 0928-2866, Selective -Perspectives in Plant Ecology, Evolution and Systematics, ( Perspect. Plant Ecol. Evol. Syst.), 1433-8319, Priority -Perspectives on Developmental Neurobiology, ( Perspect. Dev. Neurobiol.), 1064-0517, Core -Pertanika journal of tropical agricultural science. Serdang, ( Pertanika J. Trop. Agric. Sci.), 0126-6128, Selective -Peru pesquero. Lima, ( Peru Pesq.), Priority -Pervyj global'nyj ehksperiment PIGAP. St. Petersburg, ( Perv. Glob. Ehksp. PIGAP), Priority -Pesca e navegacao. Lisbon, ( Pesca Naveg.), Priority -Pesca marina y el barco pesquero. Los Angeles CA, ( Pesca Mar. Barco Pesq.), 0031-6083, Priority -Pesca. Lima, ( Pesca), 0480-1725, Priority -Pesquisa antartica brasileira. Brasilia, ( Pesqui. Antart. Bras.), 0103-4049, Priority -Pesquisa naval. Rio de Janeiro, ( Pesqui. Nav.), Priority -Pest Management Science, ( Pest Manage. Sci.), 1526-498X, Priority -Pesticidas, ( Pesticidas), 0103-7277, Selective -Pesticide Biochemistry and Physiology, ( Pestic. Biochem. Physiol.), 0048-3575, Selective -Pesticide Science, ( Pestic. Sci.), 0031-613X, Selective -Petroleum engineer international. Dallas, TX, ( Pet. Eng. Int.), 0331-6466, Selective -Petroleum review. London, ( Pet. Rev.), 0020-3076, Priority -Pfluegers Archiv/European Journal of Physiology, ( Pfluegers Arch./Eur. J. Physiol.), 0031-6768, Selective -Pharmaceutical Biology, ( Pharm. Biol.), 1388-0209, Selective -Pharmaceutical Development and Technology, ( Pharm. Dev. Technol.), 1083-7450, Priority -Pharmacoepidemiology and Drug Safety, ( Pharmacoepidemiol. Drug Saf.), 1053-8569, Priority -Pharmacogenomics Journal, ( Pharmacogenom. J.), 1466-4860, Priority -Pharmacological Research, ( Pharmacol. Res.), 1043-6618, Selective -Pharmacological Reviews, ( Pharmacol. Rev.), 0031-6997, Selective -Pharmacology, ( Pharmacology), 0031-7012, Selective -Pharmacology & Toxicology, ( Pharmacol. Toxicol.), 0901-9928, Priority -Pharmacology Biochemistry and Behavior, ( Pharmacol. Biochem. Behav.), 0091-3057, Priority -Pharmacology Reviews and Communications, ( Pharmacol. Rev. Comm.), 1060-4456, Selective -Pharmacotherapy, ( Pharmacotherapy), 0277-0008, Selective -PharmaGenomics, ( PharmaGenomics), Selective -Pheromones, ( Pheromones), 0206-3441, Core -Philippine journal of science. Manila, ( Philipp J. Sci.), 0031-7683, Selective -Philippine Scientist, ( Philipp. Sci.), 0079-1466, Selective -Philosophical transactions of the Royal Society of London. Series B: Biological sciences. London, ( Philos. Trans. R. Soc. Lond. (B Biol. Sci.)), 0962-8436, Selective -Photochemistry and Photobiology, ( Photochem. Photobiol.), 0031-8655, Selective -Photogrammetric Engineering and Remote Sensing, ( Photogramm. Eng. Remote Sensing), 0099-1112, Selective -Photonirvachak. Dehra Dun, ( Photonirvachak), 0255-660X, Priority -Photosynthesis Research, ( Photosynthesis Res.), 0166-8595, Selective -Photosynthetica, ( Photosynthetica), 0300-3604, Selective -Phycologia, ( Phycologia), 0031-8884, Core -Phycological Research, ( Phycol. Res.), 1322-0829, Core -Phykos, ( Phykos), 0031-8892, Core -Phykos. New Delhi, ( Phykos), 0554-1182, Priority -Physician and Sportsmedicine, ( Physician Sportsmed.), 0091-3847, Selective -Physics of Fluids, ( Phys. Fluids), 1070-6631, Selective -Physiologia Plantarum, ( Physiol. Plant.), 0031-9317, Selective -Physiological and Molecular Plant Pathology, ( Physiol. Mol. Plant Pathol.), 0885-5765, Selective -Physiological Entomology, ( Physiol. Entomol.), 0307-6962, Core -Physiological Genomics, ( Physiol. Genomics), 1094-8341, Priority -Physiological Measurement, ( Physiol. Meas.), 0967-3334, Selective -Physiological Reviews, ( Physiol. Rev.), 0031-9333, Selective -Physiological Zoology, ( Physiol. Zool.), 0031-935X, Selective -Physiology & Behavior, ( Physiol. Behav.), 0031-9384, Priority -Physiology and Molecular Biology of Plants, ( Physiol. Mol. Biol. Plants), 0971-5894, Selective -Physis. Secciones A, B y C. Buenos Aires, ( Physis (A, B, C)), 0326-1441, Priority -Phytochemical Analysis, ( Phytochem. Anal.), 0958-0344, Selective -Phytochemistry, ( Phytochemistry), 0031-9422, Selective -Phytochemistry Reviews, ( Phytochem. Rev.), 1568-7767, Selective -Phytocoenologia, ( Phytocoenologia), 0340-269X, Selective -Phytologia, ( Phytologia), Selective -Phytologia. Plainfield NJ, ( Phytologia), 0031-9430, Selective -Phytomedicine, ( Phytomedicine), 0944-7113, Priority -Phyton (Buenos Aires). Buenos Aires, ( Phyton (B. Aires)), 0031-9457, Selective -Phytoparasitica, ( Phytoparasitica), 0334-2123, Priority -Phytopathology, ( Phytopathology), 0031-949X, Priority -Phytophaga, ( Phytophaga), 0393-8131, Priority -Phytoprotection, ( Phytoprotection), 0031-9511, Priority -Phytotherapy Research, ( Phytother. Res.), 0951-418X, Selective -PICES press. Sidney BC, ( PICES Press), 1195-2512, Priority -PICES scientific report. Sidney BC, ( PICES Sci. Rep.), 1198-273X, Priority -Pierce Law Review, ( Pierce Law Rev.), 1543-138X, Selective -Pipe line industry. Houston TX, ( Pipe Line Ind.), 0032-0145, Selective -Pisciculture francaise d'eau vive et d'etang saumatre et marine. Paris, ( Piscic. Fr. Eau Vive Etang Saumatre Mar.), 0295-317X, Core -Pishchevaya promyshlennost'. Moscow, ( Pishch. Prom-st'), 0235-2486, Priority -Pituitary, ( Pituitary), 1386-341X, Selective -PKV Research Journal, ( PKV Res. J.), 0378-813X, Selective -Plain English Guide, Reason Public Policy Institiute, ( Plain Engl. Guide, Reason Public Policy Inst.), Selective -Planer og Meldinger. Statistisk Sentralbyraa (Norway). Oslo, ( Planer Meld. Stat. Sentralbyraa (Norw.)), Selective -Plankton Biology and Ecology, ( Plankton Biol. Ecol.), 1343-0874, Core -Plant & Cell Physiology, ( Plant Cell Physiol.), 0032-0781, Selective -Plant and Soil, ( Plant Soil), 0032-079X, Selective -Plant Cell, ( Plant Cell), 1040-4651, Priority -Plant Cell Reports, ( Plant Cell Rep.), 0721-7714, Priority -Plant Disease, ( Plant Dis.), 0191-2917, Priority -Plant Ecology, ( Plant Ecol.), 1385-0237, Core -Plant Engineering, ( Plant Eng.), 0032-082X, Selective -Plant Journal, ( Plant J.), 0960-7412, Priority -Plant Molecular Biology, ( Plant Mol. Biol.), 0167-4412, Priority -Plant Pathology, ( Plant Pathol.), 0032-0862, Priority -Plant Physiology, ( Plant Physiol.), 0032-0889, Priority -Plant Physiology and Biochemistry, ( Plant Physiol. Biochem.), 0981-9428, Selective -Plant physiology and biochemistry. Montrouge, ( Plant Physiol. Biochem.), 0981-9428, Selective -Plant Science, ( Plant Sci.), 0168-9452, Selective -Plant Species Biology, ( Plant Species Biol.), 0913-557X, Selective -Plant Systematics and Evolution, ( Plant Syst. Evol.), 0378-2697, Selective -Plant, Cell & Environment, ( Plant, Cell Environ.), 0140-7791, Selective -Planta, ( Planta), 0032-0935, Selective -Plantula, ( Plantula), 1316-1547, Selective -Plasmid, ( Plasmid), 0147-619X, Core -PLoS Biology, ( PLoS Biol.), 1544-9173, Priority -Polar Biology, ( Polar Biol.), 0722-4060, Priority -Polar biology. Berlin, Heidelberg, ( Polar Biol.), 0722-4060, Priority -Polar Record, ( Polar Rec.), 0032-2474, Priority -Polar Research, ( Polar Res.), 0800-0395, Priority -Polar research. Oslo, ( Polar Res.), Priority -Polarforschung. Bremerhaven, ( Polarforschung), 0032-2490, Priority -Police Practice and Research, ( Police Pract. Res.), 1561-4263, Selective -Policing, ( Policing), 1363-951x, Selective -Polish Journal of Ecology, ( Polish J. Ecol.), 1505-2249, Core -Polish Journal of Pharmacology, ( Pol. J. Pharmacol.), 1230-6002, Selective -Polish Journal of Soil Science, ( Pol. J. Soil Sci.), 0079-2985, Selective -Polish polar research/Polskie badania polarne. Warsaw, ( Pol. Polar Res./Pol. Badania Polarne), 0138-0338, Selective -Poljorivreda, ( Poljoprivreda), 1330-7142, Priority -Pollution Engineering, ( Pollut. Eng.), 0032-3640, Selective -Pollution monitor. Tonbridge, ( Pollut. Monit.), 0308-5414, Selective -Pollution Prevention Review, ( Pollut. Prevent. Rev.), 1079-0276, Selective -Polskie Archiwum Hydrobiologii/Polish Archives of Hydrobiology, ( Pol. Arch. Hydrobiol./Pol. Arch. Hydrobiol.), 0032-3764, Core -Polskie Pismo Entomologiczae, ( Pol. Pismo Entomol.), 0032-3780, Selective -Polymer Testing, ( Polym. Test.), 0142-9418, Selective -Population Ecology, ( Popul. Ecol.), 1438-3896, Core -Portugaliae zoologica. Lisbon, ( Port. Zool.), 0871-326X, Priority -Postharvest Biology and Technology, ( Postharvest Biol. Technol.), 0925-5214, Selective -Power Engineering, ( Power Eng.), 0032-5961, Selective -Prace i Materialy Zootechniczne, ( Prace Mat. Zootech.), 0137-1649, 9 -Prace Morskiego Instytutu Rybackiego, Gdynia/Reports of the Sea Fisheries Institute Gdynia. Gdynia, ( Pr. Morsk. Inst. Ryback. Gdynia/Rep. Sea Fish. Inst. Gdynia), 0209-097X, Core -Prace Ustavu rybarstva a hydrobiologie, Bratislava/Works of the Institute of Fishery Research and Hydrobiology, Bratislava. Bratislava, ( Pr. Ustavu Ryb. Hydrobiol. Bratisl./Works Inst. Fish. Res. Hydrobiol. Bratisl.), Core -Practice Periodical of Hazardous, Toxic, and Radioactive Waste Management, ( Pract. Periodical Hazard., Toxic, Radioact. Waste Manage.), 1090-025X, Selective -Practice Periodical on Structural Design and Construction, ( Pract. Periodical Struct. Des. Constr.), 1084-0680, Selective -Precambrian Research, ( Precambrian Res.), 0301-9268, Selective -Prenatal Diagnosis, ( Prenatal Diagn.), 0197-3851, Selective -Preparative Biochemistry and Biotechnology, ( Prep. Biochem. Biotechnol.), 1082-6068, Priority -presse Medicale, ( Presse Med.), 0755-4982, Selective -Prevention Science, ( Prev. Sci.), 1389-4986, Selective -Prikladnaia Biokhimiia i Mikrobiologiia, ( Prikl. Biokhim. Mikrobiol.), 0555-1099, Selective -Primates, ( Primates), 0032-8332, Priority -Prime, ( Prime), 0971-3239, Priority -Priroda. Moscow, ( Priroda), 0032-874X, Priority -Prison Journal, ( Prison J.), 0032-8555, Selective -Probabilistic Engineering Mechanics, ( Prob. Eng. Mech.), 0266-8920, Selective -Problemy Arktiki i Antarktiki. St. Petersburg, ( Probl. Arkt. Antarkt.), 0555-2648, Priority -Problemy khimicheskogo zagryazneniya vod Mirovogo Okeana. St. Petersburg, ( Probl. Khim. Zagryaz. Vod. Mirov. Okeana), Priority -Proceedings in Marine Science, ( Proc. Mar. Sci.), Priority -Proceedings of Pakistan Congress of Zoology, ( Proc. Pak. Congress Zool.), 1013-3461, Selective -Proceedings of the Academy of Natural Sciences of Philadelphia, ( Proc. Acad. Nat. Sci. Phila.), 0097-3157, Selective -Proceedings of the Annual Conference of the Fisheries Society of Nigeria (FISON). Lagos, ( Proc. Annu. Conf. Fish. Soc. Niger. (FISON)), Priority -Proceedings of the Annual Conference of the Southeastern Association of Fish and Wildlife Agencies, ( Proc. Annu. Conf. SEAFWA), Priority -Proceedings of the Biological Society of Washington, ( Proc. Biol. Soc. Wash.), 0006-324X, Priority -Proceedings of the Bureau of Rural Resources, Canberra, ( Proc. Bur. Rural Resour.), 1032-2469, Selective -Proceedings of the California Academy of Sciences, ( Proc. Calif. Acad. Sci.), 0068-547X, Priority -Proceedings of the Entomological Society of Ontario, ( Proc. Entomol. Soc. Ont.), 0071-0768, Core -Proceedings of the Entomological Society of Washington, ( Proc. Entomol. Soc. Wash.), 0013-8797, Core -Proceedings of the Estonian Academy of Sciences, Biology Ecology, ( Proc. Eston. Acad. Sci. Biol. Ecol.), 1406-0914, Priority -Proceedings of the Gulf and Caribbean Fisheries Institute, ( Proc. Gulf Caribb. Fish. Inst.), 0072-9019, Core -Proceedings of the Hawaiian Entomological Society, ( Proc. Hawaii. Entomol. Soc.), 0073-134X, Selective -Proceedings of the IEEE, ( Proc IEEE), 0018-9219, Selective -Proceedings of the Indian Academy of Sciences. Earth and planetary sciences. Bangalore, ( Proc. Indian Acad. Sci. (Earth Planet. Sci.)), 0253-4126, Priority -Proceedings of the Indian Academy of Sciences. Mathematical sciences. Bangalore, ( Proc. Indian Acad. Sci. (Math. Sci.)), 0370-0089, Priority -Proceedings of the Indian National Science Academy. Part A. Physical sciences. New Delhi, ( Proc. Indian Natl. Sci. Acad. (A Phys. Sci.)), 0370-0046, Priority -Proceedings of the Indian National Science Academy. Part B. Biological sciences. New Delhi, ( Proc. Indian Natl. Sci. Acad. (B Biol. Sci.)), 0073-6600, Priority -Proceedings of the Indiana Academy of Sciences, ( Proc. Indiana Acad. Sci.), 0073-6767, Selective -Proceedings of the Institution of Civil Engineers. Civil Engineering, ( Proc. Inst. Civ. Eng. Civ. Eng.), 0965-089X, Selective -Proceedings of the Institution of Civil Engineers. Municipal Engineer, ( Proc. Inst. Civ. Eng. Munic. Eng.), 0965-0903, Selective -Proceedings of the Institution of Civil Engineers. Structures and Buildings, ( Proc. Inst. Civ. Eng. Struct. Build.), 0965-0911, Selective -Proceedings of the Institution of Civil Engineers. Transport, ( Proc. Inst. Civ. Eng. Transp.), 0965-092X, Selective -Proceedings of the Institution of Civil Engineers. Water and Maritime Engineering, ( Proc. Instit. Civ. Eng. Water Maritime Eng.), 1472-4561, Selective -Proceedings of the Institution of Mechanical Engineers, Part B: Journal of Engineering Manufacture, ( Proc. Inst. Mech. Eng. Pt. B: J. Eng. Manuf.), 0954-4054, Selective -Proceedings of the Institution of Mechanical Engineers, Part D: Journal of Automobile Engineering, ( Proc. Inst. Mech. Eng. Pt. D: J. Automobile Eng.), 0954-4070, Selective -Proceedings of the Institution of Mechanical Engineers, Part F: Journal of Rail and Rapid Transit, ( Proc. Inst. Mech. Eng. Pt. F: J. Rail Rapid Transit), 0954-4097, Selective -Proceedings of the Institution of Mechanical Engineers, Part M: Journal of Engineering for the Maritime Environment, ( Proc. Inst. Mech. Eng., Part M: J. Eng. Marit. Environ.), 1475-0902, Selective -Proceedings of the Institution of Mechanical Engineers. Part G: Journal of Aerospace Engineering, ( Proc. Inst. Mech. Eng. Pt. G: J. Aerosp. Eng.), 0954-4100, Selective -Proceedings of the International Offshore and Polar Engineering Conference, ( Proc. Int. Offshore Polar Eng. Conf.), 1098-6189, Selective -Proceedings of the Linnean Society of New South Wales. Sydney, ( Proc. Linn. Soc. N.S.W.), 0047-4746, Priority -Proceedings of the Louisiana Academy of Sciences, ( Proc. La. Acad. Sci.), 0096-9192, Selective -Proceedings of the National Academy of Sciences of India. Section B. Biological sciences. Allahabad, ( Proc. Natl. Acad. Sci. India (B Biol. Sci.)), 0369-8211, Priority -Proceedings of the National Academy of Sciences, USA, ( Proc. Natl. Acad. Sci. USA), 0027-8424, Priority -Proceedings of the National Science Council, Republic of China. Part B, Life Sciences, ( Proc. Natl. Sci. Counc. Rep. China Pt. B Life Sci.), 0255-6596, Selective -Proceedings of the NIPR Symposium on Polar Biology. Tokyo, ( Proc. NIPR Symp. Polar Biol.), 0914-563X, Priority -Proceedings of the Royal Society of Edinburgh Section A, ( Proc. R. Soc. Edinb. Sect. A), 0308-2105, Priority -Proceedings of the Royal Society of London, Series B: Biological Sciences, ( Proc. R. Soc. Lond., Ser. B: Biol. Sci.), 0962-8452, Priority -Proceedings of the Royal Society of Queensland, ( Proc. R. Soc. Queensl.), 0080-469X, Priority -Proceedings of the Royal Society of Victoria, ( Proc. R. Soc. Vic.), 0035-9211, Selective -Proceedings of the San Diego Society of Natural History, ( Proc. San Diego Soc. Nat. Hist.), 1059-8707, Selective -Proceedings of the San Diego Society of Natural History. San Diego CA, ( Proc. San Diego Soc. Nat. Hist.), Selective -Proceedings of the Section Experimental and Applied Entomology of the Netherlands Entomological Society (N. E. V.) Amsterdam, ( Proc. Sect. Exp. Appl. Entomol. N. E. V. Amst.), Selective -Proceedings of the Society for Experimental Biology and Medicine, ( Proc. Soc. Exp. Biol. Med.), 0037-9727, Selective -Proceedings of the South Dakota Academy of Science, ( Proc. South Dakota Acad. Sci.), 0096-378X, Selective -Proceedings of the Western Pharmacology Society, ( Proc. West. Pharmacol. Soc.), 0083-8969, Selective -Proceedings of the World Dredging Conference. Palos Verdes Estates CA, ( Proc. World Dredg. Conf.), Selective -Proceedings of the Yorkshire Geological Society. Leeds, ( Proc. Yorks. Geol. Soc.), 0044-0604, Selective -Proceedings. Association of Island Marine Laboratories of the Caribbean. Mayaguez, ( Proc. Assoc. Isl. Mar. Lab. Caribb.), Core -Proceedings. Bureau of Resource Sciences (Australia). Canberra, ( Proc. Bur. Resour. Sci. (Aust.)), Priority -Proceedings. Conference. Marine Technology Society. Washington DC, ( Proc. Conf. Mar. Technol. Soc.), Core -Proceedings. International Baltic Sea Fishery Commission. Warsaw, ( Proc. Int. Balt. Sea Fish. Comm.), Core -Proceedings. Northwest Atlantic Fisheries Organization. Dartmouth NS, ( Proc. NAFO), 0704-4771, Core -Proceedings. Offshore Technology Conference. New York NY, ( Proc. Offshore Technol. Conf.), Priority -Proceedings. South Carolina Sea Grant Consortium. Charleston SC, ( Proc. S.C. Sea Grant Consort.), Priority -Process Biochemistry, ( Process Biochem.), 0032-9592, Priority -Process Engineering, ( Process Eng.), 0370-1859, Selective -Process Safety and Environmental Protection, ( Process Saf. Environ. Prot.), 0957-5820, Selective -Process Safety Progress, ( Process Saf. Prog.), 0278-4513, Core -Produits de la mer. Rennes, ( Prod. Mer), 1150-7680, Priority -Professional fisherman. Melbourne, ( Prof. Fisherman), 0156-403X, Core -Professional paper. U.S. Geological Survey. Washington DC, ( Prof. Pap. U.S. Geol. Surv.), Priority -Professional Safety, ( Prof. Saf.), 0099-0027, Selective -Progress in botany/Fortschritte der Botanik. Berlin, ( Prog. Bot./Fortschr. Bot.), 0340-4773, Selective -Progress in Human Geography, ( Prog. Hum. Geogr.), 0309-1325, Selective -Progress in Neuro-Psychopharmacology and Biological Psychiatry, ( Prog. Neuro-Psychopharmacol. Biol. Psychiatry), 0278-5846, Selective -Progress in Neurobiology, ( Prog. Neurobiol.), 0301-0082, 0 -Progress in Nuclear Energy, ( Prog. Nuclear Energy), 0149-1970, Selective -Progress in Nucleic Acid Research and Molecular Biology, ( Prog. Nucleic Acid Res. Mol. Biol.), 0079-6603, Core -Progress in Oceanography, ( Prog. Oceanogr.), 0079-6611, Priority -Progress in Structural Engineering and Materials, ( Prog. Struct. Eng. Mater.), 1365-0556, Selective -Progress notes. Canadian Wildlife Service. Ottawa ON, ( Prog. Notes Can. Wildl. Serv.), 0069-0023, Priority -Progress report. Instituto de Limnologia Dr. Raul A. Ringuelet. La Plata, ( Prog. Rep. Inst. Dr. Raul A. Ringuelet), Priority -Progress report. U.S. Naval Ocean Research and Development Activity. NSTL Station MS, ( Prog. Rep. U.S. Nav. Ocean Res. Dev. Act.), Core -Progressive Fish-Culturist, ( Prog. Fish-Cult.), 0033-0779, Core -Project report. Department of Primary Industries (Queensland). Brisbane, ( Proj. Rep. Dep. Prim. Ind. (Queensl.)), Priority -Project report. Lake Kariba Fisheries Research Institute. Kariba, ( Proj. Rep. Lake Kariba Fish. Res. Inst.), 1024-8188, Core -Projected research and development activities. Australian Institute of Marine Science. Townsville, ( Proj. Res. Dev. Act. Aust. Inst. Mar. Sci.), 1036-1650, Core -Prostaglandins Leukotrienes and Essential Fatty Acids, ( Prostaglandins Leukotrienes Essential Fatty Acids), Selective -Protection of metals. London, New York NY, ( Prot. Met.), 0033-1732, Selective -Protein & Peptide Letters, ( Protein Peptide Lett.), 0929-8665, Selective -Protein Engineering Design and Selection, ( Protein Eng. Des. Sel.), 0269-2139, Priority -Protein Expression and Purification, ( Protein Expression Purif.), 1046-5928, Selective -Protein Science, ( Protein Sci.), 0961-8368, Selective -Proteins: Structure, Function & Genetics, ( Proteins: Struct. Funct. Genet.), 0887-3585, Selective -Proteomics, ( Proteomics), 1615-9853, Priority -Protist, ( Protist), 1434-4610, Core -Provisional index and list of titles of Scientific Council Meeting documents. Northwest Atlantic Fisheries Organization. Dartmouth NS, ( Provis. Index List Titles Sci. Counc. Meet. Doc. NAFO), 0252-9378, Core -Przeglad zoologiczny. Wroclaw, ( Przegl. Zool.), 0033-247X, Selective -Psychological Medicine, ( Psychol. Med.), 0033-2917, Selective -Psychology of Women Quarterly, ( Psychol. Women Q.), 0361-6843, Selective -Psychology, Health & Medicine, ( Psychol., Health Med.), 1354-8506, Selective -Psychopharmacology, ( Psychopharmacology), 0033-3158, Priority -Psychosomatic Medicine, ( Psychosom. Med.), 0033-3174, Selective -Public Health, ( Public Health), 0033-3506, Selective -Public Health Reports, ( Public Health Rep.), 0033-3549, Selective -Public Health Reviews, ( Public Health Rev.), 0301-0422, Selective -Publicacao Especial do Instituto Oceanografico, ( Publ. Espec. Inst. Oceanogr. Sao Paulo), 0100-5146, Core -Publicacao especial do Instituto Oceanografico Sao Paulo. Sao Paulo, ( Publ. Espec. Inst. Oceanogr. Sao Paulo), 0100-5146, Core -Publicacao. Instituto de Pesquisas de Marinha, Rio de Janeiro. Rio de Janeiro, ( Publ. Inst. Pesqui. Mar. Rio de J.), Priority -Publicacao. Instituto de Zoologia "Dr.Augusto Nobre". Porto, ( Publ. Inst. Zool. Dr. Augusto Nobre), Priority -Publicacion Especial de la Sociedad Entomologica Argentina, ( Publ. Esp. Soc. Entomol. Argent.), 1666-4523, Core -Publicacion ocasional. Museo nacional de Historia Natural (Chile). Santiago, ( Publ. Ocas. Mus. Nac. Hist. Nat. (Chile)), 0581-6424, Priority -Publicaciones especiales. Centro de Ciencias del Mar y Limnologia, Universidad Nacional Autonoma de Mexico. Mexico City, ( Publ. Espec. Cent. Cienc. Mar. Limnol. Univ. Nac. Auton. Mex.), 0185-3279, Priority -Publicaciones especiales. Instituto Espanol de Oceanografia. Madrid, ( Publ. Espec. Inst. Esp. Oceanogr.), 0214-7378, Core -Publicaciones ocasionales. Instituto de Oceanologia, Universidad de Valparaiso. Vina del Mar, ( Publ. Ocas. Inst. Oceanol. Univ. Valparaiso), 0716-159X, Core -Publicaciones tecnicas de la Facultad de Ciencias Biologicas, Universidad Autonoma de Nuevo Leon. San Nicolas de los Garza, ( Publ. Tec. Fac. Cienc. Biol. Univ. Auton. Nuevo Leon), Priority -Publicacoes avulsas. Instituto Portugues de Investigacao Maritima. Lisbon, ( Publ. Avuls. Inst. Port. Invest. Marit.), 0872-914X, Priority -Publicacoes ocasionais da Sociedade Portuguesa de Malacologia. Lisbon, ( Publ. Ocas. Soc. Port. Malacol.), 0870-7308, Priority -Publication de l'Association pour le Developpement de l'Aquaculture, Cestas. Cestas, ( Publ. Assoc. Dev. Aquacult. Cestas), Priority -Publication. Baltic Marine Biologists. Uppsala, ( Publ. Balt. Mar. Biol.), Core -Publication. Delft Hydraulics Laboratory. Delft, ( Publ. Delft Hydraul. Lab.), 0416-9093, Selective -Publications du Departement d'Halieutique, Ecole nationale superieure agronomique de Rennes. Rennes, ( Publ. Dep. Halieut. Ec. Natl. Super. Agron. Rennes), Priority -Publications from the Amakusa Marine Biological Laboratory. Tomoka, ( Publ. Amakusa Mar. Biol. Lab.), 0065-6682, Selective -Publications of the Seto Marine Biological Laboratory, ( Publ. Seto Mar. Biol. Lab.), 0037-2870, Core -Publications of the Seto Marine Biological Laboratory. Special publication series. Shirahama, ( Publ. Seto Mar. Biol. Lab. (Spec. Publ. Ser.)), Core -Publications of the Water and Environment Research Institute, ( Publ. Water Environ. Res. Inst.), 0783-9472, Selective -Publications. Chesapeake Research Consortium. Annapolis MD, ( Publ. Chesapeake Res. Consort.), Priority -Publications. Florida Institute of Phosphate Research., ( Publ. Fla. Inst. Phosphate Res.), Priority -Publications. Galveston Bay National Estuary Program. Galveston TX, ( Publ. Galveston Bay Natl. Estuar. Program), Priority -Publications. Marine Advisory Service, Rhode Island University Sea Grant Program. Narragansett RI, ( Publ. Mar. Advis. Serv. R.I. Univ. Sea Grant Program), Core -Publications. Maryland University Sea Grant Program. College Park MD, ( Publ. Md. Univ. Sea Grant Program), Priority -Publications. Oregon State University Sea Grant College Program. Corvallis OR, ( Publ. Oreg. State Univ. Sea Grant Coll. Program), Priority -Publications. Rhode Island University Sea Grant College Program. Narragansett RI, ( Publ. R.I. Univ. Sea Grant Coll. Program), Priority -Publications. Tennessee Valley Authority. Knoxville TN, ( Publ. Tenn. Valley Auth.), Priority -Publications. Virginia Sea Grant Consortium. Charlottesville VA, ( Publ. Va. Sea Grant Consort.), Priority -PUC-SP Ciencias Biologicas e do Ambiente, ( PUC-SP Cienc. Biol. Ambiente), 1516-4993, Selective -Punjab fisheries bulletin. Chandigarh, ( Punjab Fish. Bull.), Core -Punjab University Journal of Zoology, ( Punjab Univ. J. Zool.), 0079-8045, Selective -QJM, ( QJM), 0033-5622, Selective -Quaderni dell'Ente tutela pesca, Udine. Nuova serie. Udine, ( Quad. Ente Tutela Pesca Udine (Nuova Ser.)), 1125-6338, Priority -Quaderni dell'Ente tutela pesca, Udine. Serie S. Udine, ( Quad. Ente Tutela Pesca Udine. (Ser. S)), Priority -Quaderni dell'Istituto di idrobiologia e acquacoltura 'G. Brunelli'. Sabaudia, ( Quad. Ist. Idrobiol. Acquacolt. 'G. Brunelli'), 1120-3080, Priority -Quaderni ICRAM. Rome, ( Quad. ICRAM), Priority -Quaderni tecnici di acquacoltura. Rome, ( Quad. Tec. Acquacolt.), 1121-1059, Priority -Quality & Safety in Health Care, ( Qual. Saf. Health Care), 1475-3898, Selective -Quality and Reliability Engineering International, ( Qual. Reliab. Eng. Int.), 0748-8017, Selective -Quantitative Microbiology, ( Quant. Microbiol.), 1388-3593, Priority -Quarterly Journal of Experimental Psychology Section B, ( Q. J. Exp. Psychol. Sect. B), 0272-4995, Priority -Quarterly Journal of International Agriculture, ( Q. J. Int. Agric.), 0049-8599, Selective -Quarterly Report of RTRI, ( Q. Rep. RTRI), Selective -Quarterly Review of Biology, ( Q. Rev. Biol.), 0033-5770, Selective -Quarterly Reviews of Biophysics, ( Q. Rev. Biophys.), 0033-5835, Selective -Quaternary Research, ( Quatern. Res.), 0033-5894, Priority -Queensland fisherman. Clayfield, ( Queensl. Fisherman), Core -Queensland Naturalist, ( Queensl. Nat.), 0079-8843, Priority -Quick frozen foods international. New York NY, ( Quick Frozen Foods Int.), 0033-6416, Selective -Quintessence: Excellence in Environmental Contamination & Toxicology, ( Quintessence Excellence Environ. Contam. Toxicol.), 1076-2833, Priority -R/V Dr. Fridtjof Nansen Survey Reports, ( Fridtjof Nansen Surv. Rep.), Priority -Rad i Sigurnost/Work and Safety, ( Rad Sigur./Work Saf.), 0352-3675, Core -Radiation Measurements, ( Radiat. Measur.), 1350-4487, Selective -Radiation Oncology Investigations, ( Radiat. Oncol. Invest.), 1065-7541, Selective -Radiation Physics and Chemistry, ( Radiat. Phys. Chem.), 0969-806X, Selective -Radiation Protection Dosimetry, ( Radiat. Prot. Dosimet.), 0144-8420, Selective -Radiation Research, ( Radiat. Res.), 0033-7587, Selective -Radiatsionnaia Biologiia, Radioekologii, ( Radiat. Biol. Radioekol.), 0869-8031, Selective -Radioactive Waste Management and Environmental Restoration, ( Radioact. Waste Manage. Environ. Restor.), 1065-609X, Selective -Radioactivity in food and the environment. London, Stirling, ( Radioact. Food Environ.), 1365-6414, Priority -Radiology, ( Radiology), 0033-8419, Selective -Raffles Bulletin of Zoology, ( Raffles Bull. Zool.), 0217-2445, Priority -Rail International, ( Rail Int.), 0020-8442, Selective -Railway Age, ( Railway Age), 0033-8826, Selective -RAP publication. Bangkok, ( RAP Publ.), 1020-6221, Priority -RAPA report. Bangkok, ( RAPA Rep.), 1020-1009, Priority -Rapport annuel de production des peches maritimes et des cultures marines. FIOM. Paris, ( Rapp. Annu. Prod. Peches Marit. Cult. Mar. FIOM), Priority -Rapport annuel. Centre technique forestier tropical, Nogent-sur-Marne. Nogent-sur-Marne, ( Rapp. Annu. Cent. Tech. For. Trop. Nogent-sur-Marne), Priority -Rapport annuel. Commerce exterieur des produits de la mer. FIOM. Paris, ( Rapp. Annu. Commer. Exter. Prod. Mer FIOM), Priority -Rapport annuel. Groupe interuniversitaire de Recherches oceanographiques du Quebec. Universite Laval/Universite McGill. Quebec PQ, ( Rapp. Annu. GIROQ Univ. Laval/Univ.McGill), Core -Rapport annuel. INRS-Oceanologie. Rimouski PQ, ( Rapp. Annu. INRS-Oceanol.), Core -Rapport d'activite, programmes de recherche et d'activite. Centre national de Recherches oceanographiques et des Peches (Mauritania). Nouadhibou, ( Rapp. Act. Programmes Rech. Act. Cent. Natl. Rech. Oceanogr. Peches (Mauritania)), Core -Rapport Nordlands Forskning. Nordland Research Institute, ( Rapp. Nordlands Forskning), 0805-4460, Selective -Rapport scientifique. Antenne ORSTOM aux Seychelles. Victoria, Mahe, ( Rapp. Sci. Antenne ORSTOM Seychelles), Priority -Rapport triennal. Department d'Oceanographie, Universite du Quebec a Rimouski. Rimouski PQ, ( Rapp. Trienn. Dep. Oceanogr. Univ. Que. Rimouski), Core -Rapport. Fiskeriforskning, ( Rapp. Fiskeriforsk.), 0806-6221, Selective -Rapport. Institutt for Administrasjon og Organisasjonsvitenskap, Universitetet i Bergen, ( Rapp. Inst. Admin. Organ. Univ. Bergen), 0803-0219, Selective -Rapport. Laboratoire d'Hydrobiologie, Bamako, ORSTOM. Bamako, ( Rapp. Lab. Hydrobiol. Bamako ORSTOM), Priority -Rapport. Senter for fiskerioekonomi, Bergen. Bergen, ( Rapp. Sent. Fiskerioekon. Bergen), Priority -Rapporter og meldinger. Fiskeridirektoratet (Norway). Bergen, ( Rapp. Meld. Fiskeridir. (Norw.)), Priority -Rapports d'activite. Sciences de la mer. Oceanographie. Centre de Noumea, ORSTOM. Noumea, ( Rapp. Act. Sci. Mer. Oceanogr. Cent. Noumea ORSTOM), Core -Rapports de missions. Sciences de la mer. Biologie marine. Centre de Noumea, ORSTOM. Noumea, ( Rapp. Missions Sci. Mer Biol. Mar. Cent. Noumea ORSTOM), Core -Rapports de missions. Sciences de la mer. Oceanographie physique. Centre de Noumea, ORSTOM. Noumea, ( Rapp. Missions Sci. Mer. Oceanogr. Phys. Cent. Noumea ORSTOM), Core -Rapports scientifiques et techniques. Equipe de Recherche. Service des Peches Port-Vila, ORSTOM. Port-Vila, ( Rapp. Sci. Tech. Equipe Rech. Serv. Pech. Port-Vila ORSTOM), Priority -Rapports scientifiques et techniques. Sciences de la mer. Biologie marine. Centre de Noumea ORSTOM. Noumea, ( Rapp. Sci. Tech. Sci. Mer. Biol. Mar. Cent. Noumea ORSTOM), 0750-7070, Core -Rapports scientifiques et techniques. Sciences de la mer. Oceanographie physique. Centre de Noumea, ORSTOM. Noumea, ( Rapp. Sci. Tech. Sci. Mer Oceanogr. Phys. Cent. Noumea ORSTOM), 0750-7070, Core -Rapports scientifiques et techniques. Sciences de la vie. Pharmacologie. Centre de Noumea ORSTOM. Noumea, ( Rapp. Sci. Tech. Sci. Vie Pharmacol. Cent. Noumea ORSTOM), Priority -Rapports. Commission internationale pour la Protection des Eaux du Leman contre la Pollution. Lausanne, ( Rapp. Comm. Int. Prot. Eaux Leman Contre Pollut.), 1010-8432, Priority -Rapportserie. Norsk Polarinstitutt, ( Rapportser. Norsk Polarinst.), 0803-0421, Priority -Rasain. Male, ( Rasain), Priority -Receptors & Signal Transduction, ( Recept. Signal Transduct.), 1052-8040, Selective -Receptors and Channels, ( Receptors Channels), 1060-6823, Selective -Recherche. Paris, ( Recherche), 0029-5671, Selective -Records of the Australian Museum. Sydney, ( Rec. Aust. Mus.), 0067-1975, Priority -RECOSCIX-WIO annual report. Mombasa, ( RECOSCIX-WIO Annu. Rep.), Priority -Recueil de Medecine Veterinaire d'Alfort, ( Recl. Med. Vet. Alfort), 0034-1843, Selective -Recursos da pesca. Serie divulgacao. Gabinete de Estudos e Planeamento das Pescas (Portugal). Lisbon, ( Recurs. Pesca (Ser. Divulg.) Gab. Estud. Plan. Pescas (Port.)), Priority -Recursos da pesca. Serie estatistica. Gabinete de Estudos e Planeamento das Pescas (Portugal). Lisbon, ( Recurs. Pesca (Ser. Estat.) Gab. Estud. Plan. Pescas (Port.)), 0871-1739, Priority -Recursos hidricos. Lisbon, ( Recurs. Hidric.), 0870-1741, Priority -Recursos pesqueros de Asturias. Oviedo, ( Recurs. Pesq. Asturias), Priority -Redes de la Industria Pesquera Argentina. Buenos Aires, ( Redes Ind. Pesq. Argent.), Priority -Reef research. Townsville, ( Reef Res.), Priority -Reference methods for marine pollution studies. Geneva, ( Ref. Methods Mar. Pollut. Stud.), Core -Regional tuna bulletin. Oceanic Fisheries Programme, Secretariat of the Pacific Community. Noumea, ( Reg. Tuna Bull. Ocean. Fish. Programme Secr. Pac. Community), 1018-094X, Core -Regulated Rivers: Research & Management, ( Regul. Rivers: Res. Manage.), 0886-9375, Selective -Regulatory Peptides, ( Regulatory Peptides), 0167-0115, Selective -Regulatory Toxicology and Pharmacology, ( Regul. Toxicol. Pharmacol.), 0273-2300, Core -Rehabilitation Technology, ( Rehabil. Technol.), Selective -Relatorio interno do Instituto Oceanografico, Universidade de Sao Paulo, ( Relat. Int. Inst. Oceanogr. Univ. Sao Paulo), 0100-5243, Priority -Relatorios cientificos e tecnicos. Instituto Portugues de Investigacao Maritima. Lisbon, ( Relat. Cient. Tec. Inst. Port. Invest. Marit.), 0872-9123, Priority -Relatorios de cruzeiros. Instituto Oceanografico, Universidade de Sao Paulo. Serie: N/Oc. PROF. W. BESNARD. Sao Paulo, ( Relat. Cruzeiros Inst. Oceanogr. Univ. Sao Paulo (Ser. N/Oc PROF. W. BESNARD)), Core -Relatorios Tecnicos do Instituto Oceanografico Sao Paulo, ( Relat. Tec. Inst. Oceanogr. Sao Paulo), 1413-7747, Core -Relatorios tecnicos do Instituto Oceanografico, Universidade de Sao Paulo. Sao paulo, ( Relat. Tec. Inst. Oceanogr. Univ. Sao Paulo), 1413-7747, Core -Reliability Engineering & System Safety, ( Reliab. Eng. Syst. Saf.), 0951-8320, Selective -Remediation, ( Remediation), 1051-5658, Selective -Remote Sensing of Environment, ( Remote Sens. Environ.), 0034-4257, Priority -Renewable energy news digest. Schnectady NY, ( Renew. Energy News Dig.), 0895-5700, Selective -Reperes ocean. IFREMER. Brest, ( Reperes Ocean), 1240-1153, Core -Report and accounts of the Dunstaffnage Marine Laboratory and the Scottish Association for Marine Science. Oban, ( Rep. Acc. Dunstaffnage. Mar. Lab. Scott. Assoc. Mar. Sci.), Core -Report of fisheries resources investigations by the scientists of the Fisheries Agency, Japanese Government. Tokyo, ( Rep. Fish. Resour. Invest. Sci. Fish. Agency Jap. Gov.), Core -Report of Fishery Research Laboratory, Kyushu University. Fukuoka, ( Rep. Fish. Res. Lab. Kyushu Univ.), Core -Report of Japan Marine Science and Technology Center/Kaiyo Kagaku Gijutsu Senta Shiken Kenkyu Hokoku. Yokosuka, ( Rep. Japan Mar. Sci. Technol. Cent./Kaiyo Kagaku Gijutsu Senta Shiken Kenkyu Hokoku), 0387-382X, Core -Report of Port and Harbour Research Institute, Yokosuka. Yokosuka, ( Rep. Port Harbour Res. Inst. Yokosuka), 0454-4641, Priority -Report of the British Antarctic Survey. Cambridge, ( Rep. Br. Antarct. Surv.), Priority -Report of the Centre for Ecology and Hydrology, Swindon. Swindon, ( Rep. Cent. Ecol. Hydrol. Swindon), Priority -Report of the Clerk and Chief Fishery Officer. North Western and North Wales Sea Fisheries Committee. Lancaster, ( Rep. Clerk Chief Fish. Off. N. West. N. Wales Sea Fish. Comm.), Core -Report of the Council. Natural Environment Research Council (U.K.). London, ( Rep. Counc. Nat. Environ. Res. Counc. (U.K)), 0072-7008, Priority -Report of the Fisheries Laboratory, Miyazaki University. Miyazaki, ( Rep. Fish. Lab. Miyazaki Univ.), 0385-1818, Core -Report of the Fisheries Research Laboratory, Mie University. Shima, ( Rep. Fish. Res. Lab. Mie Univ.), Core -Report of the Fukaura Marine Biological Laboratory, Hirosaki University. Hirosaki, ( Rep. Fukaura Mar. Biol. Lab. Hirosaki Univ.), 0285-9416, Core -Report of the Institute of Freshwater Ecology, UK. imprint varies, ( Rep. Inst. Freshwat. Ecol. UK), Priority -Report of the meeting of the council of the Southeast Asian Fisheries Development Center. Imprint varies, ( Rep. Meet. Counc. Southeast Asian Fish. Dev. Cent.), Core -Report of the meeting of the Program Committee of the Southeast Asian Fisheries Development Center. Bangkok, ( Rep. Meet. Program Comm. Southeast Asian Fish. Dev. Cent.), Core -Report of the meeting of the Scientific Committee. Scientific Committee for the Conservation of Antarctic Marine Living Resources. Hobart, ( Rep. Meet. SC-CAMLR), 1031-2889, Core -Report of the New Zealand Fishing Industry Board. Wellington, ( Rep. N.Z. Fish. Ind. Board), Core -Report of the Plymouth Marine Laboratory. Plymouth, ( Rep. Plymouth Mar. Lab.), Core -Report of the Proudman Oceanographic Laboratory, Bidston. Bidston, ( Rep. Proudman Oceanogr. Lab. Bidston), Core -Report of the Sado Marine Biological Station, Niigata University. Niigata, ( Rep. Sado Mar. Biol. Stn. Niigata Univ), 0289-6389, Core -Report of the Tokyo University of Fisheries. Tokyo, ( Rep. Tokyo Univ. Fish.), 0563-8372, Core -Report on the activities of the Oslo and Paris Commissions. London, ( Rep. Act. Oslo Paris Comm.), Priority -Report series. California Sea Grant College Program. La Jolla CA, ( Rep. Ser. Calif. Sea Grant Coll. Program), Priority -Report series. New York Sea Grant Institute. Albany NY, ( Rep. Ser. N.Y. Sea Grant Inst.), Priority -Report series. Salmon Genetics Research Program (Canada). St. Andrews NB, ( Rep. Ser. Salm. Genet. Res. Program (Can.)), Priority -Report. Alaska Minerals Management Service. Anchorage AK, ( Rep. Alaska Miner. Manage. Serv.), Priority -Report. Aquaculture Department, Southeast Asian Fisheries Development Center. Tigbauan, ( Rep. Aquacult. Dep. Southeast Asian Fish. Dev. Cent.), 0116-712X, Core -Report. Argonne National Laboratory. Argonne IL, ( Rep. Argonne Natl. Lab.), Priority -Report. Brookhaven National Laboratory. Upton NY, ( Rep. Brookhaven Natl. Lab.), Priority -Report. Bureau of Resource Sciences (Australia). Canberra, ( Rep. Bur. Resour. Sci. (Aust.)), Priority -Report. California Institute of Technology, W.M. Keck Laboratory for Hydraulics and Water Resources. Pasadena CA, ( Rep. Calif. Inst. Technol. W.M. Keck Lab. Hydraul. Water Resour.), Priority -Report. CIRIA Underwater Engineering Group. London, ( Rep. CIRIA Underwat. Eng. Group), 0305-4055, Selective -Report. CSIRO Marine Laboratories. Hobart, ( Rep. CSIRO Mar. Lab.), 0725-4598, Core -Report. David Taylor Research Center. Bethesda MD, ( Rep. David Taylor Res. Cent.), Priority -Report. Environmental Research Institute of Michigan. Ann Arbor MI, ( Rep. Environ. Res. Inst. Mich.), Priority -Report. Environmental Studies Research Funds. Ottawa ON, ( Rep. Environ. Stud. Res. Funds), 0837-1652, Priority -Report. Fisheries Department (Vanuatu). Port Vila, ( Rep. Fish. Dep. (Vanuatu)), Core -Report. Fisheries Research Institute, Washington University. Seattle WA, ( Rep. Fish. Res. Inst. Wash. Univ.), Core -Report. Florida Sea Grant [College] Program. Gainesville FL, ( Rep. Fla. Sea Grant. (Coll.) Program), Priority -Report. General Fisheries Commission for the Mediterranean. Rome, ( Rep. GFCM), 1020-7236, Core -Report. Geophysical Institute, University of Bergen. Bergen, ( Rep. Geophys. Inst. Univ. Bergen), Priority -Report. Hydraulics Research Station, Wallingford. Wallingford, ( Rep. Hydraul. Res. Stn. Wallingford), Selective -Report. Hydrologic Engineering Center, Davis, Calif. Davis CA, ( Rep. Hydrol. Eng. Cent. Davis Calif.), Priority -Report. Illinois Environmental Protection Agency, Division of Water Pollution Control. Springfield IL, ( Rep. Ill. Environ. Prot. Agency Div. Water Pollut. Control), Priority -Report. Illinois-Indiana Sea Grant Program. Chicago IL, ( Rep. Ill.-Indiana Sea Grant Program), Priority -Report. Inland Fisheries Commission (Tasmania). Hobart, ( Rep. Inland Fish. Comm. (Tasman.)), 0496-9421, Core -Report. International Commission for the Conservation of Atlantic Tunas. Madrid, ( Rep. ICCAT), Priority -Report. Iowa Institute of Hydraulic Research. Iowa City IA, ( Rep. Iowa Inst. Hydraul. Res.), Priority -Report. Lawrence Berkeley National Laboratory. Berkeley CA, ( Rep. Lawrence Berkeley Natl. Lab.), Priority -Report. Lawrence Livermore National Laboratory. CA, ( Rep. Lawrence Livermore Natl. Lab.), Priority -Report. Los Alamos National Laboratory. Los Alamos NM, ( Rep. Los Alamos Natl. Lab.), Priority -Report. Maine-New Hampshire Sea Grant College Program. Orono ME, ( Rep. Maine-N.H. Sea Grant Coll. Program), Priority -Report. Marine and Freshwater Research Institute. Queenscliff, Vic., ( Rep. Mar. Freshw. Res. Inst.), Core -Report. Maryland University, Chesapeake Biological Laboratory. Solomons MD, ( Rep. Md. Univ. Chesapeake Biol. Lab.), Priority -Report. Maryland University, Natural Resources Institute. Solomons MD, ( Rep. Md. Univ. Nat. Resour. Inst.), Priority -Report. Massachusetts Institute of Technology Sea Grant Program. Cambridge MA, ( Rep. Mass. Inst. Technol. Sea Grant Program), Priority -Report. Massachusetts Institute of Technology, Department of Earth, Atmospheric and Planetary physics. Cambridge MA, ( Rep. Mass. Inst. Technol. Dep. Earth Atmos. Planet. Phys.), Priority -Report. Massachusetts Institute of Technology, Ocean Engineering Department. Cambridge MA, ( Rep. Mass. Inst. Technol. Ocean Eng. Dep.), Core -Report. Mississippi-Alabama Sea Grant Consortium. Ocean Springs MS, ( Rep. Miss.-Ala. Sea Grant Consort.), Core -Report. National Transportation Safety Board (U.S.). Washington DC, ( Rep. Natl. Transp. Saf. Board (U.S.)), Priority -Report. New Hampshire University Sea Grant Program. Durham NH, ( Rep. N.H. Univ. Sea Grant Program), Priority -Report. New Mexico Water Resources Institute. Las Cruces NM, ( Rep. N.M. Water Resour. Inst.), Priority -Report. North Carolina University, Water Resources Institute. Raleigh NC, ( Rep. N.C. Univ. Water Resour. Res. Inst.), Priority -Report. Oak Ridge National Laboratory. Oak Ridge TN, ( Rep. Oak Ridge Natl. Lab.), Priority -Report. Office of Research and Development, U.S. Coast Guard. Washington DC, ( Rep. Off. Res. Dev. U.S. Coast Guard), Priority -Report. Regional Technical Meeting on Fisheries. South Pacific Commission. Noumea, ( Rep. Reg. Tech. Meet. Fish. S. Pac. Comm.), 0377-452X, Core -Report. Sandia National Laboratories. Albuquerque NM, ( Rep. Sandia Natl. Lab.), Priority -Report. South Pacific Albacore Research Workshop. Noumea, ( Rep. S. Pac. Albacore Res. Workshop), Priority -Report. Southern California University Sea Grant Program. Los Angeles CA, ( Rep. South. Calif. Univ. Sea Grant Program), Priority -Report. Standing Committee on Tuna and Billfish, South Pacific Commission. Noumea, ( Rep. Standing Comm. Tuna Billfish S. Pac. Comm.), Priority -Report. Stevens Institute of Technology, Davidson Laboratory. Hoboken NJ, ( Rep. Stevens Inst. Technol. Davidson Lab.), Priority -Report. Swedish Environmental Protection Agency. Solna, ( Rep. Swed. Environ. Prot. Agency), 0282-7298, Priority -Report. Tennessee Valley Authority. Knoxville TX, ( Rep. Tenn. Valley Auth.), Priority -Report. Texas Agricultural and Mechanical University Sea Grant Program. College Station TX, ( Rep. Tex. A&M Univ. Sea Grant Program), Priority -Report. Texas University, Applied Research Laboratories. Austin TX, ( Rep. Tex. Univ. Appl. Res. Lab.), Priority -Report. U.S. Air Force Institute of Technology. Wright-Patterson AFB OH, ( Rep. U.S. Air Force Inst. Technol.), Priority -Report. U.S. Army Coastal Engineering Research Center. Fort Belvoir VA, ( Rep. U.S. Army Coast. Eng. Res. Cent.), Priority -Report. U.S. Army Engineer Waterways Experiment Station, Geotechnical Laboratory. Vicksburg MS, ( Rep. U.S. Army Eng. Waterways Exp. Stn. Geotech. Lab.), Priority -Report. U.S. Bureau of Reclamation, Engineering and Research Center. Denver CO, ( Rep. U.S. Bur. Reclam. Eng. Res. Cent.), Priority -Report. U.S. Coast Guard, Oceanographic unit. Washington DC, ( Rep. U.S. Coast Guard Oceanogr. Unit), Core -Report. U.S. Coast Guard, Research and Development Center. Washington DC, ( Rep. U.S. Coast Guard Res. Dev. Cent), Priority -Report. U.S. Coast Guard. Washington DC, ( Rep. U.S. Coast Guard), Priority -Report. U.S. Department of Energy. Washington DC, ( Rep. U.S. Dep. Energy), Priority -Report. U.S. Environmental Protection Agency. Washington DC, ( Rep. U.S. Environ. Prot. Agency), Priority -Report. U.S. Geological Survey, Water Resources Division. Reston VA, ( Rep. U.S. Geol. Surv. Water Resour. Div.), Priority -Report. U.S. Geological Survey. Reston VA, ( Rep. U.S. Geol. Surv.), Priority -Report. U.S. Maritime Administration. Office of Research and Development. Washington DC, ( Rep. U.S. Marit. Adm. Off. Res. Dev.), Priority -Report. U.S. Naval Biodynamics Laboratory. New Orleans LA, ( Rep. U.S. Nav. Biodyn. Lab.), Priority -Report. U.S. Naval Civil Engineering Laboratory. Port Hueneme CA, ( Rep. U.S. Nav. Civ. Eng. Lab.), Priority -Report. U.S. Naval Environmental Prediction Research Facility. Monterey CA, ( Rep. U.S. Nav. Environ. Predict. Res. Facil.), Priority -Report. U.S. Naval Facilities Engineering Command, Chesapeake Division. Washington DC, ( Rep. U.S. Nav. Facil. Eng. Command Chesapeake Div.), Priority -Report. U.S. Naval Health Research Center. San Diego CA, ( Rep. U.S. Nav. Health Res. Cent.), Priority -Report. U.S. Naval Medical Research Institute. Bethesda MD, ( Rep. U.S. Nav. Med. Res. Inst.), Priority -Report. U.S. Naval Ocean Research and Development Activity. NSTL Station MS, ( Rep. U.S. Nav. Ocean Res. Dev. Act.), Core -Report. U.S. Naval Ocean Systems Center. San Diego CA, ( Rep. U.S. Nav. Ocean Syst. Cent.), Core -Report. U.S. Naval Oceanographic and Atmospheric Research Laboratory. Stennis Space Center MS, Monterey CA, ( Rep. U.S. Nav. Oceanogr. Atmos. Res. Lab.), Core -Report. U.S. Naval Postgraduate School. Monterey CA, ( Rep. U.S. Nav. Postgrad. Sch.), Priority -Report. U.S. Naval Research Laboratory. Washington DC, ( Rep. U.S. Nav. Res. Lab.), Priority -Report. U.S. Naval Submarine Medical Research Laboratory. Groton CT, ( Rep. U.S. Nav. Submar. Med. Res. Lab.), Priority -Report. U.S. Navy Experimental Diving Univ. Panama City FL, ( Rep. U.S. Nav. Exp. Diving Unit), Priority -Report. University of Southern California, Institute of Marine and Coastal Studies. Los Angeles CA, ( Rep. Univ. South. Calif. Inst. Mar. Coast. Stud.), Core -Report. University of the District of Columbia, Water Resources Research Center. Washington DC, ( Rep. Univ. D.C. Water Resour. Res. Cent.), Priority -Report. Washington University, Applied Physics Laboratory. Seattle WA, ( Rep. Wash. Univ. Appl. Phys. Lab.), Priority -Report. Water and Environmental Studies, Linkoping University. Linkoping, ( Rep. Water Environ. Stud. Linkoep. Univ.), 0281-966X, Priority -Report. Wisconsin Sea Grant Advisory Service. Madison WI, ( Rep. Wis. Sea Grant Advis. Serv.), Priority -Report. Wisconsin Sea Grant Institute. Madison WI, ( Rep. Wis. Sea Grant Inst.), Priority -Report. Wisconsin University Sea Grant College Program. Madison WI, ( Rep. Wis. Univ. Sea Grant Coll. Program), Priority -Report. Woods Hole Oceanographic Institute. Woods Hole MA, ( Rep. Woods Hole Oceanogr. Inst.), Core -Reporte de investigacion del Instituto de Botanica, Academia de Ciencias de Cuba. Havana, ( Rep. Invest. Inst. Bot. Acad. Cienc. Cuba), 0138-6727, Priority -Reporte de investigacion del Instituto de Ecologia y Sistematica, Academia de Ciencias de Cuba. Havana, ( Rep. Invest. Inst. Ecol. Sist. Acad. Cienc. Cuba), Priority -Reporte de investigacion del Instituto de Geografia, Academia de Ciencias de Cuba. Havana, ( Rep. Invest. Inst. Geogr. Acad. Cienc. Cuba), 0138-8967, Priority -Reporte de investigacion del Instituto de Oceanologia, Academia de Ciencias de Cuba. Havana, ( Rep. Invest. Inst. Oceanol. Acad. Cienc. Cuba), Core -Reporte de investigacion del Instituto de Zoologia, Academia de Ciencias de Cuba. Havana, ( Rep. Invest. Inst. Zool. Acad. Cienc. Cuba), 0138-6379, Priority -Reporte mensual. Instituto de Investigaciones Oceanologicas, Universidad Autonoma de Baja California. Ensenada, ( Rep. Mens. Inst. Invest. Oceanol. Univ. Auton. Baja Calif.), 0187-7305, Core -Reporte tecnico. Instituto de Investigaciones Oceanologicas, Universidad Autonoma de Baja California. Ensenada, ( Rep. Tec. Inst. Invest. Oceanol. Univ. Auton. Baja Calif.), Core -Reports and Studies. IMO/FAO/Unesco-IOC/WMO/WHO/IAEA/UN/UNEP Joint Group of Experts on the Scientific Aspects of Marine Environmental Protection (GESAMP). Rome etc., ( Rep. Stud. GESAMP), 1020-4873, Core -Reports in Meteorology and Oceanography. University of Bergen, ( Rep. Meteorol. Oceanogr. Univers. Bergen), 1502-5519, Selective -Reports of California Cooperative Oceanic Fisheries Investigations, ( CalCOFI Rep.), 0575-3317, Core -Reports of governing and major subsidiary bodies. Intergovernmental Oceanographic Commission. Paris, ( Rep. Gov. Major Subsid. Bodies IOC), Core -Reports of meetings of experts and equivalent bodies. Intergovernmental Oceanographic Commission. Paris, ( Rep. Meet. Experts Equiv. Bodies IOC), Core -Reports on research. Woods Hole Oceanographic Institution. Woods Hole MA, ( Rep. Res. Woods Hole Oceanogr. Inst.), Core -Repositorio de trabalhos do Laboratorio Nacional de Investigacao Veterinaria (Portugal). Lisbon, ( Repos. Trab. Lab. Nac. Invest. Vet. (Port.)), 0870-1067, Priority -Reproduction, Fertility and Development, ( Reprod. Fertil. Dev.), 1031-3613, Selective -Reproductive Toxicology, ( Reprod. Toxicol.), 0890-6238, Core -Research and Development News/R & D News, ( Res. Dev. News/R & D News), Selective -Research and industry. New Delhi, ( Res. Ind.), 0034-513X, Priority -Research bulletin. Phuket Marine Biological Center. Phuket, ( Res. Bull. Phuket Mar. Biol. Cent.), 0858-1088, Core -Research Communications in Molecular Pathology and Pharmacology, ( Res. Commun. Mol. Pathol. Pharmacol.), 1078-0297, Selective -Research Horizons, ( Res. Horiz.), 1060-6696, Selective -Research in Immunology, ( Res. Immunol.), 0923-2494, Core -Research in Microbiology, ( Res. Microbiol.), 0923-2508, Core -Research in Nondestructive Evaluation, ( Res. Nondestr. Eval.), 0934-9847, Selective -Research in population ecology. New York NY, ( Res. Popul. Ecol.), Selective -Research in Sports Medicine, ( Res. Sports Med.), 1543-8627, Selective -Research In Sports Medicine: An International Journal, ( Res. Sports. Med. Int. J.), 1057-8315, Selective -Research in Veterinary Science, ( Res. Vet. Sci.), 0034-5288, Selective -Research in Virology, ( Res. Virol.), 0923-2516, Core -Research Institute of Industrial Science & Technology, ( Res. Inst. Ind. Sci. Technol), 1225-486X, Selective -Research Journal of Chemistry and Environment, ( Res. J. Chem. Environ.), Selective -Research note. U.S. Department of Agriculture, Forest Service, Intermountain Research Station. Ogden UT, ( Res. Note USDA For. Serv. Intermt. Res. Stn.), Priority -Research note. U.S. Department of Agriculture, Forest Service, Pacific Northwest Research Station. Portland OR, ( Res. Note USDA For. Serv. Pac. Northwest Res. Stn.), Priority -Research paper series. Training Department, Southeast Asian Fisheries Development Center. Samutprakarn, ( Res. Pap. Ser. Train. Dep. Southeast Asian Fish. Dev. Cent.), Core -Research Paper, USDA Forest Service Pacific Southwest Research Station, ( Res. Pap., USDA For. Serv. Pac. Southwest Res. Stn.), Selective -Research paper. Argonne National Laboratory. Argonne IL, ( Res. Pap. Argonne Natl. Lab.), Priority -Research paper. U.S. Department of Agriculture, Forest Service, Intermountain Research Station. Ogden UT, ( Res. Pap. USDA For. Serv. Intermt. Res. Stn.), Priority -Research paper. U.S. Department of Agriculture, Forest Service, Northeastern Research Station. Radnor PA, ( Res. Pap. USDA For. Serv. Northeast. Res. Stn.), Priority -Research paper. U.S. Department of Agriculture, Forest Service, Pacific Mountain Forest Range Experiment Station., ( Res. Pap. USDA For. Serv. Pac. Mt. For. Range Exp. Stn.), Priority -Research paper. U.S. Department of Agriculture, Forest Service, Pacific Northwest Experiment Station., ( Res. Pap. USDA For. Serv. Pac. Northwest Exp. Stn.), Priority -Research paper. U.S. Department of Agriculture, Forest Service, Pacific Southwest Range Experiment Station., ( Res. Pap. USDA For. Serv. Pac. Southwest Range Exp. Stn.), Priority -Research paper. U.S. Department of Agriculture, Forest Service, Southeast Intermountain Research Station., ( Res. Pap. USDA For. Serv. Southeast Intermt. Res. Stn.), Priority -Research Position Paper. CSIRO Land and Water, ( Res. Position Pap. CSIRO Land Water), 1329-5713, Selective -Research report. Illinois University, Water Resources Center. Urbana-Champaign IL, ( Res. Rep. Ill. Univ. Water Resour. Cent.), Priority -Research report. Kentucky University, Water Resources Research Institute. Lexington KY, ( Res.Rep. Ky. Univ. Water Resour. Res. Inst.), Priority -Research report. Minnesota Sea Grant Program. Duluth MN, ( Res. Rep. Minn. Sea Grant Program), Priority -Research report. Supervising Scientist for the Alligator Rivers Region (Australia). Canberra, ( Res. Rep. Superv. Sci. Alligator Rivers Reg. (Aust.)), Priority -Research Technology Management, ( Res. Technol. Manage.), 0895-6308, Selective -Research/resource management report. U.S. National Park Service. Washington DC, ( Res./Resour. Manage. Rep. U.S. Natl. Park Serv.), Priority -Researches on Population Ecology, ( Res. Popul. Ecol.), 0034-5466, Core -Resource and Environmental Biotechnology, ( Resour. Environ. Biotechnol.), 1358-2283, Selective -Resources, ( Resources), 0048-7376, Selective -Respiratory Medicine, ( Respir. Med.), 0954-6111, Selective -Respirology, ( Respirology), 1323-7799, Selective -Restoration & Management Notes, ( Restor. Manage. Notes), 0733-0707, Core -Restoration Ecology, ( Restor. Ecol.), 1061-2971, Core -Resultats generaux de la peche maritime senegalaise. Dakar, ( Result. Gen. Peche Marit. Senegal.), Priority -Results of the sea fishery survey by motor vessels. Athens, ( Results Sea Fish. Surv. Mot. Vessels), 0256-3584, Core -Resumes des travaux. Oceanographie. Centre de Noumea, ORSTOM. Noumea, ( Resumes Trav. Oceanogr. Cent. Noumea ORSTOM), Core -Review of maritime transport. New York NY, ( Rev. Marit. Transp.), 0566-7682, Priority -Review of Paleaobotany and Palynology, ( Rev. Palaeobot. Palynol.), Priority -Reviews in Endocrine & Metabolic Disorders, ( Rev. Endocr. Metab. Disord.), 1389-9155, Selective -Reviews in Environmental Science and Technology, ( Rev. Environ. Sci. Technol.), 1569-1705, Priority -Reviews in Fish Biology and Fisheries, ( Rev. Fish Biol. Fish.), 0960-3166, Core -Reviews in Fisheries Science, ( Rev. Fish. Sci.), 1064-1262, Core -Reviews in Gastroenterological Disorders, ( Rev. Gastroenterol. Disord.), 1533-001X, Selective -Reviews in Medical Microbiology, ( Rev. Med. Microbiol.), 0954-139X, Core -Reviews in Medical Virology, ( Rev. Med. Virol.), 1052-9276, Core -Reviews in Toxicology, ( Rev. Toxicol.), 1382-6980, Core -Reviews of Geophysics, ( Rev. Geophys.), 8755-1209, Selective -Revista Brasileira de Biologia, ( Rev. Bras. Biol.), 0034-7108, Priority -Revista Brasileira de Entomologia, ( Rev. Bras. Entomol.), 0085-5626, Core -Revista brasileira de oceanografia/Brazilian journal of oceanography. Sao Paulo, ( Rev. Bras. Oceanogr./Braz. J. Oceanogr.), 1413-7739, Core -Revista Brasileira de Zoologia, ( Rev. Bras. Zool.), 0101-8175, Priority -Revista Chilena de Entomologia, ( Rev. Chil. Entomol.), 0034-740X, Core -Revista chilena de historia natural. Santiago, ( Rev. Chil. Hist. Nat.), 0375-0744, Priority -Revista Colombiana de Biotecnologia, ( Rev. Colombiana Biotecnol.), 0123-3475, Selective -Revista cubana de investigaciones pesqueras. Havana, ( Rev. Cub. Invest. Pesq.), 0138-8452, Priority -Revista da Faculdade de Odontologia de Lins, ( Rev. Fac. Odontol. Lins), 0104-7582, Selective -Revista de Biologia, ( Rev. Biol. (Lisboa)), 0034-7736, Selective -Revista de biologia marina y oceanografia. Vina del Mar, ( Rev. Biol. Mar. Oceanogr.), 0717-3326, Core -Revista de Biologia Tropical, ( Rev. Biol. Trop.), 0034-7744, Priority -Revista de biologia tropical. San Jose, ( Rev. Biol. Trop.), 0034-7744, Priority -Revista de biologia. Universidade de Aveiro. Aveiro, ( Rev. Biol. Univ. Aveiro), Priority -Revista de ciencias biologicas. Centro Nacional de Investigaciones Cientificas (Cuba). Havana, ( Rev. Cienc. Biol. Cent. Nac. Invest. Cient. (Cuba)), 0864-0378, Priority -Revista de Ciencias Farmaceuticas, ( Rev. Cienc. Farm.), 0101-3793, Selective -Revista de Ecologia Latinoamericana, ( Rev. Ecol. Latinoam.), 1012-2494, Selective -Revista de ictiologia. Corrientes, ( Rev. Ictiol.), 0327-6090, Priority -Revista de investigacao pesqueira (Maputo). Maputo, ( Rev. Invest. Pesq. (Maputo)), Priority -Revista de investigacion cientifica de la Universidad Autonoma de Baja California Sur. Serie ciencias del mar. La Paz, ( Rev. Invest. Cient. Univ. Auton. Baja Calif. Sur (Ser. Cienc. Mar)), Priority -Revista de investigacion y desarrollo pesquero. Mar del Plata, ( Rev. Invest. Desarr. Pesq.), 0325-6375, Priority -Revista de investigaciones marinas. Mexico City, ( Rev. Invest. Mar.), 0252-1962, Priority -Revista de la Comision Permanente del Pacifico Sur. Bogota, ( Rev. Com. Perm. Pac. Sur), Priority -Revista de la Facultad de Agronomia, ( Rev. Fac. Agron.), 0378-7818, Priority -Revista de la Facultad de Agronomia, Universidad del Zulia. Maracaibo, ( Rev. Fac. Agron. Univ. Zulia), 0378-7818, Priority -Revista de la Sociedad Entomologica Argentina, ( Rev. Soc. Entomol. Argent.), 0373-5680, Core -Revista de la Sociedad Mexicana de Historia Natural. Mexico City, ( Rev. Soc. Mex. Hist. Nat.), 0370-7415, Priority -Revista de Marinha. Lisbon, ( Rev. Mar.), Priority -Revista de Microbiologia, ( Rev. Microbiol.), 0001-3714, Selective -Revista de Odontologia da UNESP, ( Rev. Odontol. UNESP), 0101-1774, Selective -Revista de Psicogeriatria, ( Rev. Psicogeriatria), Selective -Revista de Saude Publica, Sao Paulo, ( Rev. Saude Publica, Sao Paulo), 0034-8910, Selective -Revista de zoologia (Iztacala). Iztacala, ( Rev. Zool. (Iztacala)), 0188-1884, Priority -Revista del Museo Argentino de Ciencias Naturales "Bernardino Rivadavia" e Instituto Nacional de Investigacion de las Ciencias Naturales (Argentina). Botanica. Buenos Aires, ( Rev. Mus. Argent. Cienc. Nat. Bernardino Rivadavia Inst. Nac. Invest. Cienc. Nat. (Argent.) (Bot.)), 0376-2793, Priority -Revista del Museo Argentino de Ciencias Naturales "Bernardino Rivadavia" e Instituto Nacional de Investigacion de las Ciencias Naturales (Argentina). Ecologia. Buenos Aires, ( Rev. Mus. Argent. Cienc. Nat. Bernardino Rivadavia Inst. Nac. Invest. Cienc. Nat. (Argent.) (Ecol.)), 0524-9481, Priority -Revista del Museo Argentino de Ciencias Naturales "Bernardino Rivadavia" e Instituto Nacional de Investigacion de las Ciencias Naturales (Argentina). Hidrobiologia. Buenos Aires, ( Rev. Mus. Argent. Cienc. Nat. Bernardino Rivadavia Inst. Nac. Invest. Cienc. Nat. (Argent.) (Hidrobiol.)), 0524-9503, Priority -Revista del Museo Argentino de Ciencias Naturales "Bernardino Rivadavia" e Instituto Nacional de Investigacion de las Ciencias Naturales (Argentina). Zoologia. Buenos Aires, ( Rev. Mus. Argent. Cienc. Nat. Bernardino Rivadavia Inst. Nac. Invest. Cienc. Nat. (Argent.) (Zool.)), 0373-9066, Priority -Revista del Museo de La Plata. Nueva serie. Seccion botanica. La Plata, ( Rev. Mus. La Plata (Nueva Ser.) (Secc. Bot.)), 0376-2149, Priority -Revista del Museo de La Plata. Nueva serie. Seccion geologia. La Plata, ( Rev. Mus. La Plata (Nueva Ser.) (Secc. Geol.)), 0372-462X, Priority -Revista del Museo de La Plata. Nueva serie. Seccion zoologia. La Plata, ( Rev. Mus. La Plata (Nueva Ser.) (Secc. Zool.)), 0372-4638, Priority -Revista do Instituto Adolfo Lutz, ( Rev. Inst. Adolfo Lutz), 0073-9855, Selective -Revista Espanola de Enfermedades Digestivas, ( Rev. Esp. Enferm. Digestivas), 1130-0108, Selective -Revista geofisica (Mexico). Mexico City, ( Rev. Geofis. (Mex.)), 0034-8279, Priority -Revista Iberoamericana De Micologia, ( Rev. Iberoam. Micol.), 1130-1406, Core -Revista Internacional de Contaminacion Ambiental, ( Rev. Int. Contam. Ambient.), 0188-4999, Priority -Revista internacional de contaminacion ambiental. Tlaxcala, ( Rev. Int. Contam. Ambient.), 0188-4999, Priority -Revista latinoamericana de acuicultura. Lima, ( Rev. Latinoam. Acuicult.), 0250-2135, Priority -Revista Latinoamericana de Microbiologia, ( Rev. Latinoam. Microbiol.), 0034-9771, Priority -Revista Medica de Chile, ( Rev. Med. Chile), 0034-9887, Selective -Revista Medico-Chirurgicala, ( Rev. Med.-Chir.), 0048-7848, Selective -Revista Nicaraguense de Entomologia, ( Rev. Nicarag. Entomol.), 1021-0296, Core -Revista nordestina de biologia. Paraiba, ( Rev. Nordestina Biol.), 0100-7653, Priority -Revista Panamericana de Salud Publica/Pan American Journal of Public Health, ( Rev. Panam. Salud Publica/Pan Am. J. Public Health), 1020-4989, Selective -Revista portuguesa de ciencias veterinarias. Lisbon, ( Rev. Port. Cienc. Vet.), 0035-0389, Priority -Revista. Instituto de Geologia, Universidad Nacional Autonoma de Mexico. Mexico City, ( Rev. Inst. Geol. Univ. Nac. Auton. Mex.), Priority -Revue d'Epidemiologie et de Sante Publique/Epidemiology and Public Health, ( Rev. Epidemiol. Sante Publique/Epidemiol. Pub. Health), 0398-7620, Selective -Revue d'hydrobiologie tropicale. Paris, ( Rev. Hydrobiol. Trop.), 0240-8783, Priority -Revue de l'Elevage et de Medecine Veterinaire des Pays Tropicaux, ( Rev. Elev. Med. Vet. Pays Trop.), 0035-1865, Selective -Revue de l'INDEMER. Monaco, ( Rev. INDEMER), Priority -Revue de l'Institut francais du Petrole. Paris, ( Rev. Inst. Fr. Pet.), 0020-2274, Priority -Revue de Medecine Veterinaire, ( Rev. Med. Vet.), 0035-1555, 9 -Revue des sciences de l'eau/journal of water science. Paris, ( Rev. Sci. Eau/J. Water Sci.), 0992-7158, Priority -Revue generale du froid. Paris, ( Rev. Gen. Froid), 0755-7868, Priority -Revue geographique des Pyrenees et du Sud-Ouest. Toulouse, ( Rev. Geogr. Pyrenees Sud-Ouest), 0035-3221, Priority -Revue internationale d'oceanographie medicale. Nice, ( Rev. Int. Oceanogr. Med.), 0035-3493, Core -Revue maritime. Paris, ( Rev. Marit.), Priority -Revue roumaine de biologie. Serie biologie animale. Bucharest, ( Rev. Roum. Biol. (Biol. Anim.)), Selective -Revue Roumaine de Biologie. Serie de Biologie Animale, ( Rev. Roum. Biol. (Biol. Anim.)), 0377-8142, Selective -Revue Suisse de Zoologie, ( Rev. Suisse Zool.), 0035-418X, Priority -Revue technique des Phares et Balises. Bonneuil-sur-Marne, ( Rev. Tech. Phares Balises), 1164-6799, Priority -Rhodora. Cambridge MA, ( Rhodora), 0035-4902, Selective -Ribarstvo. Zagreb, ( Ribarstvo), 1330-061X, Priority -Ridna priroda. Kiev, ( Ridna Prir.), Priority -Ringing & Migration, ( Ringing Migr.), 0307-8698, Selective -Risalah perikanan bilangan. Kuala Lumpur, ( Risalah Perikanan Bilangan), Priority -Risk - Health Safety & Environment, ( Risk - Health Saf. Environ.), 1073-8673, Selective -Risk Analysis, ( Risk Anal.), 0272-4332, Priority -Rit Fiskideildar/Journal of the Marine Research Institute, Reykjavik, ( Rit Fiskideildar/J. Mar. Res. Inst.), 0484-9019, Core -River Research and Applications, ( River Res. Appl.), 1535-1459, Selective -Rivers, ( Rivers), 0898-8048, Priority -Rivista di Biologia/Biology Forum, ( Riv. Biol./Biol. Forum), 0035-6050, Selective -Rivista di idrobiologia. Monte del Lago sul Trasimeno, ( Riv. Idrobiol.), 0048-8399, Priority -Rivista di Parassitologia, ( Riv. Parassitol.), 0035-6387, Priority -Rivista di scienza dell'alimentazione. Rome, ( Riv. Sci. Aliment.), 0391-4887, Priority -Rivista italiana di acquacoltura. Verona, ( Riv. Ital. Acquacolt.), Priority -RNA, ( RNA), 1355-8382, Core -Rocznik Muzeum Gornoslaskiego w Bytomiu Przyroda, ( Rocz. Muz. Gornoslask. Bytom. Przyod.), Selective -Rostocker Meeresbiologische Beitrage. Rostock, ( Rostock. Meeresbiol. Beitr.), 0943-822X, Priority -Roux's archives of developmental biology. Berlin, ( Roux's Arch. Dev. Biol.), 0930-035X, Selective -RTRI Report, ( RTRI Rep.), 0914-2290, Selective -Rudolstaedter Naturhistorische Schriften, ( Rudolstaedter Naturhist. Schr.), 0863-0844, Selective -Rudolstaedter Naturhistorische Schriften, Supplement, ( Rudolstaedter Naturhist. Schr., Suppl.), 0949-8702, Selective -Russian Academy of Sciences. Oceanology, ( Russ. Acad. Sci. Oceanol.), 0001-4370, Priority -Russian journal of aquatic ecology. Moscow, ( Russ. J. Aquat. Ecol.), 0136-0051, Core -Russian Journal of Ecology, ( Russian J. Ecol.), 1067-4136, Priority -Russian Journal of Marine Biology/Biologiya Morya, ( Russ. J. Mar. Biol./Biol. Morya), 1063-0740, Core -Ruthenica. Moscow, ( Ruthenica), 0136-0027, Priority -Rybne gospodarstvo Ukrayini/Fisheries of Ukraine. Kerch, ( Rybn. Gospod. Ukr./Fish. Ukr.), Core -Rybnoe khozyajstvo (Moscow). Moscow, ( Rybn. Khoz. (Mosc.)), 0131-6184, Priority -Rybokhozyajstvennye izucheniya vnutrennikh vodoemov. St. Petersburg, ( Rybokhoz. Izuch. Vnutr. Vodoemov), Priority -Rybolov. Moscow, ( Rybolov), 0233-7754, Priority -Rybovodstvo i rybolovstvo. Moscow, ( Rybovod. Rybolov.), Priority -SABRAO Journal, ( SABRAO J.), 1324-4612, Selective -SABRAO Journal of Breeding and Genetics, ( SABRAO J. Breed. Genet.), 1029-7073, Priority -SADC natural resources newsletter. Lilongwe, ( SADC Nat. Resour. Newsl.), Priority -SAFE Journal, ( SAFE J.), 0191-6319, Selective -Safety and Health, ( Saf. Health), 0891-1797, Priority -Safety at Sea International, ( Saf. Sea Int.), 0142-0666, Selective -Safety Science, ( Saf. Sci.), 0925-7535, Core -SAMUDRA report. Brussels, ( SAMUDRA Rep.), Priority -SAMUDRA: dossier. Brussels, ( SAMUDRA: Doss.), Priority -San Francisco Estuary and Watershed Science, ( San Francisco Estuary Watershed Sci.), Selective -SARDI research report series. Adelaide, ( SARDI Res. Rep. Ser.), 1324-2083, Priority -Sarsia, ( Sarsia), 0036-4827, Core -Sbornik Jihoceskeho Muzea v Ceskych Budejovicich, Prirodni Vedy, ( Sb. Jihoceskeho Muz. Cesk. Budejovicich, Prir. Vedy), 0139-8172, Selective -Sbornik nauchnykh trudov Atlanticheskogo nauchno-issledovatel'skogo instituta rybnogo khozyajstva i okeanografii. Kaliningrad, ( Sb. Nauchn. Tr. AtlantNIRO), Priority -Sbornik nauchnykh trudov Murmanskogo morskogo biologicheskogo instituta. Murmansk, ( Sb. Nauchn. Tr. MMBI), Priority -Sbornik nauchnykh trudov Nauchno-issledovatel'-skogo instituta geologii Arktiki. St. Petersburg, ( Sb. Nauchn. Tr. NIIGA), Priority -Sbornik nauchnykh trudov Polyarnogo nauchno-issledovatel'skogo instituta morskogo rybnogo khozyajstva i okeanografii. Murmansk, ( Sb. Nauchn. Tr. PINRO), Priority -Sbornik nauchnykh trudov Vserossijskogo nauchno-issledovatel'skogo instituta morskogo rybnogo khozyajstva i okeanografii/Collected papers. All-Russia Research Institute of Marine Fisheries and Oceanography. Moscow, ( Sb. Nauchn. Tr. VNIRO/Collect. Pap. All-Russ. Res. Inst. Mar. Fish. Oceanogr.), Core -Sbornik nauchnykh trudov Vserossijskogo nauchno-issledovatel'skogo instituta prudovogo rybnogo khozyajstva. Moscow, ( Sb. Nauchn. Tr. VNIIPRKh), Priority -Sbornik nauchnykh trudov. Gosudarstvennyj nauchno-issledovatel'skij institut ozernogo i rechnogo rybnogo khozyajstva. St. Petersburg, ( Sb. Nauchn. Tr. GosNIORKh), Priority -Sbornik rabot Instituta biologii morya. Vladivostok, ( Sb. Rab. IBM), Priority -Sbornik trudov Zoologicheskogo muzeya, Moskovskogo gosudarstvennogo universiteta/Archives of the Zoological Museum, Moscow State University. Moscow, ( Sb. Tr. Zool. Muz. MGU/Arch. Zool. Mus. Mosc. State Univ.), Priority -Scandinavian Audiology, ( Scand. Audiol.), 0105-0397, Selective -Scandinavian Journal of Clinical and Laboratory Investigation, ( Scand. J. Clin. Lab. Invest.), 0036-5513, Selective -Scandinavian Journal of Dental Research, ( Scand. J. Dent. Res.), 0029-845X, Selective -Scandinavian Journal of Forest Research, ( Scand. J. For. Res.), 0282-7581, Selective -Scandinavian Journal of Immunology, ( Scand. J. Immunol.), 0300-9475, Core -Scandinavian Journal of Infectious Diseases, ( Scand. J. Infect. Dis.), 0036-5548, Priority -Scandinavian Journal of Infectious Diseases Supplement, ( Scand. J. Infect. Dis. Suppl.), 0300-8878, Priority -Scandinavian Journal of Medicine & Science in Sports, ( Scand. J. Med. Sci. Sports), 0905-7188, Selective -Scandinavian Journal of Public Health, ( Scand. J. Public Health), 1403-4948, Selective -Scandinavian Journal of Rehabilitation Medicine, ( Scand. J. Rehabil. Med.), 0036-5505, Selective -Scandinavian Journal of Work, Environment & Health, ( Scand. J. Work Environ. Health), 0355-3140, Priority -Schiff und Hafen. Hamburg, ( Schiff Hafen), 0938-1643, Priority -Schriften der Bundesforschungsanstalt fur Fischerei Hamburg. Hamburg, ( Schr. Bundesforschungsanst. Fisch. Hamb.), 0438-4547, Priority -Schriften des Naturwissenschaftlichen Vereins fur Schleswig-Holstein. Kiel, ( Schr. Naturwiss. Ver. Schlesw.- Holst.), 0077-6165, Priority -Schriftenreihe der Schutzgemeinschaft Deutsche Nordseekuste e. V. Wilhelmshaven, ( Schriftenr. Schutzgem. Dtsch. Nordseekueste), 0943-9552, Priority -Schriftenreihe des Verbandes Deutscher Fischereiverwaltungsbeamter und Fischereiwissenschaftler. Offenbach, ( Schriftenr. Verb. Dtsch. Fischereiverwaltungsbeamter Fischereiwiss.), 0940-6670, Priority -Schriftenreihe des Vereins fur Wasser-, Boden- und Lufthygiene. Stuttgart, New York NY, ( Schriftenr. Ver. Wasser- Boden- Lufthyg.), Priority -Schriftenreihe Umwelt. Fischerei. Bern, ( Schriftenr. Umw. (Fisch.)), Priority -Schriftenreihe. Nationalpark Schleswig-Holsteinisches Wattenmeer. Toning, ( Schriftenr. Nationalpark Schlesw.-Holst. Wattenmeer), 0946-7645, Priority -Science & Culture, ( Sci. Cult.), 0036-8156, Selective -Science & Research Internal Report. New Zealand Department of Conservation, ( Sci. Res. Internal Rep. NZ Dept. Conserv.), 1114-2798, Selective -Science (Washington), ( Science (Wash.)), 0036-8075, Selective -Science and environment. Aligarh, ( Sci. Environ.), 0970-5139, Selective -Science Bulletin of the Faculty of Agriculture, Kyushu Unive, ( Sci. Bull. Fac. Agric. Kyushu Univ.), 0368-6264, Selective -Science for Conservation, ( Sci. Conserv.), 1173-2946, Selective -Science in China Series A, ( Sci. China Ser. A), 1001-6511, Priority -Science in China Series C (Life Sciences), ( Sci. China Ser. C (Life Sci.)), 1006-9305, Selective -Science in China. Series F: Information Sciences, ( Sci. China. Series F: Inform. Sci.), 1009-2757, Selective -Science of the Total Environment, ( Sci. Total Environ.), 0048-9697, Selective -Science Report of the Toyohashi Museum of Natural History, ( Sci. Rep. Toyohashi Mus. Nat. Hist.), 0917-1703, Selective -Science reporter (New Delhi). New Delhi, ( Sci.Rep. (New Delhi)), 0036-8512, Priority -Science reports of Tohoku University. Fourth series. Biology. Sendai, ( Sci. Rep. Tohoku Univ. (4 Ser. Biol.)), 0040-8786, Priority -Science reports. Hirosaki University. Hirosaki, ( Sci. Rep. Hirosaki Univ.), 0367-6439, Priority -Science review. Pacific Region, Department of Fisheries and Oceans (Canada). Vancouver BC, ( Sci. Rev. Pac. Reg. Dep. Fish. Oceans (Can.)), 0840-2213, Core -Science review. Scotia-Fundy Region, Department of Fisheries and Oceans (Canada). Dartmouth NS, ( Sci. Rev. Scotia-Fundy Reg. Dep. Fish. Oceans (Can.)), 0846-9121, Core -Science series aquatic environment monitoring report. Centre for Environment, Fisheries and Aquaculture Science. Lowestoft, ( Sci. Ser. Aquat. Environ. Monit. Rep. Cent. Environ. Fish. Aquac. Sci.), 0142-2499, Core -Science series technical report. Centre for Environment, Fisheries and Aquaculture Science. Lowestoft, ( Sci. Ser. Tech. Rep. Cent. Environ. Fish. Aquac. Sci.), 0308-5589, Core -Science/Ciencia. Ponce, ( Science/Ciencia), 0164-7741, Priority -Sciences et techniques de l'eau. Montreal PQ, ( Sci. Tech. Eau), 0823-0269, Selective -Scientia atmospherica sinica/Daqi Kexue. Beijing, ( Sci. Atmos. Sin./Daqi Kexue), 0254-0002, Priority -Scientia Iranica, ( Sci. Iranica), 1026-3098, Selective -Scientia Marina (Barcelona), ( Sci. Mar. (Barc.)), 0214-8358, Priority -Scientia Silvae Sinicae, ( Sci. Silvae Sin.), 1001-7488, Selective -Scientific American, ( Sci. Am.), 0036-8733, Selective -Scientific American Science & Medicine, 1068-6746, Selective -Scientific council reports. Northwest Atlantic Fisheries Organization. Dartmouth NS, ( Sci. Counc. Rep. NAFO), 0250-6416, Core -Scientific council research document. Northwest Atlantic Fisheries Organization. Dartmouth NS, ( Sci. Counc. Res. Doc. NAFO), Core -Scientific council studies. Northwest Atlantic Fisheries Organization. Dartmouth NS, ( Sci. Counc. Stud. NAFO), 0250-6432, Core -Scientific papers of the Institute of Algological Research, Faculty of Science Hokkaido University. Sapporo, ( Sci. Pap. Inst. Algol. Res. Fac. Sci. Hokkaido Univ.), Selective -Scientific Papers of the Institute of Algological Research, Hokkaido University, ( Sci. Pap. Inst. Algol. Res. Hokkaido Univ.), 0385-6054, Core -Scientific publications. Freshwater Biological Association, Ambleside. Ambleside, ( Sci. Publ. Freshwat. Biol. Assoc. Ambleside), 0367-1887, Priority -Scientific report. Institute of Hydrology, Wallingford. Wallingford, ( Sci. Rep. Inst. Hydrol. Wallingford), Priority -Scientific report. Institute of Terrestrial Ecology, UK. imprint varies, ( Sci. Rep. Inst. Terr. Ecol. UK), Priority -Scientific report. International Pacific Halibut Commission. Seattle WA, ( Sci. Rep. IPHC.), Priority -Scientific report. Sea Mammal Research Unit, Cambridge. Cambridge, ( Sci. Rep. Sea Mamm. Res. Unit Camb.), Priority -Scientific reports of cetacean research. Tokyo, ( Sci. Rep. Cetacean Res.), 0917-0537, Priority -Scientific reports of the Hokkaido Fish Hatchery. Sapporo, ( Sci. Rep. Hokkaido Fish Hatch.), Selective -Scientific Reports of the Hokkaido Fisheries Experimental Station, ( Sci. Rep. Hokkaido Fish. Exp. Stn.), 0914-6830, Core -Scientific Reports of the Hokkaido Salmon Hatchery, ( Sci. Rep. Hokkaido Salm. Hatch.), 0441-0769, Selective -Scientific reports. British Antarctic Survey. Cambridge, ( Sci. Rep. Br. Antarct. Surv.), 0068-1261, Priority -Scottish aquaculture research report. Edinburgh, ( Scott. Aquacult. Res. Rep.), Priority -Scottish fisheries information pamphlet. Aberdeen, ( Scott. Fish. Inf. Pam.), 0309-9105, Core -Scottish fisheries research report. Edinburgh, ( Scott. Fish. Res. Rep.), 0308-8022, Core -Scottish journal of geology. Edinburgh, ( Scott. J. Geol.), 0036-9276, Selective -Scottish sea fisheries statistical tables. Edinburgh, ( Scott. Sea Fish. Stat. Tables), 0080-8202, Core -Scripps Institution of Oceanography Reference. La Jolla, ( SIO Ref.), Priority -Sea fisheries statistics. Ministry of Agriculture, Fisheries and Food (Gt.Brit.). London, ( Sea Fish. Stat. Minist. Agric. Fish. Food (G.B.)), Priority -Sea Frontiers, ( Sea Front.), 0897-2249, Priority -Sea Grant advisory report. Hawaii University Sea Grant Program. Honolulu HI, ( Sea Grant Advis. Rep. Hawaii Univ. Sea Grant Program), Priority -Sea Grant cooperative report. Hawaii University. Honolulu HI, ( Sea Grant Coop. Rep. Hawaii Univ.), Priority -Sea Grant extension bulletin. Florida Sea Grant College Program. Gainesville FL, ( Sea Grant Ext. Bull. Fla. Sea Grant Coll. Program), Priority -Sea Grant extension publication. Florida Sea Grant College Program. Gainesville FL, ( Sea Grant Ext. Publ. Fla. Sea Grant Coll. Program), Priority -Sea Grant marine economics report. Hawaii University. Honolulu HI, ( Sea Grant Mar. Econ. Rep. Hawaii Univ.), Core -Sea Grant miscellaneous report. Hawaii University. Honolulu HI, ( Sea Grant Misc. Rep. Hawaii Univ.), Priority -Sea Grant Program report. Alaska University. Institute of Marine Sciences. Fairbanks AK, ( Sea Grant Program Rep. Alaska Univ. Inst. Mar. Sci.), Core -Sea Grant project paper. Virginia Polytechnic Institute and State University. Blacksburg VA, ( Sea Grant Proj. Pap. Va. Polytech. Inst. State Univ.), Priority -Sea Grant publication. California University, San Diego, Institute of Marine Resources. La Jolla CA, ( Sea Grant Publ. Calif. Univ. San Diego Inst. Mar. Resour.), Core -Sea Grant publication. Louisiana State University, Center for Wetland Research. Baton Rouge LA, ( Sea Grant Publ. La. State Univ. Cent. Wetland Res.), Priority -Sea Grant publication. North Carolina University Sea Grant Program. Chapel Hill NC, ( Sea Grant Publ. N.C. Univ. Sea Grant Program), Priority -Sea Grant publication. University of Maine. Orono ME, ( Sea Grant Publ. Univ. Maine), Priority -Sea Grant report. Delaware University College of Marine Studies. Newark DE, ( Sea Grant Rep. Del. Univ. Coll. Mar. Stud.), Core -Sea Grant report. Puerto Rico University Sea Grant Program. Mayaguez PR, ( Sea Grant Rep. P.R. Univ. Sea Grant Program), Priority -Sea Grant report. Rhode Island University. Narragansett RI, ( Sea Grant Rep. R.I. Univ.), Priority -Sea Grant special report. Miami University. Miami FL, ( Sea Grant Spec. Rep. Miami Univ.), Priority -Sea Grant technical bulletin. Miami University. Miami FL, ( Sea Grant Tech. Bull. Miami Univ.), Priority -Sea Grant technical report. Hawaii University. Honolulu HI, ( Sea Grant Tech. Rep. Hawaii Univ.), Priority -Sea Grant technical report. Wisconsin University Sea Grant Institute. Madison WI, ( Sea Grant Tech. Rep. Wis. Univ. Sea Grant Inst.), Priority -Sea Technology, ( Sea Technol.), 0093-3651, Selective -Seabird, ( Seabird), 0267-9310, Core -SEAFDEC Asian aquaculture. Tigbauan, ( SEAFDEC Asian Aquacult.), 0115-4974, Priority -SEAFDEC newsletter. Samutprakarn, ( SEAFDEC Newsl.), 0857-233X, Priority -Seafood export journal. Cochin, ( Seafood Export J.), 0037-010X, Priority -Seafood International. London, ( Seafood Int.), 0268-1293, Priority -Seafood newsletter. Cochin, ( Seaf. Newsl.), Priority -SEAPOL newsletter. Nonthaburi, ( SEAPOL Newsl.), Priority -Seaways, ( Seaways), 0144-1019, Selective -Seaweed research and utilisation. Namakkal, ( Seaweed Res. Util.), 0971-7560, Priority -Security, ( Security), Selective -Sedimentary Geology, ( Sediment. Geol.), 0037-0738, Selective -Sedimentology. Oxford, ( Sedimentology), 0037-0746, Priority -Seevogel. Ahrensburg, ( Seevoegel), 0722-2947, Priority -Seismological Research Letters, ( Seismol. Res. Lett.), 0012-8287, Selective -Seminarios de la Fundacion Espanola de Reumatologia, ( Sem. Fund. Es. Reumatol.), 1577-3566, Selective -Seminars in Cancer Biology, ( Semin. Cancer Biol.), 1044-579X, Core -Seminars in Cell & Developmental Biology, ( Semin. Cell Dev. Biol.), 1084-9521, Priority -Seminars in Cell Biology, ( Semin. Cell Biol.), 1043-4682, Selective -Seminars in Developmental Biology, ( Semin. Dev. Biol.), 1044-5781, Selective -Seminars in Immunology, ( Semin. Immunol.), 1044-5323, Core -Seminars in Oncology, ( Semin. Oncol.), 0093-7754, Selective -Seminars in Roentgenology, ( Semin. Roentgenol.), Selective -Seminars in the Neurosciences, ( Semin. Neurosci.), 1044-5765, Core -Seminars in Virology, ( Semin. Virol.), 1044-5773, Core -Senckenbergiana Biologica, ( Senckenb. Biol.), 0037-2102, Priority -Senckenbergiana biologica. Frankfurt/Main, ( Senckenb. Biol.), 0037-2102, Priority -Senckenbergiana Lethaea, ( Senckenb. Lethaea), 0037-2110, Priority -Senckenbergiana maritima. Frankfurt/Main, ( Senckenb. Marit.), 0080-889X, Priority -Senri ethnological studies. Suita, ( Senri Ethnol. Stud.), 0387-6004, Priority -Sensor Letters, ( Sensor Lett.), 1546-198X, Selective -Sensors and Actuators B: Chemical, ( Sensors Actuators B: Chem.), 0925-4005, Selective -Sensory Systems/Sensornye Sistemy, ( Sens. Syst./Sens. Sist.), 0894-4520, Selective -Senter for Miljoe- og Ressursstudier. Rapport, ( SMR Rapp.), 0803-7132, Selective -Senter for Samfunnsforskning. Notat, ( SEFOS Not.), 0802-0973, Selective -Separation and Purification Methods, ( Sep. Purif. Methods), 0360-2540, Priority -Separation Science and Technology, ( Sep. Sci. Technol.), 0149-6395, Selective -Sepsis, ( Sepsis), 1385-0229, Priority -Serie ciencia y tecnica COBA. Buenos Aires, ( Ser. Cienc. Tec. COBA), 0328-0535, Priority -Serie cientifica. Instituto Antartico chileno. Santiago, ( Ser. Cient. Inst. Antart. Chil.), 0073-9871, Priority -Serie cientifica. Universidad Autonoma de Baja California Sur. La Paz, ( Ser. Cient. Univ. Auton. Baja Calif. Sur), Priority -Serie de informes especiales. Instituto del Mar del Peru. Callao, ( Ser. Inf. Espec. Inst. Mar. Peru), Priority -Serket, ( Serket), Priority -Sexual Addiction and Compulsivity, ( Sex. Addict. Compulsivity), Selective -Sexually Transmitted Diseases, ( Sex. Transmitted Dis.), 0148-5717, Priority -Seychelles tuna bulletin. Victoria, ( Seychelles Tuna Bull.), Priority -Shandong fisheries/Qilu Yuye. Yantai, ( Shandong Fish./Qilu Yuye), 1001-151X, Core -Sherkin comment. Sherkin Island, ( Sherkin Comment), 0791-2447, Priority -SHILAP Revista de Lepidopterologica, ( SHILAP Rev. Lepidopterol.), 0300-5267, Core -Ship and boat international. London, ( Ship Boat Int.), 0037-3834, Selective -Ship Repair, ( Ship Repair), 0027-2000, Selective -Shock and Vibration, ( Shock Vibrat.), 1070-9622, Selective -Shore & Beach, ( Shore Beach), 0037-4237, Priority -Silva Fennica, ( Silva Fenn.), 0037-5330, Selective -Silva Gabreta, ( Silva Gabreta), 1211-7420, Selective -Silvae Genetica, ( Silvae Genet.), 0037-5349, Priority -Sinozoologia, ( Sinozoologia), 1000-1786, Priority -Sinozoologia/Dongwuxue Jikan. Beijing, ( Sinozoologia/Dongwuxue Jikan), Selective -SINTEF Rapport, ( SINTEF Rapp.), Selective -Sjukdomsstatistikk/Animal Disease Report, ( Sjukdomsstat./Anim. Dis. Rep.), Selective -Skeletal Radiology, ( Skeletal Radiol.), 0364-2348, Selective -Sleep, ( Sleep), 0161-8105, Selective -Sleep and Hypnosis, ( Sleep Hypnosis), 1302-1192, Priority -Slezske Zemske Muzeum. Casopis. Serie A. Vedy Prirodni, ( Slezske Zemske Muz. Cas. Ser. A Vedy Prir.), 0323-0627, Selective -Small Fruits Review, ( Small Fruits Rev.), 1522-8851, Selective -SMHI oceanografi. Norrkoping, ( SMHI Oceanogr.), Core -SMHI reports oceanography. Norrkoping, ( SMHI Rep. Oceanogr.), 0283-1112, Core -Smithsonian Contributions to Botany, ( Smithson. Contrib. Bot.), 0081-024X, Selective -Smithsonian Contributions to Paleobiology, ( Smithson. Contrib. Paleobiol.), 0081-0266, Selective -Smithsonian Contributions to the Earth Sciences, ( Smithson. Contrib. Earth Sci.), 0081-0274, Priority -Smithsonian Contributions to the Marine Sciences, ( Smithson. Contrib. Mar. Sci.), 0196-0768, Priority -Smithsonian Contributions to Zoology, ( Smithson. Contrib. Zool.), 0081-0282, Priority -Social and economic papers. Institute of Social and Economic Research, Memorial University of Newfoundland. St, John's NF, ( Soc. Econ. Pap. Inst. Soc. Econ. Res. Mem. Univ. Nfld.), 0078-0332, Priority -Social Forces, ( Soc. Forces), 0037-7732, Selective -Social Science and Medicine, ( Soc. Sci. Med.), 0277-9536, Selective -Society and Natural Resources, ( Soc. Nat. Resour.), 0894-1920, Selective -Society for Applied Microbiology Symposium Series, ( Soc. Appl. Microbiol. Symp. Ser.), 0267-4440, Core -Society for General Microbiology Quarterly, ( Soc. Gen. Microbiol. Q.), 0142-7547, Selective -Society of Experimental Biology Seminar Series, ( Soc. Exp. Biol. Sem. Ser.), Selective -Sociobiology, ( Sociobiology), 0361-6525, Priority -Soil Biology and Biochemistry, ( Soil Biol. Biochem.), 0038-0717, Selective -Soil Dynamics and Earthquake Engineering, ( Soil Dyn. Earthquake Eng.), 0267-7261, Selective -Soil Science and Plant Nutrition, ( Soil Sci. Plant Nutr.), 0038-0768, Selective -Soil Science Society of America Journal, ( Soil Sci. Soc. Am. J.), 0361-5995, Selective -Somatic Cell and Molecular Genetics, ( Somatic Cell Mol. Genet.), 0740-7750, Core -Somatosensory & Motor Research, ( Somatosens. Motor Res.), 0899-0220, Selective -Sora to umi. Shimizu, ( Sora to Umi), 0289-3347, Priority -Sound & Vibration, ( Sound Vibrat.), 0038-1810, Selective -South African Commercial Fisheries Review, ( S. Afr. Commer. Fish. Rev.), Core -South African Food & Beverage Manufacturing Review, ( S. Afr. Food Beverage Manuf. Rev.), Selective -South African Journal of Animal Science, ( S. Afr. J. Anim. Sci.), 0375-1589, Selective -South African Journal of Antarctic Research, ( S. Afr. J. Antarct. Res.), 0081-2455, Selective -South African Journal of Botany, ( S. Afr. J. Bot.), 0254-6299, Selective -South African Journal of Marine Science/Suid-Afrikaanse Tydskrif vir Seewetenskap, ( S. Afr. J. Mar. Sci./S.-Afr. Tydskr. Seewet.), 0257-7615, Priority -South African Journal of Plant and Soil/Suid-Afrikaanse Tydskrift Plant en Grond, ( S. Afr. J. Plant Soil./S.-Afr. Tydskr. Plant Grond), 0257-1862, Selective -South African Journal of Science, ( S. Afr. J. Sci.), 0038-2353, Selective -South African Journal of Wildlife Research, ( S. Afr. J. Wildl. Res.), 0379-4369, Priority -South African Journal of Zoology, ( S. Afr. J. Zool.), 0254-1858, Priority -South African Medical Journal/Suid-Afrikaanse Mediese Tydskrift, ( S. Afr. Med. J./S.-Afr. Med. Tydskr.), 0038-2469, Selective -South African shipping news and fishing industry review. Cape Town, ( S. Afr. Shipp. News Fish. Ind. Rev.), 0038-2671, Selective -South global magazine., ( South Glob. Mag.), 1359-3501, Priority -South Pacific Commission fisheries newsletter. Noumea, ( SPC Fish. Newsl.), 0248-076X, Core -Southampton Oceanography Centre cruise report. Southampton, ( Southampt. Oceanogr. Cent. Cruise Rep.), Core -Southampton Oceanography Centre report. Wormley, ( Southampt. Oceanogr. Cent. Rep.), Core -Southeast Asian Journal of Tropical Medicine & Public Health, ( Southeast Asian J. Trop. Med. Public Health), 0038-3619, Priority -Southeastern Naturalist, ( Southeast. Nat.), 1528-7092, Priority -Southern African journal of aquatic sciences. Cape Town, ( South. Afr. J. Aquat. Sci.), 1018-3469, Core -Southern fisheries. Adelaide, ( South. Fish.), 1321-2249, Core -Southern Journal of Applied Forestry, ( South. J. Appl. For.), 0148-4419, Selective -Southwestern Entomologist, ( Southwest. Entomol.), 0147-1724, Core -Southwestern Naturalist, ( Southwest. Nat.), 0038-4909, Selective -Space Technology, ( Space Technol.), 0892-9270, Selective -Special paper. U.S. Naval Ocean Research and Development Activity. NSTL Station MS, ( Spec. Pap. U.S. Nav. Ocean Res. Dev. Act.), Core -Special Papers. Hutton Foundation New Zealand, ( Spec. Pap. Hutton Found. N. Z.), 1175-9275, Selective -Special publication from the Sado Marine Biological Station, Niigata University. Niigata, ( Spec. Publ. Sado Mar. Biol. Stn. Niigata Univ.), 0387-8236, Core -Special Publication Oceanographic Research Institute, ( Spec. Publ. Oceanogr. Res. Inst.), Priority -Special publication series. Atlantic Salmon Federation. St. Andrews NB, ( Spec. Publ. Ser. Atl. Salm. Fed.), 0340-0178, Priority -Special publication series. Great Barrier Reef Marine Park Authority. Townsville, ( Spec. Publ. Ser. Great Barrier Reef Mar. Park Auth.), 0810-6983, Core -Special Publication, Great Lakes Fishery Commission, ( Spec. Publ. GLFC), 1090-1051, Core -Special publication. American Fisheries Society. Washington DC, ( Spec. Publ. Am. Fish. Soc.), 0097-0638, Selective -Special publication. Asian Fisheries Society, Indian Branch. Bangalore, ( Spec. Publ. Asian Fish. Soc. Indian Branch), Core -Special publication. Asian Fisheries Society. Metro Manila, ( Spec. Publ. Asian Fish. Soc.), 0117-2778, Core -Special publication. Great Lakes Fishery Commission. Ann Arbor MI, ( Spec. Publ. GLFC), Core -Special publication. Oceanographic Research Institute. Durban, ( Spec. Publ. Oceanogr. Res. Inst.), Core -Special publication. Phuket Marine Biological Center. Phuket, ( Spec. Publ. Phuket Mar. Biol. Cent.), 0858-3633, Core -Special publication. Southeast Asian Fisheries Development Center. Bangkok, ( Spec. Publ. Southeast Asian Fish. Dev. Cent.), Core -Special Publications. J.L.B. Smith Institute of Ichthyology, Grahamstown, ( Spec. Publ. J.L.B. Smith Inst. Ichthyol. Grahamstown), 0075-2088, Core -Special report in applied science and ocean engineering. Gloucester Point VA, ( Spec. Rep. Appl. Sci. Ocean Eng.), Core -Special report. Applied Marine Science and Ocean Engineering, Virginia Institute of Marine Science. Gloucester Point VA, ( Spec. Rep. Appl. Mar. Sci. Ocean Eng. Va. Inst. Mar. Sci.), Core -Special report. Hydrologic Engineering Center, Davis, Calif. Davis CA, ( Spec. Rep. Hydrol. Eng. Cent. Davis Calif.), Priority -Special Report. Inter-American Tropical Tuna Commission/Comision Interamericana del Atun Tropical, ( Spec. Rep. IATTC/Rep. Spec. CIAT), 0749-8187, Core -Special report. Sea Fisheries Research Institute, Cape Town. Cape Town, ( Spec. Rep. Sea Fish. Res. Inst. Cape Town), Selective -Special report. U.S. Army Coastal Engineering Research Center. Fort Belvoir VA, ( Spec. Rep. U.S. Army Coast. Eng. Res. Cent.), Priority -Special report. U.S. Army Construction Engineering Research Laboratory. Champaign IL, ( Spec. Rep. U.S. Army Construct. Eng. Res. Lab.), Priority -Special report. U.S. Naval Ocean Research and Development Activity. NSTL Station MS, ( Spec. Rep. U.S. Nav. Ocean Res. Dev. Act.), Core -Special Sea Grant report. Virginia Polytechnic Institute and State University. Blacksburg VA, ( Spec. Sea Grant Rep. Va. Polytech. Inst. State Univ.), Priority -Spectrochimica Acta Part A: Molecular Spectroscopy, ( Spectrochim. Acta, Pt. A: Mol. Spectrosc.), 0584-8539, Priority -Spectrochimica Acta, Part A: Molecular and Biomolecular Spectroscopy, ( Spectrochim. Acta, Pt. A: Mol. Biomol. Spectrosc.), 1386-1425, Selective -Speculations in Science and Technology, ( Speculations Sci. Technol.), 0155-7785, Selective -Spine, ( Spine), 0362-2436, Selective -Spixiana, ( Spixiana), 0341-8391, Priority -Spixiana (Supplement), ( Spixiana (Suppl.)), 0177-7424, Priority -Spixiana. Munchen, ( Spixiana), 0341-8391, Priority -SPORE. Wageningen, ( SPORE), 1011-0054, Priority -Sports Engineering, ( Sports Eng.), 1369-7072, Selective -Sports Exercise and Injury, ( Sports Exerc. Injury), 1351-0029, Selective -Sports Medicine, ( Sports Med.), 0112-1642, Selective -Sports Medicine Alert, ( Sports Med. Alert), 1521-8333, Selective -Sports Medicine and Arthroscopy Review, ( Sports Med. Arth. Rev.), 1062-8592, Selective -Sports Medicine Standards & Malpractice Reporter, ( Sports Med. Stand. Malpractice Rep.), 1041-696X, Selective -Sports Medicine, Training and Rehabilitation, ( Sports Med., Train. Rehabil.), 1057-8315, Selective -SPREP topic review. Noumea, ( SPREP Topic Rev.), Priority -Springer Seminars in Immunopathology, ( Springer Semin. Immunopathol.), 0344-4325, Core -St. Thomas Law Review, ( St. Thomas Law Rev.), 1065-318X, Selective -Stanford law review. Stanford CA, ( Stanford Law Rev.), 0038-9765, Selective -State of the Fisheries Report. Fisheries Department of Western Australia, ( State Fish. Rep. Fish. Dep. West. Australia), Priority -Statens Forurensningstilsyn - Veiledning, ( SFT-Veiledning), Selective -Statistical bulletin. International Commission for the Conservation of Atlantic Tunas/Bulletin statistique. Commission internationale pour la Conservation des Thonides de l'Atlantique/Boletin estadistico. Comision Internacional para la Conservacion del Atun Atlantico. Madrid, ( Stat. Bull. ICCAT/Bull. Stat. CICTA/Bol. Estad. CICAA), Priority -Statistical bulletin. Northwest Atlantic Fisheries Organization. Dartmouth NS, ( Stat. Bull. NAFO), 0250-6394, Core -Statistical yearbook of agriculture, forestry and fisheries (Seoul). Seoul, ( Stat. Yearb. Agric. For. Fish. (Seoul)), Core -Statistical yearbook. North Pacific Anadromous Fish Commission. Vancouver BC, ( Stat. Yearb. NPAFC), 1028-0235, Core -Statistics in Medicine, ( Stat. Med.), 0277-6715, Selective -Statistics of fisheries factory. Department of Fisheries (Thailand). Bangkok, ( Stat. Fish. Fact. Dep. Fish. (Thail.)), Priority -Statistics of marine products exports. Cochin, ( Stat. Mar. Prod. Exports), Priority -Statistics of shrimp culture. Department of Fisheries (Thailand). Bangkok, ( Stat. Shrimp Cult. Dep. Fish. (Thail.)), Priority -Statistiske Analyser/Statistical Analyses. Statistisk Sentralbyraa (Norway). Oslo, ( Stat. Anal./Stat. Anal. Stat. Sentralbyraa (Norw.)), 0804-3221, Selective -Status of fisheries resources NSW fisheries. Sydney, ( Status Fish. Resour. N.S.W. Fish.), 1329-4253, Core -Steenstrupia, ( Steenstrupia), 0375-2909, Selective -STEP Rapport, ( STEP Rapp.), 0804-8185, Priority -Stiftelsen for Samfunns- og naeringslivsforskning. Report, ( SNF Rep.), 0803-4036, Priority -Stock Assessment Report. Inter-American Tropical Tuna Commission/Comison Interamericana del Atun Tropical, ( Stock Assess. Rep. IATTC), 1532-7337, Core -Stockholm contributions in geology. Stockholm, ( Stockh. Contrib. Geol.), 0585-3532, Selective -Stockholm International Water Institute. Report, ( SIWI Rep.), 1103-0127, Selective -STP Pharma Sciences, ( STP Pharma Sci.), 1157-1489, Selective -Straalevern Rapport, ( Straalevern Rapp.), 0804-4910, Selective -Strain. Newcastle-upon-Tyne, ( Strain), 0039-2103, Selective -Stress, ( Stress), 1025-3890, Selective -Stress and Health, ( Stress Health), 1532-3005, Selective -Stroke, ( Stroke), 0039-2499, Selective -Structural Design of Tall and Special Buildings, ( Struct. Des. Tall Spec. Build.), 1541-7794, Selective -Structural Design of Tall Buildings, ( Struct. Des. Tall Build.), 1062-8002, Selective -Structural Engineering and Mechanics, ( Struct. Eng. Mech.), 1225-4568, Priority -Structural Engineering International, ( Struct. Eng. Int.), 1016-8664, Selective -Structural Safety, ( Struct. Saf.), 0167-4730, Priority -Structure, ( Structure), 0969-2126, Selective -Studia marina sinica/Haiyang Kexue Jikan. Qingdao, ( Stud. Mar. Sin./Haiyang Kexue Jikan), 0438-380X, Priority -Studia Oecologica, ( Stud. Oecol.), 0211-4623, Priority -Studia. Wyzsza Skola Morska w Szczecinie. Szczecin, ( Stud. Wyzsza Sk. Morsk. Szczecin.), 0860-8806, Priority -Studies and reviews. General Fisheries Council for the Mediterranean. Rome, ( Stud. Rev. GFCM), 0374-7840, Core -Studies on Neotropical Fauna & Environment, ( Stud. Neotrop. Fauna Environ.), 0165-0521, Priority -Study tour report. Department of Primary Industries (Queensland). Brisbane, ( Study Tour Rep. Dep. Prim. Ind. (Queensl.)), 0728-0696, Priority -Sturgeon Quarterly, ( Sturgeon Q.), Priority -Sturgeon quarterly. New York NY, ( Sturgeon Q.), Selective -Stuttgarter Beitraege zur Naturkunde, Serie A, ( Stuttgarter Beitr. Naturkd., Ser. A), 0341-0145, Priority -Stuttgarter Beitraege zur Naturkunde, Serie B, ( Stuttgarter Beitr. Naturkd., Ser. B), 0341-0153, Priority -Stuttgarter Beitraege zur Naturkunde, Serie C, ( Stuttgarter Beitr. Naturkd., Ser. C), 0341-0161, 9 -Stuttgarter Beitrage zur Naturkunde. Serie A. Biologie. Stuttgart, ( Stuttg. Beitr. Naturkd. (A Biol.)), 0341-0145, Priority -Stuttgarter Beitrage zur Naturkunde. Serie B. Geologie und Palaontologie. Stuttgart, ( Stuttg. Beitr. Naturkd. (B Geol. Palaeontol.)), 0341-0153, Priority -Styrets Sluttrapport. Program for Utvikling og Stimulering av Havbeite, ( Styrets Sluttrap. PUSH-Programmet), Selective -Su urunleri dergisi/Journal of aquatic products. Istanbul, ( Su Urun. Derg./J. Aquat. Prod.), 1018-1911, Core -Su urunleri istatistikleri. Devlet Istatistik Enstitusu (Turkey)/Fishery Statistics. State Institute of Statistics (Turkey). Ankara, ( Su Urun. Istat. Devl. Istat. Enst. (Turk.)/Fish. Stat. State Inst. Stat. (Turk.)), 1013-6177, Priority -Substance Use and Misuse, ( Subst. Use Misuse), 1082-6084, Selective -Suffolk Transnational Law Review, ( Suffolk Transnatl. Law Rev.), 1072-8546, Selective -Suisan Kenkyu sosho. Tokyo, ( Suisan Kenkyu sosho), Priority -Suisan zoyoshoku sosho. Tokyo, ( Suisan Zoyoshoku Sosho), Priority -Suomen Virallinen Tilasto - Ympaeristoe Miljoe/Official Statistics of Finland, ( SVT Ympaeristoe Miljoe/Off. Stat. Finland), 0784-8455, Selective -Suomen Virallinen Tilasto. Maa-, Metsae- ja Kalatalous/Finlands Officiella Statistik. Jord- och Skogsbruk samt Fiske/Official Statistics of Finland. Agriculture, Forestry and Fisheries, ( SVT Maa Metsae Kalatalous/Finlands. Off. Stat. Jord Skogsbruk Fiske/Off. Stat. Finland Agric. Forest. Fish.), 1456-8268, Selective -Survey of Ophthalmology, ( Surv. Ophthalmol.), 0039-6257, Selective -Svensk Botanisk Tidskrift, ( Sven. Bot. Tidskr.), 0039-646X, Selective -Svensk botanisk tidskrift. Stockholm, ( Sven. Bot. Tidskr.), 0039-0646, Selective -Swara. East African Wild Life Society. Nairobi, ( Swara East Afr. Wildl. Soc.), Priority -Swedish Journal of Agricultural Research, ( Swed. J. Agric. Res.), 0049-2701, Selective -SWEDMAR reports. Goteborg, ( SWEDMAR Rep.), 1400-7738, Priority -SWEDMAR Special Report, ( SWEDMAR Spec. Rep.), 1100-5785, Selective -Syllogeus. Ottawa ON, ( Syllogeus), 0704-576X, Priority -Symbiosis, ( Symbiosis), 0334-5114, Priority -Synapse, ( Synapse), 0887-4476, Selective -Synopses of the British fauna. New series. London etc., ( Synop. Br. Fauna (New Ser.)), 0082-1101, Priority -Syracuse law review. Syracuse NY, ( Syracuse Law Rev.), 0039-7938, Selective -Systematic and Applied Microbiology, ( Syst. Appl. Microbiol.), 0723-2020, Priority -Systematic Biology, ( Syst. Biol.), 1063-5157, Priority -Systematic Botany, ( Syst. Bot.), 0363-6445, Selective -Systematic botany. Oshkosh WI, ( Syst. Bot.), 0363-6445, Selective -Systematic Entomology, ( Syst. Entomol.), 0307-6970, Core -Systematic Parasitology, ( Syst. Parasitol.), 0165-5752, Selective -Systems ecology contributions. Stockholm, ( Syst. Ecol. Contrib.), 1104-2842, Priority -Tablas de marea. Centro de Investigacion Cientifica y de Educacion Superior de Ensenada. Ensenada, ( Tablas Marea Cent. Invest. Cient. Educ. Super. Ensenada), Priority -Tablas de mareas. Instituto de Oceanologia, Academia de Ciencias de Cuba. Havana, ( Tablas Mareas Inst. Oceanol. Acad. Cienc. Cuba), Core -Taiwan Journal of Public Health, ( Taiwan J. Public Health), 1023-2141, Selective -Taiwania, ( Taiwania), 0372-333X, Selective -Tane. Auckland, ( Tane), 0496-8026, Selective -Tappi Journal, ( Tappi J.), Selective -Targets Applications of Genomics & Proteomics, ( Targets Appl. Genomics Proteomics), 1477-3627, Priority -Tatigkeitsbericht. Internationale Kommission zum Schutze des Rheins gegen Verunreinigung. Koblenz, ( Taetigkeitsber. Int. Komm. Schutze Rheins Verunreinig.), 0173-6531, Priority -Taxon, ( Taxon), 0040-0262, Selective -Technical bulletin. Pacific Tuna Development Foundation. Honolulu HI, ( Tech. Bull. Pac. Tuna Dev. Found.), Priority -Technical circular. Directorate of Fisheries (Bahrain). Manama, ( Tech. Circ. Dir. Fish. (Bahrain)), Core -Technical completion report. Montana Institute of Water Resources Research Center. Boseman MT, ( Tech. Compl. Rep. Mont. Inst. Water Resour. Res. Cent.), Priority -Technical completion report. New Mexico Water Resources Research Center. Las Cruces NM, ( Tech. Compl. Rep. N.M. Water Resour. Res. Cent.), Priority -Technical document. Hydrologic Engineering Center, Davis, Calif. Davis CA, ( Tech. Doc. Hydrol. Eng. Cent. Davis Calif.), Priority -Technical document. Integrated Coastal Fisheries Management Project, South Pacific Commission. Noumea, ( Tech. Doc. Integr. Coast. Fish. Manag. Proj. S. Pac. Comm.), 1018-3116, Core -Technical document. Southern California University, Institute of Marine and Coastal Studies. Los Angeles CA, ( Tech. Doc. South. Calif. Univ. Inst. Mar. Coast. Stud.), Core -Technical document. U.S. Naval Ocean Research and Development Activity. NSTL Station MS, ( Tech. Doc. U.S. Nav. Ocean Res. Dev. Act.), Core -Technical document. U.S. Naval Ocean Systems Center. San Diego CA, ( Tech. Doc. U.S. Nav. Ocean Syst. Cent.), Core -Technical document. U.S. Naval Underwater Systems Center. New London CT, ( Tech. Doc. U.S. Nav. Underwat. Syst. Cent.), Priority -Technical memorandum. Argonne National Laboratory. Argonne IL, ( Tech. Memo. Argonne Natl. Lab.), Priority -Technical memorandum. Environmental Research Institute of Michigan. Ann Arbor MI, ( Tech. Memo. Environ. Res. Inst. Mich.), Priority -Technical memorandum. Oak Ridge National Laboratory. Oak Ridge TN, ( Tech. Memo. Oak Ridge Natl. Lab.), Priority -Technical memorandum. Supervising Scientist for the Alligator Rivers Region (Australia). Canberra, ( Tech. Memo. Superv. Sci. Alligator Rivers Reg. (Aust.)), 0810-9532, Priority -Technical memorandum. U.S. Naval Coastal Systems Center. Panama City FL, ( Tech. Memo. U.S. Nav. Coast. Syst. Cent.), Priority -Technical Note. Nansen Environmental and Remote Sensing Center, ( Tech. Note Nansen Environ. Remote Sens. Cent.), Selective -Technical note. National Center for Atmospheric Research (U.S.). Boulder CO, ( Tech. Note Natl. Cent. Atmos. Res. (U.S.)), Priority -Technical note. U.S. Naval Coastal Systems Center. Panama City FL, ( Tech. Note U.S. Nav. Coastal. Syst. Cent.), Priority -Technical note. U.S. Naval Ocean Research and Development Activity. NSTL Station MS, ( Tech. Note U.S. Nav. Ocean Res. Dev. Act.), Core -Technical note. U.S. Naval Oceanographic and Atmospheric Research Laboratory. Stennis Space Center MS, Monterey CA, ( Tech. Note U.S. Nav. Oceanogr. Atmos. Res. Lab.), Core -Technical note. U.S. Navy Civil Engineering Laboratory. Port Hueneme CA, ( Tech. Note U.S. Navy Civ. Eng. Lab.), Priority -Technical paper. African Regional Aquaculture Centre. Port-Harcourt, ( Tech. Pap. Afr. Reg. Aquacult. Cent.), Priority -Technical paper. Battelle Pacific Northwest Laboratories. Richland WA, ( Tech. Pap. Battelle Pac. Northwest Lab.), Priority -Technical paper. CSIRO Division of Atmospheric Research. Melbourne, ( Tech. Pap. CSIRO Div. Atmos. Res.), Priority -Technical paper. Florida Sea Grant Program. Gainesville FL, ( Tech. Pap. Fla. Sea Grant Program), Priority -Technical paper. Hydrologic Engineering Research Center, Davis, Calif. Davis CA, ( Tech. Pap. Hydrol. Eng. Res. Cent. Davis Calif.), Priority -Technical paper. National Renewable Energy Laboratory (U.S.). Golden CO, ( Tech. Pap. Natl. Renew. Energy Lab. (U.S.)), Priority -Technical paper. Solar Energy Research Institute, Golden Colo. Golden CO, ( Tech. Pap. Solar Energy Res. Inst. Golden Colo.), Priority -Technical paper. U.S. Army Coastal Engineering Research Center. Fort Belvoir VA, ( Tech. Pap. U.S. Army Coast. Eng. Res. Cent.), Priority -Technical paper. U.S. Bureau of Land Management. Washington DC, ( Tech. Pap. U.S. Bur. Land Manage.), Priority -Technical publication series. American Water Resources Association., ( Tech. Publ. Ser. Am. Water Resour. Assoc.), Priority -Technical report of National Research Institute of Fisheries Engineering (Japan). Aquaculture and fishing port engineering. Hazaki, ( Tech. Rep. Natl. Res. Inst. Fish. Eng. (Japan) (Aquacult. Fish. Port Eng.)), Core -Technical report of National Research Institute of Fisheries Engineering (Japan). Fishing boat and instrument. Hazaki, ( Tech. Rep. Natl. Res. Inst. Fish. Eng. (Japan) (Fish. Boat Instrum.)), Core -Technical report of National Research Institute of Fisheries Engineering (Japan). Fishing gear and methods. Hazaki, ( Tech. Rep. Natl. Res. Inst. Fish. Eng. (Japan) (Fish. Gear Methods)), Core -Technical report series. Chesapeake Bay Program. Annapolis MD, ( Tech. Rep. Ser. Chesapeake Bay Program), Priority -Technical report series. Georgia Marine Science Center Sea Grant Program. Savannah GA, ( Tech. Rep. Ser. Ga. Mar. Sci. Cent. Sea Grant Program), Core -Technical report series. Georgia Marine Science Center. Skidaway Island GA, ( Tech. Rep. Ser. Ga. Mar. Sci. Cent.), Core -Technical report series. International Atomic Energy Agency. Vienna, ( Tech. Rep. Ser. IAEA), 0074-1914, Priority -Technical report series. National Institute for Freshwater Fisheries Research (Nigeria). New Bussa, ( Tech. Rep. Ser. Natl. Inst. Freshwat. Fish. Res. (Niger.)), Core -Technical report series. Tennessee Valley Authority. Knoxville TN, ( Tech. Rep. Ser. Tenn. Valley Auth.), Priority -Technical Report, Great Lakes Fishery Commission, ( Tech. Rep. GLFC), 0072-730X, Core -Technical Report, International Pacific Halibut Commission, ( Tech. Rep. IPHC), 0579-3920, Core -Technical report. Battelle Pacific Northwest Laboratories. Richland WA, ( Tech. Rep. Battelle Pac. Northwest Lab.), Priority -Technical report. Delaware University Sea Grant College Program. Newark DE, ( Tech. Rep. Del. Univ. Sea Grant Coll. Program), Priority -Technical report. Great Lakes Fishery Commission. Ann Arbor MI, ( Tech. Rep. GLFC), 0072-730X, Core -Technical report. Hawaii Department of Land and Natural Resources, Division of Water and Land Development. Honolu HI, ( Tech. Rep. Hawaii Dep. Land Nat. Resour. Div. Water Land Dev.), Priority -Technical report. Hawaii Institute of Geophysics. Honolu HI, ( Tech. Rep. Hawaii Inst. Geophys.), Priority -Technical report. Hawaii University, Water Resources Research Center. Honolulu HI, ( Tech. Rep. Hawaii Univ. Water Resour. Res. Cent.), Priority -Technical report. International Decade of Ocean Exploration, Coastal Upwelling Ecosystem Analysis. Washington DC, ( Tech. Rep. IDOE CUAE), Core -Technical report. International Pacific Halibut Commission. Seattle WA, ( Tech. Rep. IPHC), 0579-3920, Priority -Technical report. Lamont-Doherty Geological Observatory. New York NY, ( Tech. Rep. Lamont-Doherty Geol. Obs.), Priority -Technical report. Louisiana State University, Coastal Studies Institute. Baton Rouge LA, ( Tech. Rep. La. State Univ. Coast. Stud. Inst.), Priority -Technical report. Maine Sea Grant. Walpole ME, ( Tech. Rep. Maine Sea Grant), Priority -Technical report. Marine Geosciences Unit, University of Cape Town. Cape Town, ( Tech. Rep. Mar. Geosci. Unit Univ. Cape Town), Selective -Technical report. Marine Research Laboratories, Department of Primary Industry and Fisheries (Tasmania). Taroona, ( Tech. Rep. Mar. Res. Lab. Dep. Prim. Ind. Fish. (Tasman.)), Core -Technical report. Marine Studies Programme, University of the South Pacific. Suva, ( Tech. Rep. Mar. Stud. Programme Univ. S. Pac.), 1018-2896, Core -Technical report. Maryland University Sea Grant Program. College Park MD, ( Tech. Rep. Md. Univ. Sea Grant Program), Priority -Technical report. Miami University, Rosenstiel School of Marine and Atmospheric Science. Miami FL, ( Tech. Rep. Miami Univ. Rosenstiel Sch. Mar. Atmos. Sci.), Core -Technical report. Michigan University. Sea Grant Program. Ann Arbor MI, ( Tech. Rep. Mich. Univ. Sea Grant Program), Priority -Technical Report. Nansen Remote Sensing Center, ( Tech. Rep. NRSC), Selective -Technical report. National Institute of Oceanography (India). Dona Paula-Goa, ( Tech. Rep. Natl. Inst. Oceanogr. (India)), Core -Technical report. Natural History Museum of Los Angeles County. Los Angeles CA, ( Tech. Rep. Nat. Hist. Mus. Los Ang. Cty.), Priority -Technical report. Office of Naval Research. Washington DC, ( Tech. Rep. Off. Nav. Res.), Priority -Technical report. Pennsylvania State University, Applied Research Laboratory. State College PA, ( Tech. Rep. Pa. State Univ. Appl. Res. Lab.), Priority -Technical report. Purdue University, Water Resources Research Center. Lafayette IN, ( Tech. Rep. Purdue Univ. Water Resour. Res. Cent.), Priority -Technical report. Seychelles Fishing Authority. Victoria, ( Tech. Rep. Seychelles Fish. Auth.), Core -Technical report. Solar Energy Research Institute, Golden Colo. Golden CO, ( Tech. Rep. Solar Energy Res. Inst. Golden Colo.), Priority -Technical report. South Carolina Marine Resources Center. Charleston SC, ( Tech. Rep. S.C. Mar. Resour. Cent.), Core -Technical report. Southern California University Sea Grant Program. Los Angeles CA, ( Tech. Rep. South. Calif. Univ. Sea Grant Program), Priority -Technical report. Tetra Tech., Inc., ( Tech. Rep. Tetra Tech.), Priority -Technical Report. Texas A & M University, Department of Oceanography. College Station TX, ( Tech. Rep. Texas A & M Univ. Dep. Oceanogr.), Core -Technical report. Texas University, Applied Research Laboratories. Austin TX, ( Tech. Rep. Texas Univ. Appl. Res. Lab.), Priority -Technical report. Tuna and Billfish Assessment Programme, South Pacific Commission. Noumea, ( Tech. Rep. Tuna Billfish Assess. Programme S. Pac. Comm.), 1018-0974, Priority -Technical report. U.S. Air Force Geophysics Laboratory. Hanscomb AFB MA, ( Tech. Rep. U.S. Air Force Geophys. Lab.), Priority -Technical report. U.S. Army Coastal Engineering Research Center. Fort Belvoir VA, ( Tech. Rep. U.S. Army Coast. Eng. Res. Cent.), Priority -Technical report. U.S. Army Engineer Topographic Laboratories. Fort Belvoir VA, ( Tech. Rep. U.S. Army Eng. Topogr. Lab.), Priority -Technical report. U.S. Army Engineer Waterways Experiment Station. Vicksburg VA, ( Tech. Rep. U.S. Army Eng. Waterways Exp. Stn.), Priority -Technical report. U.S. Bureau of Reclamation. Denver CO, ( Tech. Rep. U.S. Bur. Reclam.), Priority -Technical report. U.S. Fish and Wildlife Service. Washington DC, ( Tech. Rep. U.S. Fish Wildl. Serv.), Priority -Technical report. U.S. Naval Environmental Prediction Research Facility. Monterey CA, ( Tech. Rep. U.S. Nav. Environ. Predict. Res. Facil.), Priority -Technical report. U.S. Naval Medical Research Institute. Bethesda MD, ( Tech. Rep. U.S. Nav. Med. Res. Inst.), Priority -Technical report. U.S. Naval Ocean Systems Center. San Diego CA, ( Tech. Rep. U.S. Nav. Ocean Syst. Cent.), Core -Technical report. U.S. Naval Postgraduate School. Monterey CA, ( Tech. Rep. U.S. Nav. Postgrad. Sch.), Priority -Technical report. U.S. Naval Surface Weapons Center. Bethesda MD, ( Tech. Rep. U.S. Nav. Surf. Weapons Cent.), Priority -Technical report. U.S. Naval Underwater Systems Center. New London CT, ( Tech. Rep. U.S. Nav. Underwat. Syst. Cent.), Priority -Technical report. U.S. Navy Civil Engineering Laboratory. Port Hueneme CA, ( Tech. Rep. U.S. Navy Civ. Eng. Lab.), Priority -Technical report. University of Washington, Department of Atmospheric Sciences. Seattle WA, ( Tech. Rep. Univ. Wash. Dep. Atmos. Sci.), Priority -Technical report. Virginia University, Department of Environmental Sciences. Charlottesville VA, ( Tech. Rep. Va. Univ. Dep. Environ. Sci.), Priority -Technical report. Washington Department of Fisheries. Olympia WA, ( Tech. Rep. Wash. Dep. Fish.), Core -Technical report. Washington University, Applied Physics Laboratory. Seattle WA, ( Tech. Rep. Wash. Univ. Appl. Phys. Lab.), Priority -Technical report. Westinghouse Savannah River Co. Aiken SC, ( Tech. Rep. Westinghouse Savannah River Co.), Priority -Technical report. Wisconsin University, Department of Geology and Geophysics. Madison WI, ( Tech. Rep. Wis. Univ. Dep. Geol. Geophys.), Priority -Technical report. Woods Hole Oceanographic Institution. Woods Hole MA, ( Tech. Rep. Woods Hole Oceanogr. Inst.), Core -Technical series. Intergovernmental Oceanographic Commission. Paris, ( Tech. Ser. IOC), 0074-1175, Core -Technical Series. New Zealand Department of Conservation, ( Tech. Ser. NZ Dept. Conserv.), 1172-6873, Selective -Technical summary report. Wisconsin University, Mathematics Research Center. Madison WI, ( Tech. Summ. Rep. Wis. Univ. Math. Res. Cent.), Priority -Technical summary. Ohio Sea Grant. Columbus OH, ( Tech. Summ. Ohio Sea Grant), Priority -Technological Forecasting and Social Change, ( Technol. Forecast. Soc. Change), 0040-1625, 0040-1625, Selective -Technology and Health Care, ( Technol. Health Care), 0928-7329, Priority -Technovation, ( Technovation), 0166-4972, Selective -Tecnologia Ambiental, ( Tecnol. Ambient.), 0103-7374, Priority -Tell'Us, ( Tell'Us), 0804-6042, Selective -Tellus. Series B: Chemical and Physical Meteorology, ( Tellus (B Chem. Phys. Meteorol.)), 0280-6509, Selective -TemaNord, ( TemaNord), 0908-6692, Priority -Teratogenesis, Carcinogenesis and Mutagenesis, ( Teratog., Carcinog. Mutag.), 0270-3211, Priority -Terra, ( Terra), 0040-3741, Selective -Tetrahedron, ( Tetrahedron), 0040-4020, Selective -Tetrahedron Letters, ( Tetrahedron Lett.), 0040-4039, Selective -Texas Association for Health, Physical Education, Recreation, and Dance Journal, ( Tex. Assoc. Health, Phys. Educ., Recreation, Dance J.), 0889-0846, Selective -Texas law review. Austin TX, ( Tex. Law Rev.), 0040-4411, Selective -Texas Shores, ( Texas Shores), 0747-0959, Selective -Text/reference book series. Training Department, Southeast Asian Fisheries Development Center. Samutprakarn, ( Text/Ref. Book Ser. Train. Dep. Southeast Asian Fish. Dev. Cent.), Core -Texte Umweltbundesamt, ( Texte Umweltbundesamt), Selective -TFRI conference proceedings. Keelung, ( TFRI Conf. Proc.), 1018-4538, Priority -Thai fishing vessels statistics. Bangkok, ( Thai Fish. Vessels Stat.), Priority -Thai marine fisheries research bulletin. Rayong, ( Thai Mar. Fish. Res. Bull.), 0857-9547, Core -Thalassas. Santiago de Compostela, ( Thalassas), 0212-5919, Priority -Thalassia salentina. Porto Cesareo, ( Thalassia Salent.), 0563-3745, Priority -Thalassografika/Thalassographica. Athens, ( Thalassografika/Thalassographica), 0250-3298, Priority -The Birds of North America, ( The Birds of North America), 1061-5466, Core -The inland fisheries news. Baarrackpore, ( Inland Fish. News), Core -The Kaohsiung Journal of Medical Sciences, ( Kaohsiung J. Med. Sci.), 0257-5655, Selective -The Neuroscientist, ( Neuroscientist), 1073-8584, Selective -The ocean engineering/Haiyang Gongcheng. Shanghai, ( The Ocean. Eng./Haiyang Gongcheng), 1005-9865, Core -The Sea: Ideas and Observations on Progress in the Study of the Seas, ( The Sea: Ideas Obs. Prog. Study Seas), Selective -Theoretical and Applied Fracture Mechanics, ( Theor. Appl. Fract. Mech.), 0167-8442, 9 -Theoretical and Applied Genetics, ( Theor. Appl. Genet.), 0040-5752, Core -Theoretical Issues in Ergonomics Science, ( Theor. Issues Ergonomics Sci.), 1463-922x, Selective -Theoretical Population Biology, ( Theor. Popul. Biol.), 0040-5809, Priority -Therapeutic Immunology, ( Ther. Immunol.), 0967-0149, Selective -TheScientificWorld Journal, ( TheScientificWorld J.), Selective -Tidsskrift for Samfunnsforskning, ( Tidsskr. Samfunnsforsk.), 0040-746X, Selective -Tieraerztliche Umschau, ( Tieraerztl. Umsch.), 0049-3864, Selective -Tijdschrift voor Entomologie, ( Tijdschr. Entomol.), 0040-7496, Priority -Tissue & Cell, ( Tissue Cell), 0040-8166, Selective -Tissue Antigens, ( Tissue Antigens), 0001-2815, Priority -Tissue Engineering, ( Tissue Eng.), 1076-3279, Core -TML conference proceedings. Tungkang, ( TML Conf. Proc.), 0256-2227, Priority -Tobacco Induced Diseases, ( Tobacco Induced Dis.), 1617-9625, Selective -Today's Aquarist, ( Today's Aquar.), 1040-2098, Selective -Today's Chemist at Work, ( Today's Chem. Work), 1062-094X, Selective -Tohoku journal of agricultural research. Sendai, ( Tohoku J. Agric. Res.), 0040-8719, Priority -Tokyo Metropolitan University Bulletin of Natural History, ( Tokyo Metrop. Univ. Bull. Nat. Hist.), 0918-3760, Selective -Toxicologic Pathology, ( Toxicol. Pathol.), 0192-6233, Priority -Toxicological and Environmental Chemistry, ( Toxicol. Environ. Chem.), 0277-2248, Selective -Toxicological Reviews, ( Toxicol. Rev.), 1176-2551, Priority -Toxicological Sciences, ( Toxicol. Sci.), 1096-6080, Core -Toxicology, ( Toxicology), 0300-483X, Core -Toxicology and Applied Pharmacology, ( Toxicol. Appl. Pharmacol.), 0041-008X, Core -Toxicology and Industrial Health, ( Toxicol. Ind. Health), 0748-2337, Priority -Toxicology In Vitro, ( Toxicol. In Vitro), 0887-2333, Core -Toxicology International, ( Toxicol. Int.), 0971-6580, Core -Toxicology Letters, ( Toxicol. Lett.), 0378-4274, Core -Toxicology Mechanisms and Methods, ( Toxicol. Mech. Methods), 1537-6516, Core -Toxicon, ( Toxicon), 0041-0101, Core -Trabalhos oceanograficos da Universidade Federal de Pernambuco. Recife, ( Trab. Oceanogr. Univ. Fed. Pernambuco), 0102-731X, Core -Traffic Injury Prevention, ( Traffic Injury Prev.), 1538-9588, Priority -Training course reports. Intergovernmental Oceanographic Commission. Paris, ( Train. Course Rep. IOC), Core -Training report. South Pacific Regional Environment Programme. Noumea, ( Train. Rep. S. Pac. Reg. Environ. Programme), Priority -Transactions of Nanjing University of Aeronautics & Astronautics, ( Trans. Nanjing Univ. Aeronaut. Astronaut.), 1005-1120, Selective -Transactions of oceanology and limnology/Haiyang Huzhao Tongbao. Qingdao, ( Trans. Oceanol. Limnol./Haiyang Huzhao Tongbao), 1003-6482, Core -Transactions of the American Entomological Society, ( Trans. Am. Entomol. Soc.), 0002-8320, Core -Transactions of the American Fisheries Society, ( Trans. Am. Fish. Soc.), 0002-8487, Core -Transactions of the American Society of Agricultural Chemistry. St. Joseph MI, ( Trans. Am. Soc. Agric. Chem.), Selective -Transactions of the ASAE, ( Trans. ASAE), 0001-2351, Selective -Transactions of the Illinois State Academy of Science, ( Trans. Ill. State Acad. Sci.), 0019-2252, Selective -Transactions of the Kansas Academy of Sciences, ( Trans. Kans. Acad. Sci.), 0022-8443, Selective -Transactions of the Kentucky Academy of Science, ( Trans. Ky. Acad. Sci.), 0023-0081, Selective -Transactions of the Lepidopterological Society of Japan, ( Trans. Lepidopterol. Soc. Jap.), 0024-0974, Core -Transactions of the Natural History Society of Northumbria, ( Trans. Nat. Hist. Soc. Northumbria), 0144-221X, Selective -Transactions of the Nebraska Academy of Sciences, ( Trans. Nebr. Acad. Sci.), 0077-6351, Selective -Transactions of the North American Wildlife and Natural Resources Conference, ( Trans. N. Am. Wildl. Nat. Resour. Conf.), 0078-1355, Selective -Transactions of the Royal Society of Edinburgh. Edinburgh, ( Trans. R. Soc. Edinb.), 0080-4568, Selective -Transactions of the Royal Society of South Africa, ( Trans. R. Soc. S. Afr.), 0035-919X, Priority -Transactions of the Royal Society of South Australia. Adelaide, ( Trans. R. Soc. S. Aust.), 0085-5812, Priority -Transactions of the Royal Society of Tropical Medicine and Hygiene, ( Trans. R. Soc. Trop. Med. Hyg.), 0035-9203, Selective -Transactions of the Tokyo University of Fisheries. Tokyo, ( Trans. Tokyo Univ. Fish.), Core -Transactions of the Wisconsin Academy of Sciences, Arts and Letters, ( Trans. Wisc. Acad. Sci. Arts Lett.), Priority -Transactions of Tianjin University, ( Trans. Tianjin Univ.), 1006-4982, Selective -Transfusion and Apheresis Science, ( Transfusion Apheresis Sci.), 1473-0502, Selective -Transgenic Research, ( Transgenic Res.), 0962-8819, Core -Transplant Immunology, ( Transplant Immunol.), 0966-3274, Priority -Transplant International, ( Transplant Int.), 0934-0874, Priority -Transplantation, ( Transplantation), 0041-1337, Core -Transportation, ( Transportation), 0049-4488, Selective -Transportation Research, Part A, ( Transp. Res. A), 0965-8564, Selective -Transportation Research, Part B, ( Transp. Res. B), 0191-2615, Selective -Transportation Research, Part C, ( Transp. Res. C), 0968-090X, Selective -Transportation Research, Part D: Transport and Environment, ( Transp. Res. D: Transp. Environ.), 1361-9209, Selective -Transportation Research, Part F: Traffic Psychology and Behaviour, ( Transp. Res. F: Traffic Psychol. Behav.), 1369-8478, Selective -Travaux du Laboratoire d'Hydrobiologie et de Pisciculture de l'Universite de Grenoble. Grenoble, ( Trav. Lab. Hydrobiol. Piscic. Univ. Grenoble), Priority -Travaux et documents microedites. ORSTOM. Paris, ( Trav. Doc. Microed. ORSTOM), Priority -Travaux et documents. Institut francais de Recherche scientifique pour le Developpement en Cooperation. Paris, ( Trav. Doc. Inst. Fr. Rech. Sci. Dev. Coop.), Priority -Travaux et documents. Institut scientifique des Peches maritimes. Casablanca, ( Trav. Doc. Inst. Sci. Peches Marit.), Priority -Travaux scientifiques du Parc national de la Vanoise. Chambery, ( Trav. Sci. Parc Natl. Vanoise), 0180-961X, Priority -Travaux scientifiques du Parc national de Port-Cros. Hyeres, ( Trav. Sci. Parc Natl. Port-Cros), 0241-8231, Priority -Travaux. Grande zone economique de Nouvelle Caledonie Zoneco Centre Noumea, ORSTOM. Noumea, ( Trav. Gd. Zone Econ. Nouv. Caled. Zoneco Cent. Noumea ORSTOM), Priority -Travaux. Station de Recherches forestieres et hydrobiologiques, Groenendaal-Hoeilaart. Serie D/Werken. Rijksstation voor Bos- en Hydrobiologisch Onderzoek, Groenendaal-Hoeilaart. Reeks D. Groenendaal-Hoeilaart, ( Trav. Stn. Rech. For. Hydrobiol. Groenendaal-Hoeilaart (D)/Werken Rijksstn. Bos- Hydrobiol. Onderz. Groenendaal-Hoeilaart (D)), Priority -Treballs del Museu de Zoologia, Barcelona, ( Treb. Mus. Zool. Barc.), 0211-0687, Priority -Tree Physiology, ( Tree Physiol.), 0829-318X, 9 -Trends in Biochemical Sciences, ( Trends Biochem. Sci.), 0968-0004, Selective -Trends in Biochemical Sciences, ( Trends Biochem. Sci.), 0376-5067, Selective -Trends in Biotechnology, ( Trends Biotechnol.), 0167-7799, Core -Trends in Cell Biology, ( Trends Cell Biol.), 0962-8924, Selective -Trends in Ecology & Evolution, ( Trends Ecol. Evol.), 0169-5347, Priority -Trends in Endocrinology and Metabolism, ( Trends Endocrinol. Metab.), 1043-2760, Selective -Trends in Food Science & Technology, ( Trends Food Sci. Technol.), 0924-2244, Selective -Trends in Genetics, ( Trends Genet.), 0168-9525, Core -Trends in Immunology, ( Trends Immunol.), 1471-4906, Core -Trends in Microbiology, ( Trends Microbiol.), 0966-842X, Core -Trends in Molecular Medicine, ( Trends Mol. Med.), 1471-4914, Priority -Trends in Neurosciences, ( Trends Neurosci.), 0166-2236, Core -Trends in Parasitology, ( Trends Parasitol.), 1471-4922, Selective -Trends in Pharmacological Sciences, ( Trends Pharmacol. Sci.), 0165-6147, Selective -Trends in Pharmacological Sciences Receptor and Ion Channel Nomenclature Supplement, ( Trends Pharmacol. Sci. Receptor Ion Channel Nomenclature Suppl.), 1357-485X, Core -Trends in Plant Science, ( Trends Plant Sci.), 1360-1385, Selective -Trianea. Bogota, ( Trianea), Priority -Tropic oceanology/Redai Haiyang. Guangzhou, ( Trop. Oceanol./Redai Haiyang), 1000-3053, Core -Tropical Agriculture, ( Trop. Agric.), 0041-3216, Selective -Tropical and Geographical Medicine, ( Trop. Geogr. Med.), Selective -Tropical coasts. Quezon City, ( Trop. Coasts), 0117-9756, Priority -Tropical Ecology, ( Trop. Ecol.), 0564-3295, Core -Tropical fish hobbyist. Neptune City NJ, ( Trop. Fish. Hobbyist), 0041-3259, Selective -Tropical Forest Papers, ( Trop. For. Pap.), Selective -Tropical freshwater biology. Benin City, ( Trop. Freshwat. Biol.), 0795-0101, Priority -Tropical geography/Redai Dili. Guangzhou, ( Trop. Geogr./Redai Dili), 1001-5221, Priority -Tropical Lepidoptera, ( Trop. Lepid.), 1048-8138, Core -Tropical Medicine and International Health, ( Trop. Med. Int. Health), 1360-2276, Priority -Tropical Zoology, ( Trop. Zool.), 1121-919X, Priority -Trout news. Lowestoft, ( Trout News), 0954-7037, Priority -Trudy Antarkticheskoj ehkspeditsii. St. Petersburg, ( Tr. Antarkt. Ehksped.), Priority -Trudy Arkticheskogo i antarkticheskogo nauchno-issledovatel'skogo instituta. St. Petersburg, ( Tr. AANII), Priority -Trudy Belomorskoj biologicheskoj stantsii Moskovskogo gosudarstvennogo universiteta. Moscow, ( Tr. BBS MGU), Priority -Trudy biologicheskogo Nauchno-issledovatel'skogo instituta Sankt-Peterburgskogo gosudarstvennogo universiteta. St. Petersburg, ( Tr. Biol. NII PGU/Pap. Biol. Sci. Res. Inst. St.-Peterbg. Univ.), Priority -Trudy Dal'nevostochnogo regional'nogo nauchno-issledovatel'skogo gidrometeorologicheskogo instituta. St. Petersburg, ( Tr. DVNIGMI), Priority -Trudy Geologicheskogo instituta/Transactions of the Geological Institute, Russian Academy of Science. Moscow, ( Tr. GIN/Trans. Geol. Inst. Russ. Acad. Sci.), Priority -Trudy Gosudarstvennogo okeanograficheskogo instituta. Moscow, ( Tr. GOIN), Priority -Trudy Instituta biologii vnutrennikh vod/Transactions. Institute of Biology of Inland Waters. St. Petersburg, ( Tr. Inst. Biol. Vnutr. Vod/Trans. Inst. Biol. Inland Waters), Priority -Trudy Instituta okeanologii/Transactions of the Institute of Oceanology. Moscow, ( Tr. IORAN/Trans. Inst. Oceanol. RAN), Core -Trudy Limnologicheskogo instituta. Novosibirsk, ( Tr. Limnol. Inst.), Priority -Trudy Paleontologicheskogo instituta. Moscow, ( Tr. Paleontol. Inst.), Priority -Trudy Vserossijskogo gidrobiologicheskogo obshchestva/Transactions of the Hydrobiological Society, Russian Academy of Sciences. Moscow, ( Tr. VGBO/Trans. Hydrobiol. Soc. RAN), Priority -Trudy Vserossijskogo nauchno-issledovatel'skogo instituta gidrometeorologicheskoj informatsii Mirovogo tsentra dannykh. Moscow, ( Tr. VNIIGMI-MTsD), Priority -Trudy Yuzhnogo nauchno-issledovatel'skogo instituta morskogo rybnogo khozyajstva i okeanografii/Proceedings of the Southern Scientific Research Institute of Marine Fisheries and Oceanography. Kerch, ( Tr. YugNIRO/Proc. South. Sci. Res. Inst. Mar. Fish. Oceanogr.), Core -Trudy Zoologicheskogo instituta/Proceedings of the Zoological Institute, Russian Academy of Sciences. St. Petersburg, ( Tr. ZIN/Proc. Zool. Inst. RAN), 0206-0477, Priority -Tsitologiya i genetika/Cytology and genetics. Kiev, ( Tsitol. Genet./Cytol. Genet.), 0564-3783, Priority -Tubercle and Lung Disease, ( Tubercle Lung Dis.), 0962-8479, Priority -Tuberculosis, ( Tuberculosis), 1472-9792, Priority -Tulane studies in zoology and botany. New Orleans LA, ( Tulane Stud. Zool. Bot.), 0082-6782, Selective -Tumor Biology, ( Tumor Biol.), 1010-4283, Selective -Tumor Targeting, ( Tumor Target.), 1351-8488, Priority -Tuna fishery yearbook. Noumea, ( Tuna Fish. Yearb.), 1022-4564, Core -Tunnelling and Underground Space Technology, ( Tunnel. Underground Space Technol.), 0886-7798, Selective -Tunnels & Tunnelling International, ( Tunnels Tunnel Int.), 0041-414X, Selective -Turkish Journal of Fisheries and Aquatic Sciences, ( Turkish J. Fish. Aquat. Sci.), 1303-2712, Core -Turkish Journal of Marine Sciences, ( Turk. J. Mar. Sci.), 1300-7122, Core -Turkish journal of marine sciences. Istanbul, ( Turk. J. Mar. Sci.), 1300-7122, Core -Turtle and Tortoise Newsletter, ( Turtle Tortoise Newsl.), 1526-3096, Priority -Uchenye zapiski Sankt-Peterburgskogo gosudarstvennogo universiteta. Seriya geograficheskikh nauk/Scientific papers of the St. Petersburg State University. Geographical science series. St. Petersburg, ( Uch. Zap. PGU (Geogr. Nauk)/Sci. Pap. St.-Petersbg. State Univ. (Geogr. Sci.)), Priority -UCLA law review. Los Angeles CA, ( UCLA Law Rev.), 0041-5650, Selective -Uitkomsten van de Belgische zeevisserij. Ostend, ( Uitk. Belg. Zeeviss.), Priority -UK trade bulletin (SFIA). Edinburgh, ( UK Trade Bull. (SFIA)), 0963-9446, Priority -Ukrains'kyi Botanichnyi Zhurnal, ( Ukr. Bot. Zh.), 0372-4123, Priority -Ukrainskij biokhimicheskij zhurnal/Ukrayins'kij biokhimichnij zhurnal/Ukrainian biochemical journal. Kiev, ( Ukr. Biokhim. Zh./Ukr. Biokhim. Zh./Ukr. Biochem. J.), 0201-8470, Priority -Ukrainskij botanicheskij zhurnal. Kiev, ( Ukr. Bot. Zh.), 0372-4123, Priority -Ukrainskij geograficheskij zhurnal. Kiev, ( Ukr. Geogr. Zh.), Priority -Ultrasound in Medicine & Biology, ( Ultrasound Med. Biol.), 0301-5629, Core -Ultrasound in Obstetrics and Gynecology, ( Ultrasound Obstetr. Gynecol.), 0960-7692, Core -Umi no Kenkyu. Tokyo, ( Umi no Kenkyu), 0916-8362, Priority -Umi to sora. Kobe, ( Umi to Sora), 0503-1567, Priority -Umweltwissenschaften und Schadstof-Forschung, ( Umweltwiss. Schadstoff-Forsch.), 0934-3504, Selective -Underground Construction, ( Underground Constr.), 1092-8634, Selective -Undersea & Hyperbaric Medicine, ( Undersea Hyperb. Med.), 1066-2936, Selective -Underwater Naturalist, ( Underwat. Nat.), 0041-6606, Priority -Underwater Technology, ( Underwat. Technol.), 0141-0814, Selective -UNEP environment library. Nairobi, ( UNEP Environ. Lib.), Priority -UNEP Regional Seas directories and bibliographies. Rome, ( UNEP Reg. Seas Dir. Bibliogr.), Priority -UNEP Regional Seas reports and studies. Geneva, ( UNEP Reg. Seas Rep. Stud.), Priority -UNICIENCIA. Heredia, ( UNICIENCIA), 1011-0275, Priority -Universidad y ciencia. Tabasco, ( Univ. Cienc.), 0186-2979, Priority -Universidad, Ciencia y Tecnologia, ( Univ. Cienc. Tecnol.), 1316-4821, Selective -Universidad: ciencia y tecnologia. Cuernavaca, ( Univ. Cienc. Tecnol.), 0188-3976, Priority -Urban Nature Magazine, ( Urban Nat. Mag.), 0965-2086, Selective -Urban Water, ( Urban Water), 1462-0758, Selective -Uspekhi sovremennoj biologii/Advances in current biology. Moscow, ( Usp. Sovrem. Biol./Adv. Curr. Biol.), 0042-1324, Priority -Utah Science, ( Utah Sci.), 0042-1502, Selective -Utilities Law Review, ( Util. Law Rev.), 0960-2356, Selective -Vaccine, ( Vaccine), 0264-410X, Core -Vaccine Research, ( Vaccine Res.), 1056-7909, Priority -VANN, ( VANN), Selective -Vatten/Water. Stockholm, ( Vatten/Water), 0042-2886, Selective -Vector Borne and Zoonotic Diseases, ( Vector Borne Zoonotic Dis.), 1530-3667, Core -Vegetatio, ( Vegetatio), 0042-3106, Selective -Vehicle System Dynamics, ( Veh. Syst. Dyn.), 0042-3114, Selective -Veliger, ( Veliger), 0042-3211, Priority -Venus: Japanese journal of malacology. Tokyo, ( Venus Jap. J. Malacol.), 0042-3580, Priority -Verhandlungen der Deutschen Zoologischen Gesellschaft, ( Verh. Dtsch. Zool. Ges.), 0070-4342, Selective -Verhandlungen der Gesellschaft fuer Ichthyologie, ( Verh. Ges. Ichthyol.), Selective -Verhandlungen der Gesellschaft fuer Oekologie, ( Verh. Ges. Oekol.), 0171-1113, Selective -Verhandlungen der Zoologisch-botanischen Gesellschaft in Wien. Wien, ( Verh. Zool.-Bot. Ges. Wien), Selective -Verhandlungen. Internationale Vereinigung fur theoretische und angewandte Limnologie/Proceedings. International Association of Theoretical and Applied Limnology/Travaux. Association internationale de Limnologie theorique et appliquee. Stuttgart, ( Verh. Int. Ver. Theor. Angew. Limnol./Proc. Int. Assoc. Theor. Appl. Limnol./Trav. Assoc. Int. Limnol. Theor. Appl.), 0368-0770, Priority -Vestnik Akademii nauk Ukrainy. Kiev, ( Vestn. Akad. Nauk Ukr.), 0372-6436, Priority -Vestnik Moskovskogo universiteta. Seriya biolgiya. Moscow, ( Vestn. Mosk. Univ. (Biol.)), 0137-0952, Priority -Vestnik Rossijskoj akademii nauk. Moscow, ( Vestn. RAN), 0002-3442, Priority -Vestnik Sankt-Peterburgskogo universiteta. Seriya geologiya i geografiya. St. Petersburg, ( Vestn. St.-Peterb. Univ. (Geol. Geogr.)), Priority -Vestnik Sankt-Petersburgskogo universiteta. Seriya biologiya. St. Petersburg, ( Vestn. St.-Petersb. Univ. (Biol.)), 0321-186X, Priority -Vestnik zoologii. Kiev, ( Vestn. Zool.), 0084-5604, Priority -Veterinaria e Zootecnia, ( Vet. Zootec.), 0102-5716, Priority -Veterinaria Mexico, ( Vet. Mex.), 0301-5092, Selective -Veterinary and Human Toxicology, ( Vet. Hum. Toxicol.), 0145-6296, Priority -Veterinary Clinics of North America: Small Animal Practice, ( Vet. Clin. N. Am.: Small Anim. Pract.), 0195-5616, Selective -Veterinary Immunology and Immunopathology, ( Vet. Immunol. Immunopathol.), 0165-2427, Core -Veterinary Journal, ( Vet. J.), 1090-0233, Selective -Veterinary Microbiology, ( Vet. Microbiol.), 0378-1135, Core -Veterinary Parasitology, ( Vet. Parasitol.), 0304-4017, Selective -Veterinary Pathology, ( Vet. Pathol.), 0300-9858, Selective -Veterinary Record, ( Vet. Rec.), 0042-4900, Selective -Veterinary Research, ( Vet. Res.), 0928-4249, Selective -Veterinary Research Communications, ( Vet. Res. Commun.), 0165-7380, Selective -Vie et Milieu, ( Vie Milieu), 0240-8759, Priority -Vie et milieu. Paris, ( Vie Milieu), 0240-8759, Priority -Villes et ports/Cities and ports. Le Havre, ( Villes Ports/Cities Ports), Priority -Violence Against Women, ( Voilence Against Women), 1077-8012, Selective -Viral Hepatitis Reviews, ( Viral Hepatitis Rev.), 1081-7050, Core -Viral Immunology, ( Viral Immunol.), 0882-8245, Core -Virginia Journal of International Law, ( Virginia J. Int. Law), 0042-6571, Selective -Virginia Journal of Science, ( Va. J. Sci.), 0042-658X, Selective -Virginia Law Review, ( Va. Law Rev.), 0042-6601, Selective -Virginia Marine Resource Bulletin, ( Va. Mar. Resour. Bull.), Selective -Virologica Sinica, ( Virol. Sin.), 1003-5125, Core -Virology, ( Virology), 0042-6822, Core -Virus Genes, ( Virus Genes), 0920-8569, Core -Virus Research, ( Virus Res.), 0168-1702, Core -Vision Research, ( Vision Res.), 0042-6989, Selective -Visserijonderzoek: jaarverslag. IJmuiden, ( Visserijonderz. Jaarversl.), Priority -Vitenskapsmuseet Rapport Zoologisk Serie, ( Vitensk. Rapp. Zool. Ser.), 0802-0833, Selective -Vitis, ( Vitis), 0042-7500, Selective -Vodnye resursy. Moscow, ( Vodn. Resur.), 0321-0596, Priority -Volucella, ( Volucella), 0947-9538, Selective -Voluntad hidraulica. Havana, ( Voluntad Hidraul.), Priority -Vom Wasser. Weinheim, ( Vom Wasser), 0083-6915, Priority -Voprosy ikhtiologii. Moscow, ( Vopr. Ikhtiol.), 0042-8752, Priority -Voprosy Meditsinskoi Khimi, ( Vopr. Med. Khim.), 0042-8809, Selective -Voprosy pitaniya. Moscow, ( Vopr. Pitan.), 0042-8833, Priority -Voprosy Virusologii, ( Vopr. Virusol.), 0507-4088, Core -Vox Sanguinis, ( Vox Sang.), 0042-9007, Selective -VTT Publications, ( VTT Publ.), 1235-0621, Selective -Washington Law Review, ( Washington Law Rev.), 0043-0617, Selective -Washington Sea Grant publication. Seattle WA, ( Wash. Sea Grant Publ.), Priority -Washington Sea Grant report. Seattle WA, ( Wash. Sea Grant Rep.), Priority -Washington Sea Grant technical report. Seattle WA, ( Wash. Sea Grant Tech. Rep.), Priority -Wassergutedaten der Elbe. Hamburg, ( Wasserguetedaten Elbe), 0931-2153, Priority -Wasserwirtschaft und Wassertechnik. Berlin, ( Wasserwirtsch. Wassertech.), 0043-0986, Priority -Waste Management, ( Waste Manage.), 0956-053X, Selective -Waste Management & Research, ( Waste Manage. Res.), 0734-242X, Selective -Water and Wastes Digest, ( Water Wastes Dig.), 0043-1141, Priority -Water and Wastewater Products, ( Water Wastewater Prod.), Selective -Water Engineering & Management, ( Water Eng. Manage.), 0273-2238, Selective -Water Environment & Technology, ( Water Environ. Technol.), 1044-9493, Selective -Water Environment Research, ( Water Environ. Res.), 1061-4303, Selective -Water journal. Melbourne, ( Water J.), 0310-0367, Priority -Water Log, ( Water Log), Selective -Water Quality Research Journal of Canada, ( Water Qual. Res. J. Can.), 1201-3080, Selective -Water quality research journal of Canada. Burlington ON, ( Water Qual. Res. J. Can.), 0197-9104, Priority -Water Research, ( Water Res.), 0043-1354, Selective -Water Resources Impact, ( Water Resour. Impact), 1522-3175, Selective -Water Resources Management, ( Water Resour. Manage.), 0920-4741, Selective -Water resources: journal of the Nigerian Association of Hydrogeologists. Benin City, ( Water Resour. J. Niger. Assoc. Hydrogeol.), 0795-6495, Selective -Water S. A., ( Water S. A.), 0378-4738, Selective -Water Science & Technology, ( Water Sci. Technol.), 0273-1223, Selective -Water Science & Technology: Water Supply, ( Water Sci. Technol. Water Supply), 1606-9749, Selective -Water science. Tokyo, ( Water Sci.), 0039-4858, Selective -Water Supply, ( Water Supply), 0735-1917, Selective -Water supply paper. U.S. Geological Survey. Reston VA, ( Water Supply Pap. U.S. Geol. Surv.), Priority -Water, Air, & Soil Pollution, ( Water, Air, Soil Pollut.), 0049-6979, Priority -Water, Air, & Soil Pollution: Focus, ( Water, Air, Soil Pollut. Focus), 1567-7230, Selective -Water-data report. U.S. Geological Survey. Reston VA, ( Water-Data Rep. U.S. Geol. Surv.), Priority -Water-resources investigations. U.S. Geological Survey. Reston VA, ( Water-Resour. Invest. U.S. Geol. Surv.), 0092-332X, Priority -Waterbirds, ( Waterbirds), 1524-4695, Core -Watsonia, ( Watsonia), 0043-1532, Selective -Wayne law review. Detroit MI, ( Wayne Law Rev.), 0043-1621, Selective -Weed Research, ( Weed Res.), 0043-1737, Selective -Weed Science, ( Weed Sci.), 0043-1745, Selective -Weed Technology, ( Weed Technol.), 0890-037X, Selective -Welding in the World, ( Weld. World), 0043-2288, Selective -Western Journal of Medicine, ( West. J. Med.), 0093-0415, Selective -Western North American Naturalist, ( West. N. Am. Nat.), 1527-0904, Priority -Wetland Science, ( Wetland Sci.), 1672-5948, Selective -Wetlands, ( Wetlands), 0277-5212, Priority -Wetlands Ecology and Management, ( Wetlands Ecol. Manage.), 0923-4861, Core -WHO technical report series. Geneva, ( WHO Tech. Rep. Ser.), 0512-3054, Priority -Wiadomosci Entomologiczne, ( Wiad. Entomol.), 0138-0737, Priority -Wilderness & Environmental Medicine, ( Wilderness Environ. Med.), 1080-6032, Selective -Wildfire, ( Wildfire), 1073-5658, Selective -Wildlife Australia. Brisbane, ( Wildl. Aust.), Priority -Wildlife Biology, ( Wildl. Biol.), 0909-6396, Priority -Wildlife Research, ( Wildl. Res.), 1035-3712, Priority -Wildlife research. Melbourne, ( Wildl. Res.), 1035-3712, Priority -Wildlife Society Bulletin, ( Wildl. Soc. Bull.), 0091-7648, Priority -Willdenowia, ( Willdenowia), 0511-9618, Selective -Wilson Bulletin, ( Wilson Bull.), 0043-5643, Priority -Window newsletter. Mombasa, ( Window Newsl.), 1024-4158, Priority -Wisconsin Medical Journal, ( Wis. Med. J.), 0043-6542, Selective -Wissenschaftliche Mitteilungen aus dem Nationalpark Hohe Tauern, ( Wiss. Mitt. Nationalpark Hohe Tauern), Selective -Women & Health, ( Women Health), 0363-0242, Selective -Women in Natural Resources, ( Women Nat. Resour.), Selective -Women in Sport and Physical Activity Journal, ( Women Sport Phys. Act. J.), 1063-6161, Selective -Work, ( Work), 1051-9815, Priority -Work and Occupations, ( Work Occup.), 0730-8884, Priority -Work and Stress, ( Work Stress), 0267-8373, Priority -Work Health Safety, ( Work Health Saf.), 0783-6899, Selective -Work Study, ( Work Study), 0043-8022, Selective -Work, Employment and Society, ( Work Employment Soc.), 0950-0170, Selective -Working paper. Bureau of Rural Resources (Australia). Canberra, ( Work. Pap. Bur. Rural Resour. (Aust.)), Priority -Working paper. California Sea Grant College Program. La Jolla CA, ( Work. Pap. Calif. Sea Grant Coll. Program), Priority -Working Paper. Centre for Applied Research. Oslo, ( Work. Pap. Cent. Appl. Res.), 0800-6253, Selective -Working paper. North Carolina University Sea Grant Program. Raleigh NC, ( Work. Pap. N.C. Univ. Sea Grant Program), Priority -Working Paper. University of Bergen, Department of Economics, ( Work. Pap. Univ. Bergen Dept. Econ.), Selective -Working papers in coastal zone management (CCZM). Portsmouth, ( Work. Pap. Coast. Zone Manage. (CCZM)), 1350-2867, Priority -Workshop report. Intergovernmental Oceanographic Commission. Paris, ( Workshop Rep. IOC), Core -Workshop series. Great Barrier Reef Marine Park Authority. Townsville, ( Workshop Ser. Great Barrier Reef Mar. Park Auth.), 0156-5842, Core -Workshop. Washington Sea Grant. Seattle WA, ( Workshop Wash. Sea Grant), Priority -World Agricultural Production and Trade, ( World Agric. Prod. Trade), Priority -World Aquaculture, ( World Aquacult.), 1041-5602, Core -World Journal of Microbiology & Biotechnology, ( World J. Microbiol. Biotechnol.), 0959-3993, Core -World Resource Review, ( World Resour. Rev.), 1042-8011, Selective -World Safety Journal, ( World Saf. J.), 1015-5589, Priority -World shells/Mondo di conchiglie. Rome, ( World Shells/Mondo Conchiglie), 1122-6358, Selective -World Tunnelling, ( World Tunnel.), 0956-8700, Selective -Worldfish report. Tunbridge Wells, ( Worldfish Rep.), 1360-7391, Priority -Wuhan University Journal of Natural Sciences, ( Wuhan Univ. J. Nat. Sci.), 1007-1202, Selective -X-Ray Spectrometry, ( X-Ray Spectrom.), 0049-8246, Selective -Xenobiotica, ( Xenobiotica), 0049-8254, Core -Yadoriga, ( Yadoriga), 0513-417X, 9 -Yakhteh, ( Yakhteh), 1561-4921, Selective -Yearbook. International Hydrographic Organization/Annuaire. Organisation hydrographique internationale. Monaco, ( Yearb. Int. Hydrogr.Organ./Annu. Organ. Hydrogr. Int.), 0074-6282, Priority -Yeast, ( Yeast), 0749-503X, Core -Youth and Society, ( Youth Soc.), 0044-118X, Selective -Zeitschrift der Arbeitsgemeinschaft Oesterreichischer Entomologen, ( Z. Arbeitsgem. Osterr. Entomol.), 0375-5223, Selective -Zeitschrift fuer Angewandte Zoologie, ( Z. Angew. Zool.), 0044-2291, Selective -Zeitschrift fuer Feldherpetologie, ( Z. Feldherpetol.), 0946-7998, Selective -Zeitschrift fuer Mykologie, ( Z. Mykol.), Selective -Zeitschrift fuer Naturforschung. Section C, ( Z. Naturforsch. Sect. C), 0939-5075, Selective -Zeitschrift fuer Pflanzenernaehrung und Bodenkunde, ( Z. Pflanzenernaehr. Bodenkd.), Selective -Zeitschrift fuer Pflanzenkrankheiten und Pflanzenschutz, ( Z. Pflanzenkr. Pflanzenschutz), Selective -Zeitschrift fur Angewandte Geologie. Berlin, ( Z. Angew. Geol.), 0044-2259, Selective -Zeitschrift fur Fischkunde. Solingen, ( Z. Fischkd.), 0939-6330, Priority -Zeitschrift fur Lebensmittel-Untersuchung und -Forschung. Berlin, Heidelberg, ( Z. Lebensm.-Unters.-Forsch.), 0044-3026, Priority -Zeitschrift fur Mikroskopisch-Anatomische Forschung. Leipzig, ( Z. Mikrosk.-Anat. Forsch.), 0044-3107, Selective -Zeitschrift fur Naturforschung. Section C. Biosciences. Tubingen, ( Z. Naturforsch. (C Biosci.)), 0341-0382, Selective -Zeitschrift fur zoologische Systematik und Evolutionsforschung. Hamburg, ( Z. Zool. Syst. Evolutionsforsch.), 0044-3808, Selective -Zentralblatt fuer Bakteriologie, ( Zentralbl. Bakteriol.), 0934-8840, Priority -Zhurnal obshchej biologii/Journal of general biology. Moscow, ( Zh. Obshch. Biol./J. Gen. Biol.), 0044-4596, Priority -Zimbabwe agricultural journal. Harare, ( Zimbabwe Agric. J.), 0035-4686, Priority -Zoo Biology, ( Zoo Biol.), 0733-3188, Selective -Zoocriaderos, ( Zoocriaderos), 0798-7811, Selective -Zoologica Baetica, ( Zool. Baetica), 1130-4251, Priority -Zoologica Scripta, ( Zool. Scr.), 0300-3256, Selective -Zoological Journal of the Linnean Society, ( Zool. J. Linn. Soc.), 0024-4082, Priority -Zoological Research, ( Zool. Res.), 0254-5853, Selective -Zoological Science, ( Zool. Sci.), 0289-0003, Priority -Zoological Studies, ( Zool. Stud.), 1021-5506, Priority -Zoological Zhurnal, ( Zool. Zh.), 0044-5134, Priority -Zoologicheskij zhurnal. Moscow, ( Zool. Zh.), 0044-5134, Priority -Zoologische Jahrbucher. Abteilung fur Systematic Okologie und Geographie der Tiere. Jena, ( Zool. Jahrb. (Syst. Oekol. Geogr. Tiere)), 0044-5193, Selective -Zoologische mededeelingen. Leiden, ( Zool. Meded.), 0024-0672, Selective -Zoologische Verhandelingen, ( Zool. Verh.), 0024-1652, Selective -Zoologischer Anzeiger, ( Zool. Anz.), 0044-5231, Priority -Zoologischer Anzeiger. Suppl. Leipzig, ( Zool. Anz. (Suppl.)), Selective -Zoology in the Middle East, ( Zool. Middle East), 0939-7140, Selective -Zoomorphology, ( Zoomorphology), 0720-213X, Selective -Zoophysiology. Berlin, ( Zoophysiology), 0720-1842, Selective -Zoosystema. Paris, ( Zoosystema), 1280-9551, Priority -Zootecnica e Nutrizione Animale, ( Zootec. Nutr. Anim.), 0390-0487, Selective -Zusetsu gyogyo hakusho. Tokyo, ( Zusetsu Gyogyo Hakusho), Priority -Zweijahresbericht. Alfred-Wegener-Institut fur Polar- und Meeresforschung. Bremerhaven, ( Zweijahresber. Alfred-Wegener-Inst. Polar- Meeresforsch.), Priority -Zweijahresbericht. Biologische Anstalt Helgoland. Hamburg, ( Zweijahresber. Biol. Anst. Helgol.), 0344-6573, Priority -Zweijahresbericht. Institut fuer Ostseeforschung Warnemuende, ( Zweijahresber. Inst. Ostseeforsch. Warnemuende), Selective -Zweijahresbericht. Zentrum fur Marine Tropenokologie an der Universitat Bremen. Bremen, ( Zweijahresber. Zent. Mar. Tropenoekol. Univ. Bremen), Core diff --git a/documentation/sphinxext/bibstuff/examples/rst_input.txt b/documentation/sphinxext/bibstuff/examples/rst_input.txt deleted file mode 100644 index c1dd5996a5..0000000000 --- a/documentation/sphinxext/bibstuff/examples/rst_input.txt +++ /dev/null @@ -1,65 +0,0 @@ -================================ - reStructuredText Test Document -================================ - -.. Above is the document title, and below is the subtitle. - They are transformed from section titles after parsing. - --------------------------------- - Examples of Syntax Constructs --------------------------------- - -.. bibliographic fields (which also require a transform): - -:Author: Dylan Schwilk -:Author: Alan G. Isaac -:Address: 1 Line - Line 2 - Line 3 -:Contact: http://code.google.com/p/bibstuff/ -:date: 2008-05-21 -:status: for illustration only -:version: 1.1 -:copyright: 2008 - - -Introduction -============ - -This introduction will simply demonstrate some citations which can be found in -the ``example.bib`` database. To expand these citations or produce a -bibliography list, use ``bib4txt.py``. The output should look like -``testout.txt``. - -We have noticed that some people running this example encounter a simpleparse -error with python 2.5. For example, Ubuntu users should download the SourceForge -``simpleparse`` code rather than the Ubuntu packages. Uninstall the -``python-simpleparse`` and ``python-simpleparse-mxtexttools`` packages, download -the SourceForge simpleparse, and do ``python setup.py install``. - -Now for some citations. Originally reST only supported citation reference names -that were valid HTML and XML names [isaac.schwilk-2010]_. Recently reST added -support for colons and plus signs, since these are common in BibTeX databases -[schwilk+isaac:2010]_. (However, we recommend that you avoid these characters if -you are creating a new database.) Naturally ``bib4txt.py`` will recognize all -valid reST citation references. However, it will also recognize multiple -comma-separated cites [isaac.schwilk-2010, schwilk+isaac:2010, man-2010]_. -Bibstuff will process these into your reference list, but since this remains illegal -as reStructuredText, such multiple citation references will be missed by most -reStructuredText readers. - -That should be enough for a test, but here are a couple more: -[martin-2008-jds]_, [doe-2525-tq]_. - -Use an `include directive`_ if you want to include the ``testout.txt`` bibliography. - -References -========== - - -.. include:: testout.txt - -.. Links - -.. _include directive: http://docutils.sourceforge.net/docs/ref/rst/directives.html#including-an-external-document-fragment - diff --git a/documentation/sphinxext/bibstuff/examples/testout.txt b/documentation/sphinxext/bibstuff/examples/testout.txt deleted file mode 100644 index acd553297b..0000000000 --- a/documentation/sphinxext/bibstuff/examples/testout.txt +++ /dev/null @@ -1,19 +0,0 @@ -.. [doe-2525-tq] - Doe, John Edgar. 2525. Testing quoted strings. *Testing Quarterly* 1, - 1--10. - -.. [isaac.schwilk-2010] - Isaac, Alan G, and Dylan Schwilk. 2010. Using Interoperable Names. - *Journal of Occasionally Reproducible Results* 1, 1--100. - -.. [martin-2008-jds] - M"artin, Henno. 2008. Using "accents. *Journal of Desert Studies* 1, - 1--10. - -.. [man-2010] - Man, Nowhere. 2010. Using Dangerous Syntax. *Journal of Occasionally - Reproducible Results* 3, 1--100. - -.. [schwilk+isaac:2010] - Schwilk, Dylan Walker, and Alan G Isaac. 2010. Using Dangerous Names. - *Journal of Occasionally Reproducible Results* 2, 1--100. diff --git a/documentation/sphinxext/bibstuff/isbn2bib.py b/documentation/sphinxext/bibstuff/isbn2bib.py deleted file mode 100644 index 7c1059a36c..0000000000 --- a/documentation/sphinxext/bibstuff/isbn2bib.py +++ /dev/null @@ -1,204 +0,0 @@ -#! /usr/bin/env python -# -*- coding: latin-1 -*- -# File: isbn2bib.py -""" -:requires: pyaws v.0.3+ (installation is easy; see below) -:requires: free Amazon web services key http://www.amazon.com/gp/browse.html?node=3435361 -:license: MIT -:contact: alan dot isaac at gmail dot com - -Installing pyAWS ----------------- - -You can get a tarball from:http://svn2.assembla.com -If you use SVN, I'll assume you want the latest version. -(Otherwise, get the tagged version rather than the trunk.) - -- Decide where you want your pyaws build directory, say in ``mysvn/pyaws``. -- In a command shell, change to the ``mysvn`` directory. -- Issue the command: svn checkout http://svn2.assembla.com/svn/pyaws/trunk/ pyaws -- Change to your new ``pyaws`` directory. -- Use your python to execute: setup.py install - -Your Amazon Web Services key ----------------------------- - -- it is free from Amazon web services - http://www.amazon.com/gp/browse.html?node=3435361 -- right now I only look for it in bibstuff.cfg, - which must be in the directory from which you - call your script, and which must contain the lines:: - - [isbn2bib] - aws_key : your_AWS_key_here - -""" -__docformat__ = "restructuredtext en" -__authors__ = ['Alan G. Isaac'] -__version__ = '0.1' -__needs__ = '2.4' - -#prepare a logger -import logging -logging.basicConfig(format='\n%(levelname)s:\n%(message)s\n') -isbn2bib_logger = logging.getLogger('bibstuff_logger') - -#we need pyaws to get data from Amazon -from pyaws import ecs - - -#need an AWS key to proceed (see above) -import ConfigParser as configparser #anticipate name change -cfg = configparser.ConfigParser() -cfg.read('bibstuff.cfg') -aws_key = cfg.get('isbn2bib','aws_key') -try: - ecs.setLicenseKey(aws_key) -except AWSException: - print """Failed to set key. - Do you have a bibstuff.cfg file - in your current directory? - """ - -#unfortunately, addresses are not available in bookinfo -# hope it's in my list ... -publisher_addresses = dict() -fh = open('data/publisher_addresses.txt','r') -for line in fh: - if line.startswith('#') or not line.strip(): - continue - info = tuple(item.strip() for item in line.split('|') ) - try: - name = info[0].strip() - address = info[2].strip() - except: - continue #TODO: log error - publisher_addresses[name] = address -fh.close() - -def make_entry(isbn): - """ - Return a bibfile.BibEntry instance. - Calls `make_bookdict`; - called by `main`. - - :date: 2008-08-31 - :todo: this is reusing too much add2bib code - """ - import bibfile - entry = bibfile.BibEntry() - entry.entry_type = 'book' - try: - bkinfo = ecs.ItemLookup(ItemId=isbn, IdType='ISBN', - SearchIndex="Books", ResponseGroup="Medium") - except ecs.AWSException: - print "ItemLookup failed" - raise - bkdict = make_bookdict(bkinfo) - entry.citekey = bkdict['citekey'] - del bkdict['citekey'] #leaving only real field - #entry.update(bkdict) #TODO: why does this not work? - for k,v in bkdict.items(): - entry[k] = v - return entry - - -def make_bookdict(bkinfo): - from collections import defaultdict - import difflib - bd = defaultdict(str) - try: - author = bkinfo.Author.strip() - author_last = author.split()[-1].lower() - except AttributeError: - author = "unknown" - author_last = "unknown" - try: - date = bkinfo.PublicationDate.strip().split()[-1] - year = date.strip().split('-')[0] - except AttributeError: - date = "unknown" - year = "unknown" - bd['citekey'] = "%s-%s"%(author_last,date) - bd['author'] = author - bd['date'] = date - bd['year'] = year - bd['title'] = bkinfo.Title - bd['isbn'] = bkinfo.ISBN - publisher = bkinfo.Manufacturer.strip() #?att name?? - bd['publisher'] = publisher - #thanks to Greg Pinero for nicer address matching: - best_pub_matches = difflib.get_close_matches(publisher,publisher_addresses.keys(),1) - if best_pub_matches: - bd['address'] = publisher_addresses[best_pub_matches[0]] - return bd - - -# some test ISBNs: -testISBNS = "0-324-23583-6 9780596529321 0231071949" - - -#-- Command line version of tool -def main(): - """Command-line tool. - See bibsearch.py -h for help. - """ - - import sys - import add2bib, bibgrammar - - input = sys.stdin - output = sys.stdout - - from optparse import OptionParser - - usage = """ - %prog [options] - example: %prog -f h -bo BIB_DATABASE 0-324-23583-6 9780596529321 - """ - - - parser = OptionParser(usage=usage, version ="%prog " + __version__) - parser.add_option("-f", "--format", action="store", - dest="format", default='b', - help="set format(s) of output\nb: BibTeX\nh: HTML\nt: text", metavar="FORMAT") - parser.add_option("-o", "--outfile", action="store", type="string", dest="outfile", - help="Write formatted references to FILE", metavar="FILE") - parser.add_option("-n", "--nuke", action="store_true", dest="overwrite", default=False, - help="CAUTION! silently overwrite outfile, default=%default") - parser.add_option("-b", "--backup", action="store_true", dest="backup", default=False, - help="backup FILE to FILE.bak, default=%default") - parser.add_option("-v", "--verbose", action="store_true", - dest="verbose", default=False, - help="Print INFO messages to stdout, default=%default") - parser.add_option("-V", "--very_verbose", action="store_true", - dest="very_verbose", default=False, - help="Print DEBUG messages to stdout, default=%default") - - #parse options - (options, args) = parser.parse_args() - - # open output file for writing (default: stdout) - if options.outfile: - if options.backup and os.path.exists(options.outfile): - shutil.copyfile(options.outfile,options.outfile+".bak") - if options.overwrite or not os.path.exists(options.outfile): - output = open(options.outfile,'w') - else: - isbn2bib_logger.info("Appending to %s.\n(Use -n option to nuke (overwrite) the old output file.)" - %options.outfile) - output = open(options.outfile,'a') - print args - for isbn in args: - isbn = isbn.replace('-','') - entry = make_entry(isbn) - output.write( str(entry) ) - - if 'h' in options.format: - output.write( add2bib.html_format(entry) ) - if 't' in options.format: - output.write( add2bib.text_format(entry) ) - -if __name__ == '__main__': - main() - diff --git a/documentation/sphinxext/bibstuff/jabbrev.py b/documentation/sphinxext/bibstuff/jabbrev.py deleted file mode 100644 index 3b76f1531f..0000000000 --- a/documentation/sphinxext/bibstuff/jabbrev.py +++ /dev/null @@ -1,89 +0,0 @@ -#! /usr/bin/env python -# File: jabbrev.py - -""" -A utility to read journal abbreviations from a text file and modify a -bibtex database to use the abbreviations. Right now it just replaces -long versions with abbreviations in bib file. - -:author: Dylan Schwilk -:contact: http://www.pricklysoft.org -:copyright: 2006 by Dylan Schwilk and Alan G Isaac -:license: MIT (see `license.txt`_) -:date: 2006-09-15 -:TODO: Move this to a scripts directory or the examples directory? - -.. _license.txt: ./license.txt -""" - -__docformat__ = "restructuredtext en" -__version__ = "1.5" -__author__ = "Dylan W. Schwilk" - -import string, sys, re -from simpleparse.parser import Parser -from simpleparse.dispatchprocessor import * - -import bibfile, bibgrammar - - -def MakeMap(jlist): - """makes a dictionary of journals. - key long name by default, data abbreviation. - """ - jmap = {} - for j in jlist: - l = j.split("=") - jmap[l[1].strip()] = l[0].strip() - return jmap - -def Translate(bib, jmap): - """Translate""" - for entry in bib.entries: - j = entry['journal'] - if j : - entry['journal'] = jmap.get(j, j) - print entry - - -def main(): - '''Command-line tool. See jabbrev.py -h for help''' - - input = sys.stdin - output = sys.stdout - - try: - from optparse import OptionParser - except (ImportError, AttributeError): - try: - from optik import OptionParser - except (ImportError, AttributeError): - print "jabbrev needs python 2.3 or Greg Ward's optik module." - - usage = "usage: %prog [options] DATABASE_FILE [ABBREVIATION_FILE] " - parser = OptionParser(usage=usage, version ="%prog " + __version__) - - (options, args) = parser.parse_args() - - if len(args) > 2 : - print "Too many arguments" - sys.exit(1) - try : - # bibtex file is last argument - bib = open(args[0]).read() - except : - print "No bibtex file found." - sys.exit(1) - if len(args) == 2 : - input = open(args[1]) - else : - input = sys.stdin.read() - - bfile = bibfile.BibFile() - bibgrammar.Parse(bib, bfile) - - journals = MakeMap(input.readlines()) - Translate(bfile, journals) - -if __name__ == '__main__': - main() diff --git a/documentation/sphinxext/bibstuff/license.txt b/documentation/sphinxext/bibstuff/license.txt deleted file mode 100644 index c6cecac667..0000000000 --- a/documentation/sphinxext/bibstuff/license.txt +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License - -Copyright (c) 2008, 2009 Dylan Schwilk and Alan G. Isaac (as specified -in the source files). - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/documentation/sphinxext/bibstuff/reflist.py b/documentation/sphinxext/bibstuff/reflist.py deleted file mode 100644 index 77ea885f9b..0000000000 --- a/documentation/sphinxext/bibstuff/reflist.py +++ /dev/null @@ -1,78 +0,0 @@ -#! /usr/bin/env python -""" -Script to produce a list of reference keys from a .bbl file created by bibtex. - -The output is useful in combination with bibsearch.py. -(Pass the output to bibsearch.py to create a -custom database for a particular latex document. This avoids the -necessity of sending a huge bibtex database along with a manuscript -when submitting to a journal.) - -:author: Dylan Schwilk -:contact: http://www.schwilk.org -:author: Alan G Isaac (small changes) -:copyright: 2006 by Dylan Schwilk -:license: MIT (see `license.txt`_) -:date: $Date: 2007-09-03 $ - -.. _license.txt: ./license.txt -""" -__docformat__ = "restructuredtext en" -__authors__ = ["Dylan W. Schwilk", "Alan G. Isaac"] -__version__ = "1.5.3" -__needs__ = '2.4' - - -################### IMPORTS ################################################## -#import from standard library -import sys -import logging - -#configure logger -logging.basicConfig(format='\n%(levelname)s:\n%(message)s\n') -reflist_logger = logging.getLogger('bibstuff_logger') -################################################################################ - - -def main(): - """Command-line tool""" - - from optparse import OptionParser - - usage = """usage: %prog FILE - - For example, to create a stripped down database - for a particular latex document: - python %prog FILE.bbl | python bibsearch.py DB.bib -l > NEW_DB.bib - """ - - parser = OptionParser(usage=usage, version ="%prog " + __version__) - parser.add_option("-v", "--verbose", action="store_true", dest="verbose", default=False, - help="Print INFO messages to stdout, default=%default") - parser.add_option("-V", "--very_verbose", action="store_true", dest="very_verbose", default=False, - help="Print DEBUG messages to stdout, default=%default") - - (options, args) = parser.parse_args() - if options.verbose: - reflist_logger.setLevel(logging.INFO) - if options.very_verbose: - reflist_logger.setLevel(logging.DEBUG) - reflist_logger.info("Script running.\nargs=%s"%(args)) - - try : - src = open(args[0]).read() - except : - src = sys.stdin.read() - - items = src.split('\n\n') - for i in items : - i = i.strip() - if (i[:8] == '\\bibitem') : - s = i.find(']') - e = i.find('}', s) - print i[s+2:e] - - -if __name__ == '__main__': - main() - diff --git a/documentation/sphinxext/bibstuff/setup.py b/documentation/sphinxext/bibstuff/setup.py deleted file mode 100644 index 3752795db5..0000000000 --- a/documentation/sphinxext/bibstuff/setup.py +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env python - -# bibstuff setup script -# Date: 2009-02-13 - -from distutils.core import setup -setup(name="bibstuff", - version="1.0.0", - description="Bibtex database utilities", - author="Dylan W. Schwilk and Alan G. Isaac", - author_email="point@pricklysoft.org", - url = "http://www.pricklysoft.org/software/bibstuff.html", - license = "MIT", - packages = ["bibstyles",'sphinxext'], - py_modules=["bibfile","bibgrammar", "bibname", "ebnf_sp"], - scripts=["add2bib.py", "bib4txt.py", "bibsearch.py", "biblabel.py", "jabbrev.py", "reflist.py"] ) diff --git a/documentation/sphinxext/bibstuff/sphinxext/README.txt b/documentation/sphinxext/bibstuff/sphinxext/README.txt deleted file mode 100644 index 976c2f97c1..0000000000 --- a/documentation/sphinxext/bibstuff/sphinxext/README.txt +++ /dev/null @@ -1,19 +0,0 @@ -####################### -Sphinx bibtex extension -####################### - -The extension is part of (my) Matthew Brett's edits to bibstuff. - -The current code for my version is at http://github.com/matthew-brett/bibstuff . - -To use the extension, make sure that this version of bibstuff is installed onto -your python path somewhere, and then add ``bibstuff.sphinxext.bibref`` to your -list of extensions in your sphinx ``conf.py`` file - for example, something like -this:: - - extensions = ['sphinx.ext.pngmath', 'bibstuff.sphinxext.bibref'] - -There's an example of bibref in use at http://matthew.dynevor.org . The page -build code is here: http://gitorious.org/personal-www/dyneweb - -Please see the ``bibref.py`` file docstring for more details. diff --git a/documentation/sphinxext/bibstuff/sphinxext/__init__.py b/documentation/sphinxext/bibstuff/sphinxext/__init__.py deleted file mode 100644 index 4284aa980a..0000000000 --- a/documentation/sphinxext/bibstuff/sphinxext/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# init for sphinxext - needed for tests at least diff --git a/documentation/sphinxext/bibstuff/sphinxext/bibref.py b/documentation/sphinxext/bibstuff/sphinxext/bibref.py deleted file mode 100644 index e7f6b399d0..0000000000 --- a/documentation/sphinxext/bibstuff/sphinxext/bibref.py +++ /dev/null @@ -1,488 +0,0 @@ -""" sphinx extension to implement bibtex blocks - -Implements two new directives:: - - .. biblisted:: myrefs.bib - :style: default - - ref1 - ref2 - ref3 - -which results in the generation of 3 citation targets with the references -extracted from myrefs.bib and formatted according to the `default` style. - -.. bibmissing:: myrefs.bib - :style: default - -This directive takes no content, and watches for missing citations during the -build. If it has a citation for the missing reference, it inserts the citation -during build. - -The option ``sort`` to either directive:: - - .. bibmissing:: myrefs.bib - :sort: - -results in the citations found being sorted according to the specified or -default ``style``. See the ``bibstuff`` code and documentation for how to -specify styles. - -Again, for both directives, you can specify more than one bib file separated by -commas:: - - .. bibmissing:: myrefs.bib, morerefs.bib - -All heavy lifting done by a slighly modified version of the ``bibstuff`` -library, by Alan Isaac. - -:copyright: Copyright 2010 by Matthew Brett -:license: simplified BSD -""" -DEBUG = False -if DEBUG: - # This is ipython 0.10 (not 0.11, for which the interface has changed) - from IPython.Shell import IPShellEmbed - ipshell = IPShellEmbed([]) - -import os -from os import path -import sys -import codecs - -from docutils.parsers.rst import nodes, directives, Parser -from docutils.utils import new_document -from docutils.nodes import fully_normalize_name - -from sphinx import addnodes -from sphinx.util.compat import Directive -from sphinx.util.nodes import make_refnode - -from .. import bibfile, bibgrammar, bibstyles - -class CiteMaker(object): - """ Class to make citations from bibliographies - - It has to be possible to pickle this class because it will be saved with the - doctree. - - Parameters - ---------- - bib_str : str - string with bibtex bibliography text - style_str : str, optional - name of the citation style - extra_styles : None or mapping, optional - name, module URI mapping for any extra styles. - """ - def __init__(self, bib_str, style_str='default', extra_styles=None): - self.bib_str = bib_str - self.style_str = style_str - if extra_styles is None: - extra_styles = {} - self.extra_styles = extra_styles - self._bibobj = None - self._citation_manager = None - - @property - def bibobj(self): - if self._bibobj is None: - # create object to store parsed .bib file - parsed_bibfile = bibfile.BibFile() - # store parsed .bib files in the bibfile_processor - bibgrammar.Parse(self.bib_str, parsed_bibfile) - self._bibobj = parsed_bibfile - return self._bibobj - - @property - def citation_manager(self): - if not self._citation_manager is None: - return self._citation_manager - # Get style; we do this to avoid storing the module in the class, so it - # can be pickled - style_module = self.style_getter(self.style_str) - # Override any fancy reference semantics for link target - class CM(style_module.CitationManager): - def get_citation_label(self,entry,citation_template=None): - return '.. [' + entry.citekey + ']\n' - self._citation_manager = CM([self.bibobj]) - return self._citation_manager - - def style_getter(self, name): - # Fill cs dictionary on the fly to allow class to be pickled - cs = custom_styles(self.extra_styles) - if name in cs: - return cs[name] - return bibstyles.from_name(name) - - def entry_for_ref(self, ref): - return self.bibobj.get_entry_by_citekey(ref) - - def citestr_for_ref(self, ref): - entry = self.entry_for_ref(ref) - if entry is None: - return None - return self.citestr_for_entry(entry) - - def citestr_for_entry(self, entry): - cm = self.citation_manager - return cm.format_citation(entry) - - -def custom_styles(styles_named): - """ Read style modules from name, module string mapping - """ - styles = {} - for name, mod in styles_named.items(): - if not hasattr(mod, 'CitationManager'): - __import__(mod) - mod = sys.modules[mod] - styles[name] = mod - return styles - - -# Copied from hg sphinx environment.py -def relfn2path(self, filename, docname=None): - """Return paths to a file referenced from a document, relative to - documentation root and absolute. - - Absolute filenames are relative to the source dir, while relative - filenames are relative to the dir of the containing document. - """ - if filename.startswith('/') or filename.startswith(os.sep): - rel_fn = filename[1:] - else: - docdir = path.dirname(self.doc2path(docname or self.docname, - base=None)) - rel_fn = path.join(docdir, filename) - try: - return rel_fn, path.join(self.srcdir, rel_fn) - except UnicodeDecodeError: - # the source directory is a bytestring with non-ASCII characters; - # let's try to encode the rel_fn in the file system encoding - enc_rel_fn = rel_fn.encode(sys.getfilesystemencoding()) - return rel_fn, path.join(self.srcdir, enc_rel_fn) - - -def arg_to_filenames(arg): - """ Parse input argument line to contents - - Filenames are separated by commas - """ - return [name.strip() for name in arg.split(',')] - - -def resolve_citations(doc, citations): - """ - Link citations to/from their references. - """ - for citation in citations: - for label in citation['names']: - if label in doc.citation_refs: - reflist = doc.citation_refs[label] - resolve_references(citation, reflist) - - -def resolve_references(note, reflist): -# # # assert len(note['ids']) == 1 - id = note['ids'][0] - for ref in reflist: - if ref.resolved: - continue - ref.delattr('refname') - ref['refid'] = id - assert len(ref['ids']) == 1 - note.add_backref(ref['ids'][0]) - ref.resolved = 1 - note.resolved = 1 - - -def rst2nodes(text, settings): - new_doc = new_document('temp-string', settings) - parser = Parser() - parser.parse(text, new_doc) - return new_doc.children - - -def make_citation(label, text, settings): - name = fully_normalize_name(label) - citation = nodes.citation(text) - citation += nodes.label('', label) - new_doc = new_document('temp-string', settings) - parser = Parser() - parser.parse(text, new_doc) - citation['names'].append(name) - citation += new_doc.children - return citation - - -class BibListedDirective(Directive): - - has_content = True - # Take arguments as one long string, we will parse into comma-separated - # filenames later - required_arguments = 1 - optional_arguments = 0 - final_argument_whitespace = True - option_spec = { - 'style': directives.unchanged, - 'sort': directives.flag, - 'encoding': directives.encoding, - } - - def run(self): - """ Extract references from directive content and insert citations - - Here our job is very easy, because we just replace the directive content - with the citations that it has promised, and no more need be seen of - this directive after that is done - """ - document = self.state.document - cite_maker, sort_flag, message = self.get_bibs_opts() - if cite_maker is None: - return [document.reporter.warning(message, line=self.lineno)] - # Refs are just not-blank lines that don't start with # - refs = [] - for line in self.content: - ref = line.strip() - if ref != '' and not ref.startswith('#'): - refs.append(ref) - # Find corresponding refs - entries = [] - warnings = [] - for ref in refs: - entry = cite_maker.entry_for_ref(ref) - if entry is None: - warnings.append(document.reporter.warning( - 'cannot find ref %s' % ref, - line=self.lineno)) - continue - entries.append(entry) - cm = cite_maker.citation_manager - if sort_flag: - entries.sort(key=cm.sortkey) - cite_strs = [cm.format_citation(entry) for entry in entries] - cite_text = '\n'.join(cite_strs) - own_doc = self.state.document - citations = rst2nodes(cite_text, own_doc.settings) - # Make backrefs to references - resolve_citations(own_doc, citations) - # We replace ourselves by the citations we provide - return citations + warnings - - def get_bibs_opts(self): - """ Read passed bib files into object, return with options - - This part is common between directives for bibtex references - - It just reads the bibtex files with the given encoding, makes an object - to contain them. - - Returns - ------- - cite_maker : ``CiteMaker`` instance, or None - object wrapping read bibliography, or None if there was an error - creating the instance - sort_flag : bool - If True, ``sort`` option was set - message : str - If cite_maker is None, error message explaining why. - """ - settings = self.state.document.settings - fnames = arg_to_filenames(self.arguments[0]) - style_str = self.options.get('style', 'default') - sort_flag = 'sort' in self.options - encoding = self.options.get('encoding', settings.input_encoding) - # Read bibfiles into string - env = settings.env - bib_str = '' - for fname in fnames: - rel_filename, filename = relfn2path(env, fname) - env.note_dependency(rel_filename) - if not os.path.exists(filename): - return (None, - False, - 'bibtex file %s does not exist' % filename) - fp = codecs.open(filename, 'r', encoding) - try: - bibcontents = fp.read() - except UnicodeDecodeError: - return (None, - False, - 'bibtex file %s should be %s encoding' % - (filename, encoding)) - finally: - fp.close() - bib_str += bibcontents - extra_styles = env.config.bibref_styles - cite_maker = CiteMaker(bib_str, style_str, extra_styles) - return cite_maker, sort_flag, '' - - -class BibrefProvider(nodes.General, nodes.Element): - """ Placeholder node for something that can provide references - """ - pass - - -class BibMissingDirective(BibListedDirective): - """ Directive to get missing references from bibtex files - - Now our job is much harder, compared to the case where the references are - specified, because we have to defer providing the citations until after all - the documents have been read, and we have a list of citations that don't - otherwise exist in the doctree. - """ - has_content = False - - def run(self): - """ Initialize provider cache, return placeholder - - Placeholder holds the place for the eventual set of citations. - """ - document = self.state.document - cite_maker, sort_flag, message = self.get_bibs_opts() - if cite_maker is None: - return [document.reporter.warning(message, line=self.lineno)] - env = document.settings.env - # Id for this provider, pcache pair. We need this id because the saving - # and loading of the doctree means that a hash won't correspond - prov_id = 'bibref-provider-%s' % env.new_serialno('bibref-provider') - # Provider cache - if not hasattr(env, 'bibref_providers'): - env.bibref_providers = [] - pcache = dict( - id = prov_id, - cite_maker = cite_maker, - docname = env.docname, - document = document, - sort_flag = sort_flag, - citations = [], - claimed = {}) - env.bibref_providers.append(pcache) - provider = BibrefProvider('', ids=[prov_id]) - return [provider] - - -def env_purge_doc(app, env, docname): - """ Remove cache of provider information in environment - - The providers live a dual life, with a placeholder ``BibrefProvider`` node, - and the real information cached in the environment. Here we've been asked - to purge stuff for the document `docname`. We remove any cached values for - providers in this document. - """ - if not hasattr(env, 'bibref_providers'): - return - env.bibref_providers = [provider for provider in env.bibref_providers - if provider['docname'] != docname] - - -def doctree_read(app, doctree): - """ Give each pending citation its docname - - We need to do this, because later we have to make a link between this - citation reference and citation that doesn't exist yet in the doctree. To - do this, we need the docnames for citation reference (here) and for the - source of the (yet to be created) reference. - """ - for pref in doctree.traverse(addnodes.pending_xref): - if pref['reftype'] != 'citation': - continue - pref['docname'] = app.env.docname - - -def missing_reference(app, env, node, contnode): - """ Check if any provider can provide this missing reference - - This event fires for every missing reference including missing citations. - For missing citations, we ask each of the providers in turn whether they can - provide this reference. If so, we get a promised id for the citation, - create a suitable reference node, and return it. When we resolve the - doctrees, we actually insert these promised citations (not here). If we - can't find a source for this reference, we return None, as the contract for - ``missing-reference`` requires. - """ - if not node['reftype'] == 'citation': - return - if not hasattr(env, 'bibref_providers'): - return - pcaches = env.bibref_providers - if len(pcaches) == 0: - return - ref = node['reftarget'] - citation = None - # Claimed? - for pcache in pcaches: - citation = pcache['claimed'].get(ref) - if not citation is None: - break - if citation is None: # Not claimed - # Search for it in available providers - for pcache in env.bibref_providers: - cite_maker = pcache['cite_maker'] - entry = cite_maker.entry_for_ref(ref) - if entry is None: - continue - cite_txt = cite_maker.citestr_for_entry(entry) - # Make a new citation node for this text - own_doc = pcache['document'] - citation = rst2nodes(cite_txt, own_doc.settings)[0] - citation['docname'] = pcache['docname'] - citation['entry'] = entry - pcache['citations'].append(citation) - # claim it - pcache['claimed'][ref] = citation - break - if citation is None: - # failed to find citation for this ref - return # return None - # Citation promised (and cached); make reference node for it - fromdocname = node['docname'] # where ref is coming from - docname = citation['docname'] # document it's pointing to - labelid = citation['ids'][0] - return make_refnode(app.builder, fromdocname, docname, - labelid, contnode) - - -def doctree_resolved(app, doctree, fromdocname): - """ Put the promised references into provider trees - - During the ``missing-reference`` phase, the ``provider`` instances made some - promises about the references they would provide. Here we take those - promises and fulfill them, by replacing the provider placeholders with the - list of citations that they promised. - - If we asked for the references to be sorted, they'll be sorted according to - the reference style, otherwise they come out in the order they are cited - (whatever order the sphinx build process gave us). - - We try to make back references for the citations, but this can be difficult - because we need to decide which of the possible references to back reference - to. - """ - env = app.env - if not hasattr(env, 'bibref_providers'): - return - for bib_prov in doctree.traverse(BibrefProvider): - id = bib_prov['ids'][0] - pcache = [pc for pc in env.bibref_providers if pc['id'] == id][0] - citations = pcache['citations'] - # resolve back references - just in this document for now - resolve_citations(doctree.document, citations) - # sort if requested - if pcache['sort_flag']: - cm = pcache['cite_maker'].citation_manager - citations.sort(key=lambda x: cm.sortkey(x['entry'])) - bib_prov.replace_self(citations) - - -def setup(app): - app.add_config_value('bibref_styles', {}, False) - app.add_node(BibrefProvider) - app.add_directive('biblisted', BibListedDirective) - app.add_directive('bibmissing', BibMissingDirective) - app.connect('env-purge-doc', env_purge_doc) - app.connect('doctree-read', doctree_read) - app.connect('missing-reference', missing_reference) - app.connect('doctree-resolved', doctree_resolved) diff --git a/documentation/sphinxext/bibstuff/sphinxext/tests/__init__.py b/documentation/sphinxext/bibstuff/sphinxext/tests/__init__.py deleted file mode 100644 index 0ce92d6dc3..0000000000 --- a/documentation/sphinxext/bibstuff/sphinxext/tests/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# allows tests to be imported, to use relative paths diff --git a/documentation/sphinxext/bibstuff/sphinxext/tests/doc/Makefile b/documentation/sphinxext/bibstuff/sphinxext/tests/doc/Makefile deleted file mode 100644 index e058b8010d..0000000000 --- a/documentation/sphinxext/bibstuff/sphinxext/tests/doc/Makefile +++ /dev/null @@ -1,130 +0,0 @@ -# Makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -PAPER = -BUILDDIR = _build - -# Internal variables. -PAPEROPT_a4 = -D latex_paper_size=a4 -PAPEROPT_letter = -D latex_paper_size=letter -ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . - -.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest - -help: - @echo "Please use \`make ' where is one of" - @echo " html to make standalone HTML files" - @echo " dirhtml to make HTML files named index.html in directories" - @echo " singlehtml to make a single large HTML file" - @echo " pickle to make pickle files" - @echo " json to make JSON files" - @echo " htmlhelp to make HTML files and a HTML help project" - @echo " qthelp to make HTML files and a qthelp project" - @echo " devhelp to make HTML files and a Devhelp project" - @echo " epub to make an epub" - @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" - @echo " latexpdf to make LaTeX files and run them through pdflatex" - @echo " text to make text files" - @echo " man to make manual pages" - @echo " changes to make an overview of all changed/added/deprecated items" - @echo " linkcheck to check all external links for integrity" - @echo " doctest to run all doctests embedded in the documentation (if enabled)" - -clean: - -rm -rf $(BUILDDIR)/* - -html: - $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html - @echo - @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." - -dirhtml: - $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml - @echo - @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." - -singlehtml: - $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml - @echo - @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." - -pickle: - $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle - @echo - @echo "Build finished; now you can process the pickle files." - -json: - $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json - @echo - @echo "Build finished; now you can process the JSON files." - -htmlhelp: - $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp - @echo - @echo "Build finished; now you can run HTML Help Workshop with the" \ - ".hhp project file in $(BUILDDIR)/htmlhelp." - -qthelp: - $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp - @echo - @echo "Build finished; now you can run "qcollectiongenerator" with the" \ - ".qhcp project file in $(BUILDDIR)/qthelp, like this:" - @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/bibref-test.qhcp" - @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/bibref-test.qhc" - -devhelp: - $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp - @echo - @echo "Build finished." - @echo "To view the help file:" - @echo "# mkdir -p $$HOME/.local/share/devhelp/bibref-test" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/bibref-test" - @echo "# devhelp" - -epub: - $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub - @echo - @echo "Build finished. The epub file is in $(BUILDDIR)/epub." - -latex: - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex - @echo - @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." - @echo "Run \`make' in that directory to run these through (pdf)latex" \ - "(use \`make latexpdf' here to do that automatically)." - -latexpdf: - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex - @echo "Running LaTeX files through pdflatex..." - make -C $(BUILDDIR)/latex all-pdf - @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." - -text: - $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text - @echo - @echo "Build finished. The text files are in $(BUILDDIR)/text." - -man: - $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man - @echo - @echo "Build finished. The manual pages are in $(BUILDDIR)/man." - -changes: - $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes - @echo - @echo "The overview file is in $(BUILDDIR)/changes." - -linkcheck: - $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck - @echo - @echo "Link check complete; look for any errors in the above output " \ - "or in $(BUILDDIR)/linkcheck/output.txt." - -doctest: - $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest - @echo "Testing of doctests in the sources finished, look at the " \ - "results in $(BUILDDIR)/doctest/output.txt." diff --git a/documentation/sphinxext/bibstuff/sphinxext/tests/doc/conf.py b/documentation/sphinxext/bibstuff/sphinxext/tests/doc/conf.py deleted file mode 100644 index 05ced66f0a..0000000000 --- a/documentation/sphinxext/bibstuff/sphinxext/tests/doc/conf.py +++ /dev/null @@ -1,227 +0,0 @@ -# -*- coding: utf-8 -*- -# -# bibref-test documentation build configuration file, created by -# sphinx-quickstart on Fri Dec 10 22:29:45 2010. -# -# This file is execfile()d with the current directory set to its containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. - -import sys, os - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -#sys.path.insert(0, os.path.abspath('.')) -from os.path import abspath, join as pjoin -# sys.path.insert(0, abspath(pjoin('..', '..', 'sphinxext'))) -sys.path.insert(0, abspath(pjoin('..', '..', '..', '..'))) -print sys.path - -# Insert path for custom styles -sys.path.insert(0, abspath('..')) - -# -- General configuration ----------------------------------------------------- - -# If your documentation needs a minimal Sphinx version, state it here. -#needs_sphinx = '1.0' - -# Add any Sphinx extension module names here, as strings. They can be extensions -# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -# extensions = ['bibref'] -extensions = ['bibstuff.sphinxext.bibref'] - -# This is the new configuration variable -bibref_styles = {'test-style': 'style1'} - -# Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] - -# The suffix of source filenames. -source_suffix = '.rst' - -# The encoding of source files. -#source_encoding = 'utf-8-sig' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -project = u'bibref-test' -copyright = u'2010, Matthew Brett' - -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. -version = '0.1a' -# The full version, including alpha/beta/rc tags. -release = '0.1a' - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -#language = None - -# There are two options for replacing |today|: either, you set today to some -# non-false value, then it is used: -#today = '' -# Else, today_fmt is used as the format for a strftime call. -#today_fmt = '%B %d, %Y' - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -exclude_patterns = ['_build'] - -# The reST default role (used for this markup: `text`) to use for all documents. -#default_role = None - -# If true, '()' will be appended to :func: etc. cross-reference text. -#add_function_parentheses = True - -# If true, the current module name will be prepended to all description -# unit titles (such as .. function::). -#add_module_names = True - -# If true, sectionauthor and moduleauthor directives will be shown in the -# output. They are ignored by default. -#show_authors = False - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - -# A list of ignored prefixes for module index sorting. -#modindex_common_prefix = [] - - -# -- Options for HTML output --------------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -html_theme = 'default' - -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -#html_theme_options = {} - -# Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] - -# The name for this set of Sphinx documents. If None, it defaults to -# " v documentation". -#html_title = None - -# A shorter title for the navigation bar. Default is the same as html_title. -#html_short_title = None - -# The name of an image file (relative to this directory) to place at the top -# of the sidebar. -#html_logo = None - -# The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 -# pixels large. -#html_favicon = None - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] - -# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, -# using the given strftime format. -#html_last_updated_fmt = '%b %d, %Y' - -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -#html_use_smartypants = True - -# Custom sidebar templates, maps document names to template names. -#html_sidebars = {} - -# Additional templates that should be rendered to pages, maps page names to -# template names. -#html_additional_pages = {} - -# If false, no module index is generated. -#html_domain_indices = True - -# If false, no index is generated. -#html_use_index = True - -# If true, the index is split into individual pages for each letter. -#html_split_index = False - -# If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True - -# If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -#html_show_sphinx = True - -# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -#html_show_copyright = True - -# If true, an OpenSearch description file will be output, and all pages will -# contain a tag referring to it. The value of this option must be the -# base URL from which the finished HTML is served. -#html_use_opensearch = '' - -# This is the file name suffix for HTML files (e.g. ".xhtml"). -#html_file_suffix = None - -# Output file base name for HTML help builder. -htmlhelp_basename = 'bibref-testdoc' - - -# -- Options for LaTeX output -------------------------------------------------- - -# The paper size ('letter' or 'a4'). -#latex_paper_size = 'letter' - -# The font size ('10pt', '11pt' or '12pt'). -#latex_font_size = '10pt' - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, author, documentclass [howto/manual]). -latex_documents = [ - ('index', 'bibref-test.tex', u'bibref-test Documentation', - u'Matthew Brett', 'manual'), -] - -# The name of an image file (relative to this directory) to place at the top of -# the title page. -#latex_logo = None - -# For "manual" documents, if this is true, then toplevel headings are parts, -# not chapters. -#latex_use_parts = False - -# If true, show page references after internal links. -#latex_show_pagerefs = False - -# If true, show URL addresses after external links. -#latex_show_urls = False - -# Additional stuff for the LaTeX preamble. -#latex_preamble = '' - -# Documents to append as an appendix to all manuals. -#latex_appendices = [] - -# If false, no module index is generated. -#latex_domain_indices = True - - -# -- Options for manual page output -------------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - ('index', 'bibref-test', u'bibref-test Documentation', - [u'Matthew Brett'], 1) -] diff --git a/documentation/sphinxext/bibstuff/sphinxext/tests/doc/index.rst b/documentation/sphinxext/bibstuff/sphinxext/tests/doc/index.rst deleted file mode 100644 index f0f722f69f..0000000000 --- a/documentation/sphinxext/bibstuff/sphinxext/tests/doc/index.rst +++ /dev/null @@ -1,8 +0,0 @@ -################# -The test document -################# - -.. toctree:: - - test - test2 diff --git a/documentation/sphinxext/bibstuff/sphinxext/tests/doc/make.bat b/documentation/sphinxext/bibstuff/sphinxext/tests/doc/make.bat deleted file mode 100644 index 874bdd802a..0000000000 --- a/documentation/sphinxext/bibstuff/sphinxext/tests/doc/make.bat +++ /dev/null @@ -1,155 +0,0 @@ -@ECHO OFF - -REM Command file for Sphinx documentation - -if "%SPHINXBUILD%" == "" ( - set SPHINXBUILD=sphinx-build -) -set BUILDDIR=_build -set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . -if NOT "%PAPER%" == "" ( - set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% -) - -if "%1" == "" goto help - -if "%1" == "help" ( - :help - echo.Please use `make ^` where ^ is one of - echo. html to make standalone HTML files - echo. dirhtml to make HTML files named index.html in directories - echo. singlehtml to make a single large HTML file - echo. pickle to make pickle files - echo. json to make JSON files - echo. htmlhelp to make HTML files and a HTML help project - echo. qthelp to make HTML files and a qthelp project - echo. devhelp to make HTML files and a Devhelp project - echo. epub to make an epub - echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter - echo. text to make text files - echo. man to make manual pages - echo. changes to make an overview over all changed/added/deprecated items - echo. linkcheck to check all external links for integrity - echo. doctest to run all doctests embedded in the documentation if enabled - goto end -) - -if "%1" == "clean" ( - for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i - del /q /s %BUILDDIR%\* - goto end -) - -if "%1" == "html" ( - %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html - echo. - echo.Build finished. The HTML pages are in %BUILDDIR%/html. - goto end -) - -if "%1" == "dirhtml" ( - %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml - echo. - echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. - goto end -) - -if "%1" == "singlehtml" ( - %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml - echo. - echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. - goto end -) - -if "%1" == "pickle" ( - %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle - echo. - echo.Build finished; now you can process the pickle files. - goto end -) - -if "%1" == "json" ( - %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json - echo. - echo.Build finished; now you can process the JSON files. - goto end -) - -if "%1" == "htmlhelp" ( - %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp - echo. - echo.Build finished; now you can run HTML Help Workshop with the ^ -.hhp project file in %BUILDDIR%/htmlhelp. - goto end -) - -if "%1" == "qthelp" ( - %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp - echo. - echo.Build finished; now you can run "qcollectiongenerator" with the ^ -.qhcp project file in %BUILDDIR%/qthelp, like this: - echo.^> qcollectiongenerator %BUILDDIR%\qthelp\bibref-test.qhcp - echo.To view the help file: - echo.^> assistant -collectionFile %BUILDDIR%\qthelp\bibref-test.ghc - goto end -) - -if "%1" == "devhelp" ( - %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp - echo. - echo.Build finished. - goto end -) - -if "%1" == "epub" ( - %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub - echo. - echo.Build finished. The epub file is in %BUILDDIR%/epub. - goto end -) - -if "%1" == "latex" ( - %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex - echo. - echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. - goto end -) - -if "%1" == "text" ( - %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text - echo. - echo.Build finished. The text files are in %BUILDDIR%/text. - goto end -) - -if "%1" == "man" ( - %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man - echo. - echo.Build finished. The manual pages are in %BUILDDIR%/man. - goto end -) - -if "%1" == "changes" ( - %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes - echo. - echo.The overview file is in %BUILDDIR%/changes. - goto end -) - -if "%1" == "linkcheck" ( - %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck - echo. - echo.Link check complete; look for any errors in the above output ^ -or in %BUILDDIR%/linkcheck/output.txt. - goto end -) - -if "%1" == "doctest" ( - %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest - echo. - echo.Testing of doctests in the sources finished, look at the ^ -results in %BUILDDIR%/doctest/output.txt. - goto end -) - -:end diff --git a/documentation/sphinxext/bibstuff/sphinxext/tests/doc/other.bib b/documentation/sphinxext/bibstuff/sphinxext/tests/doc/other.bib deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/documentation/sphinxext/bibstuff/sphinxext/tests/doc/some.bib b/documentation/sphinxext/bibstuff/sphinxext/tests/doc/some.bib deleted file mode 100644 index a61554b489..0000000000 --- a/documentation/sphinxext/bibstuff/sphinxext/tests/doc/some.bib +++ /dev/null @@ -1,145 +0,0 @@ -% This file was created with JabRef 2.6. -% Encoding: UTF8 - -@ARTICLE{Aston2006, - author = {John A D Aston and Federico E Turkheimer and Matthew Brett}, - title = {HBM functional imaging analysis contest data analysis in wavelet - space.}, - journal = {Hum Brain Mapp}, - year = {2006}, - volume = {27}, - pages = {372--379}, - number = {5}, - month = {May}, - abstract = {An analysis of the Functional Imaging Analysis Contest (FIAC) data - is presented using spatial wavelet processing. This technique allows - the image to be filtered adaptively according to the data itself, - rather than relying on a predetermined filter. This adaptive filtering - leads to better estimation of the parameters and contrasts in terms - of mean squared error. It will be shown that by introducing a slight - bias into the estimation, a large reduction in the variance can be - achieved, leading to better overall mean squared error estimates. - As no single filter needs to be preselected, results containing many - scales of information can be found. In the FIAC data, it is shown - that both small-scale and large-scale (smoother, more dispersed) - effects occur. The combination of small- and large-scale effects - detected in the FIAC data would be easy to miss using conventional - single filter analysis.}, - doi = {10.1002/hbm.20244}, - keywords = {Algorithms; Artifacts; Bias (Epidemiology); Brain Mapping, methods; - Brain, anatomy /&/ histology/physiology; Fourier Analysis; Humans; - Image Processing, Computer-Assisted, methods/trends; Magnetic Resonance - Imaging, methods/trends; Nerve Net, anatomy /&/ histology/physiology; - Reproducibility of Results; Signal Processing, Computer-Assisted; - Verbal Behavior, physiology}, - language = {eng}, - medline-pst = {ppublish}, - owner = {mb312}, - pmid = {16565952}, - timestamp = {2010.11.30}, - url = {http://dx.doi.org/10.1002/hbm.20244} -} - -@ARTICLE{Bishop2004, - author = {Sonia Bishop and John Duncan and Matthew Brett and Andrew D Lawrence}, - title = {Prefrontal cortical function and anxiety: controlling attention to - threat-related stimuli.}, - journal = {Nat Neurosci}, - year = {2004}, - volume = {7}, - pages = {184--188}, - number = {2}, - month = {Feb}, - abstract = {Threat-related stimuli are strong competitors for attention, particularly - in anxious individuals. We used functional magnetic resonance imaging - (fMRI) with healthy human volunteers to study how the processing - of threat-related distractors is controlled and whether this alters - as anxiety levels increase. Our work builds upon prior analyses of - the cognitive control functions of lateral prefrontal cortex (lateral - PFC) and anterior cingulate cortex (ACC). We found that rostral ACC - was strongly activated by infrequent threat-related distractors, - consistent with a role for this area in responding to unexpected - processing conflict caused by salient emotional stimuli. Participants - with higher anxiety levels showed both less rostral ACC activity - overall and reduced recruitment of lateral PFC as expectancy of threat-related - distractors was established. This supports the proposal that anxiety - is associated with reduced top-down control over threat-related distractors. - Our results suggest distinct roles for rostral ACC and lateral PFC - in governing the processing of task-irrelevant, threat-related stimuli, - and indicate reduced recruitment of this circuitry in anxiety.}, - doi = {10.1038/nn1173}, - keywords = {Adolescent; Adult; Anxiety; Attention, physiology; Brain Mapping; - Female; Gyrus Cinguli, physiology; Humans; Image Processing, Computer-Assisted; - Magnetic Resonance Imaging; Male; Pattern Recognition, Visual; Photic - Stimulation; Prefrontal Cortex, physiology}, - language = {eng}, - medline-pst = {ppublish}, - owner = {mb312}, - pii = {nn1173}, - pmid = {14703573}, - timestamp = {2010.11.30}, - url = {http://dx.doi.org/10.1038/nn1173} -} - -@ARTICLE{Brett2001, - author = {Matthew Brett and Sallie Baxendale}, - title = {Motherhood and memory: a review.}, - journal = {Psychoneuroendocrinology}, - year = {2001}, - volume = {26}, - pages = {339--362}, - number = {4}, - month = {May}, - abstract = {This paper reviews the literature on intellectual change during and - following pregnancy in humans. Whilst much has been written in an - impressionistic way, this area has received little serious scientific - attention, and at the beginning of the twenty first century considerable - gaps in our knowledge remain. Targets for future research are suggested. - The second part of the paper reviews the complex hormonal changes - that place during pregnancy and birth and examines the impact that - these changes may have on cognition, drawing together the findings - from a number of scientific fields. Whilst this review may generate - more questions than it answers, we hope that it will create interest - and stimulate research in this long neglected field.}, - keywords = {Adult; Animals; Cognition; Estrogens, physiology; Female; Glucocorticoids, - physiology; Humans; Memory; Memory Disorders, etiology; Oxytocin, - physiology; Pregnancy, physiology; Progesterone, physiology}, - language = {eng}, - medline-pst = {ppublish}, - owner = {mb312}, - pii = {S0306-4530(01)00003-8}, - pmid = {11259856}, - timestamp = {2010.11.30} -} - -@ARTICLE{Brett2002, - author = {Matthew Brett and Ingrid S Johnsrude and Adrian M Owen}, - title = {The problem of functional localization in the human brain.}, - journal = {Nat Rev Neurosci}, - year = {2002}, - volume = {3}, - pages = {243--249}, - number = {3}, - month = {Mar}, - abstract = {Functional imaging gives us increasingly detailed information about - the location of brain activity. To use this information, we need - a clear conception of the meaning of location data. Here, we review - methods for reporting location in functional imaging and discuss - the problems that arise from the great variability in brain anatomy - between individuals. These problems cause uncertainty in localization, - which limits the effective resolution of functional imaging, especially - for brain areas involved in higher cognitive function.}, - doi = {10.1038/nrn756}, - keywords = {Brain Mapping, instrumentation/methods; Brain, anatomy /&/ histology/physiology/radionuclide - imaging; Genetic Variation, physiology; Humans; Image Processing, - Computer-Assisted, instrumentation/methods; Magnetic Resonance Imaging, - instrumentation/methods; Meta-Analysis as Topic; Observer Variation; - Reproducibility of Results; Tomography, Emission-Computed, instrumentation/methods}, - language = {eng}, - medline-pst = {ppublish}, - owner = {mb312}, - pii = {nrn756}, - pmid = {11994756}, - timestamp = {2010.11.30}, - url = {http://dx.doi.org/10.1038/nrn756} -} diff --git a/documentation/sphinxext/bibstuff/sphinxext/tests/doc/test.rst b/documentation/sphinxext/bibstuff/sphinxext/tests/doc/test.rst deleted file mode 100644 index dd65223d81..0000000000 --- a/documentation/sphinxext/bibstuff/sphinxext/tests/doc/test.rst +++ /dev/null @@ -1,58 +0,0 @@ -########################################## -Testing standard, biblist and missing refs -########################################## - -First [Brett2002]_. - -Looking for [Aston2006]_ and [Brett2001]_. See also :ref:`test2`. - -.. biblisted:: some.bib - :sort: - :encoding: utf-8 - - Brett2001 - Bishop2004 - -Lorem ipsum [Ref]_ dolor sit amet. - -Some text - -.. [Ref] Book or article reference, URL or whatever. - -More text - -.. [UnusedRef] A reference to which there is no reference - -More text again - -.. .. [ref_elsewhere] A reference from another document - -A - -lot - -of - -text - -lines - -to - -show - -that - -the - -reference - -links - -are - -working - -.. bibmissing:: other.bib, some.bib - :style: test-style - :sort: diff --git a/documentation/sphinxext/bibstuff/sphinxext/tests/doc/test2.rst b/documentation/sphinxext/bibstuff/sphinxext/tests/doc/test2.rst deleted file mode 100644 index 28ff52c2b7..0000000000 --- a/documentation/sphinxext/bibstuff/sphinxext/tests/doc/test2.rst +++ /dev/null @@ -1,10 +0,0 @@ -.. _test2: - -################## -Testing references -################## - -Here we test cross document refs, such as [Brett2001]_ and [Aston2006]_ - -This reference to [ref_elsewhere]_ is across documents, but not a bibtex one. - diff --git a/documentation/sphinxext/bibstuff/sphinxext/tests/style1.py b/documentation/sphinxext/bibstuff/sphinxext/tests/style1.py deleted file mode 100644 index 0f48119a85..0000000000 --- a/documentation/sphinxext/bibstuff/sphinxext/tests/style1.py +++ /dev/null @@ -1,41 +0,0 @@ -""" style1 - -Edited from bibstuff - jasss_style - details: - -:contact: http://www.american.edu/cas/econ/faculty/isaac/isaac1.htm -:author: Alan G Isaac -:license: MIT (see `license.txt`_) -:date: 2006-08-01 - -Modifications Matthew Brett MIT license also -""" - -# import everything from a useful style -from bibstuff.bibstyles import default as bbd - -######## ADJUST CITATION TEMPLATE FOR NEW STYLE ########### -######## note: see help for bibstyles.shared.NameFormatter for name details -CITATION_TEMPLATE = bbd.CITATION_TEMPLATE.copy() -CITATION_TEMPLATE.update(dict( - indent_left=3, - name_first = 'f |v |l', - name_other = 'f |v |l', - initials = '', - max_citation_names = 5, - name_name_sep = (', ',' and '), - names_details_sep = ' ', - article = '(%(year)s) "%(title)s". *%(journal)s* %(volume)s, %(month)s ' - '%(year)s. pp. %(pages)s. %(url)s %(doi)s', - inproceedings = '(%(year)s) "%(title)s". In %(editor)s (Eds.) *%(booktitle)s*, %(address)s: %(publishers)s', - incollection = '(%(year)s) "%(title)s". In %(editor)s (Eds.) *%(booktitle)s*, %(address)s: %(publishers)s', - book = '(%(year)s) *%(title)s*. %(address)s: %(publisher)s.', - techreport = '(%(year)s) "%(title)s". %(institution)s %(type)s %(number)s. %(url)s', -)) - -# Redefine the CitationManager class, even if "unchanged". -# (This is necessary if you want to change any of the global formatting functions, -# and usually you change 'format_inline_cite') -class CitationManager(bbd.shared.CitationManager): - default_citation_template = CITATION_TEMPLATE - def get_citation_label(self,entry,citation_template=None): - return '.. ['+entry.citekey+'] ' diff --git a/documentation/sphinxext/bibstuff/sphinxext/tests/test_bibref.py b/documentation/sphinxext/bibstuff/sphinxext/tests/test_bibref.py deleted file mode 100644 index d1248f77f1..0000000000 --- a/documentation/sphinxext/bibstuff/sphinxext/tests/test_bibref.py +++ /dev/null @@ -1,44 +0,0 @@ -""" Testing sphinxext module -""" - -import os -from os.path import abspath, dirname, join as pjoin -import sys -from subprocess import check_call - -_my_path = dirname(__file__) -doc_path = abspath(pjoin(_my_path, 'doc')) -# path to extension -sys.path.insert(0, abspath(pjoin(_my_path, '..'))) -# path to custom style -sys.path.insert(0, abspath(_my_path)) - -import bibref as bs - -from nose.tools import assert_true, assert_equal, assert_raises - - -def test_custom_styles(): - cs = bs.custom_styles({}) - assert_equal(cs, {}) - assert_raises(ImportError, bs.custom_styles, {'something': - 'implausible.something'}) - cs = bs.custom_styles({'test-style': 'style1'}) - assert_true(hasattr(cs['test-style'], 'CitationManager')) - # Test nested package.module - cs = bs.custom_styles({'test-style': 'tests.style1'}) - assert_true(hasattr(cs['test-style'], 'CitationManager')) - - -def test_builds(): - # just does dumb builds to check they work without error - pwd = os.getcwd() - try: - os.chdir(doc_path) - check_call('make clean', shell=True) - check_call('make html', shell=True) - check_call('make clean', shell=True) - # might not work on windows or systems without latex support - check_call('make latex', shell=True) - finally: - os.chdir(pwd) diff --git a/examples/diffusion/mesh1D.py b/examples/diffusion/mesh1D.py index 5f5f1b2b72..71f2da44d5 100755 --- a/examples/diffusion/mesh1D.py +++ b/examples/diffusion/mesh1D.py @@ -256,7 +256,7 @@ and apply the Crank-Nicholson scheme until the end, when we apply one step of the fully implicit scheme to drive down the error -(see, *e.g.*, section 19.2 of [NumericalRecipes]_). +(see, *e.g.*, section 19.2 of :cite:`NumericalRecipes`). >>> for step in range(steps - 1): ... eqCN.solve(var=phi, diff --git a/examples/flow/stokesCavity.py b/examples/flow/stokesCavity.py index 23bad3d406..10d07355b5 100755 --- a/examples/flow/stokesCavity.py +++ b/examples/flow/stokesCavity.py @@ -57,7 +57,7 @@ uses the SIMPLE algorithm with Rhie-Chow interpolation for collocated grids to solve the pressure-momentum coupling. Some of the details of the algorithm will be highlighted below but a good reference for this -material is Ferziger and Peric [ferziger]_ and Rossow [rossow:2003]_. The +material is Ferziger and Peric :cite:`ferziger` and Rossow :cite:`rossow:2003`. The solution has a high degree of error close to the corners of the domain for the pressure but does a reasonable job of predicting the velocities away from the boundaries. A number of aspects of diff --git a/examples/levelSet/electroChem/README.txt b/examples/levelSet/electroChem/README.txt index fcdb8acd64..96d7214b93 100644 --- a/examples/levelSet/electroChem/README.txt +++ b/examples/levelSet/electroChem/README.txt @@ -36,7 +36,7 @@ The CEAC Mechanism This process has been demonstrated to depend critically on the inclusion of additives in the electrolyte. Recent publications propose Curvature Enhanced Accelerator Coverage (CEAC) as the -mechanism behind the superfilling process [NIST:damascene:2001]_. In this +mechanism behind the superfilling process :cite:`NIST:damascene:2001`. In this mechanism, molecules that accelerate local metal deposition displace molecules that inhibit local metal deposition on the metal/electrolyte interface. For electrolytes that yield superconformal filling of fine @@ -47,7 +47,7 @@ the increased rate of metal deposition along the bottom of the filling trench is the concurrent local increase of the accelerator coverage due to decreasing local surface area, which scales with the local curvature (hence the name of the mechanism). A good overview of this -mechanism can be found in [moffatInterface:2004]_. +mechanism can be found in :cite:`moffatInterface:2004`. Using FiPy to model Superfill ----------------------------- diff --git a/examples/levelSet/electroChem/gold.py b/examples/levelSet/electroChem/gold.py index 4fd55c444a..48cde0961b 100644 --- a/examples/levelSet/electroChem/gold.py +++ b/examples/levelSet/electroChem/gold.py @@ -37,7 +37,7 @@ is a demonstration of the use of :term:`FiPy` for modeling gold superfill. The material properties and experimental parameters used are roughly those that have been previously -published [NIST:damascene:2005]_. +published :cite:`NIST:damascene:2005`. To run this example from the base fipy directory type:: diff --git a/examples/levelSet/electroChem/leveler.py b/examples/levelSet/electroChem/leveler.py index c41b9ad115..1d31661014 100755 --- a/examples/levelSet/electroChem/leveler.py +++ b/examples/levelSet/electroChem/leveler.py @@ -37,7 +37,7 @@ modeling copper superfill with leveler and accelerator additives. The material properties and experimental parameters used are roughly those that have been previously -published [NIST:leveler:2005]_. +published :cite:`NIST:leveler:2005`. To run this example from the base fipy directory type:: diff --git a/examples/levelSet/electroChem/simpleTrenchSystem.py b/examples/levelSet/electroChem/simpleTrenchSystem.py index 58f3164546..9c0ce140ce 100644 --- a/examples/levelSet/electroChem/simpleTrenchSystem.py +++ b/examples/levelSet/electroChem/simpleTrenchSystem.py @@ -38,7 +38,7 @@ for modeling electrodeposition using the CEAC mechanism. The material properties and experimental parameters used are roughly those that have been previously -published [NIST:damascene:2003]_. +published :cite:`NIST:damascene:2003]`. To run this example from the base fipy directory type:: diff --git a/examples/phase/anisotropy.py b/examples/phase/anisotropy.py index e457aed975..8af3e5aaeb 100755 --- a/examples/phase/anisotropy.py +++ b/examples/phase/anisotropy.py @@ -38,7 +38,7 @@ undercooling. Under the right circumstances, the solidification front can become unstable, leading to dendritic patterns. -Warren, Kobayashi, Lobkovsky and Carter [WarrenPolycrystal]_ +Warren, Kobayashi, Lobkovsky and Carter :cite:`WarrenPolycrystal` have described a phase field model ("Allen-Cahn", "non-conserved Ginsberg-Landau", or "model A" of Hohenberg & Halperin) of such a system, including the effects of discrete crystalline orientations (anisotropy). @@ -232,7 +232,7 @@ We note that this FiPy simulation is written in about 50 lines of code (excluding the custom viewer), compared with over 800 lines of (fairly lucid) FORTRAN code used for -the figures in [WarrenPolycrystal]_. +the figures in :cite:`WarrenPolycrystal`. """ __docformat__ = 'restructuredtext' diff --git a/examples/phase/anisotropyOLD.py b/examples/phase/anisotropyOLD.py index 73695f02a2..6525e1606b 100755 --- a/examples/phase/anisotropyOLD.py +++ b/examples/phase/anisotropyOLD.py @@ -41,7 +41,7 @@ In this example we solve a coupled phase and temperature equation to model solidification, and eventually dendritic growth, based on the work of -Warren, Kobayashi, Lobkovsky and Carter [WarrenPolycrystal]_. +Warren, Kobayashi, Lobkovsky and Carter :cite:`WarrenPolycrystal`. We start from a circular seed in a 2D mesh: diff --git a/examples/phase/binary.py b/examples/phase/binary.py index 838447393a..e5cae032fc 100755 --- a/examples/phase/binary.py +++ b/examples/phase/binary.py @@ -46,7 +46,7 @@ >>> mesh = Grid1D(dx=dx, nx=nx) The Helmholtz free energy functional can be written as the integral -[BoettingerReview:2002]_ [McFaddenReview:2002]_ [Wheeler:1992]_ +:cite:`BoettingerReview:2002` :cite:`McFaddenReview:2002` :cite:`Wheeler:1992` .. math:: diff --git a/examples/phase/binaryCoupled.py b/examples/phase/binaryCoupled.py index 8589e051f4..6c501e4731 100755 --- a/examples/phase/binaryCoupled.py +++ b/examples/phase/binaryCoupled.py @@ -47,7 +47,7 @@ >>> mesh = Grid1D(dx=dx, nx=nx) The Helmholtz free energy functional can be written as the integral -[BoettingerReview:2002]_ [McFaddenReview:2002]_ [Wheeler:1992]_ +:cite:`BoettingerReview:2002` :cite:`McFaddenReview:2002` :cite:`Wheeler:1992` .. math:: diff --git a/examples/phase/impingement/mesh40x1.py b/examples/phase/impingement/mesh40x1.py index 69215a3a65..4e4e714dca 100755 --- a/examples/phase/impingement/mesh40x1.py +++ b/examples/phase/impingement/mesh40x1.py @@ -36,7 +36,7 @@ In this example we solve a coupled phase and orientation equation on a one dimensional grid. This is another aspect of the model of Warren, Kobayashi, -Lobkovsky and Carter [WarrenPolycrystal]_ +Lobkovsky and Carter :cite:`WarrenPolycrystal` .. index:: Grid1D diff --git a/examples/phase/polyxtal.py b/examples/phase/polyxtal.py index 902baca048..484dd9e6cd 100755 --- a/examples/phase/polyxtal.py +++ b/examples/phase/polyxtal.py @@ -38,7 +38,7 @@ undercooling. Under the right circumstances, the solidification front can become unstable, leading to dendritic patterns. -Warren, Kobayashi, Lobkovsky and Carter [WarrenPolycrystal]_ +Warren, Kobayashi, Lobkovsky and Carter :cite:`WarrenPolycrystal` have described a phase field model ("Allen-Cahn", "non-conserved Ginsberg-Landau", or "model A" of Hohenberg & Halperin) of such a system, including the effects of discrete crystalline orientations (anisotropy). diff --git a/examples/phase/polyxtalCoupled.py b/examples/phase/polyxtalCoupled.py index c3278eae59..7618645cdb 100755 --- a/examples/phase/polyxtalCoupled.py +++ b/examples/phase/polyxtalCoupled.py @@ -38,7 +38,7 @@ undercooling. Under the right circumstances, the solidification front can become unstable, leading to dendritic patterns. -Warren, Kobayashi, Lobkovsky and Carter [WarrenPolycrystal]_ +Warren, Kobayashi, Lobkovsky and Carter :cite:`WarrenPolycrystal` have described a phase field model ("Allen-Cahn", "non-conserved Ginsberg-Landau", or "model A" of Hohenberg & Halperin) of such a system, including the effects of discrete crystalline orientations (anisotropy). diff --git a/examples/phase/quaternary.py b/examples/phase/quaternary.py index 2a9142bce5..8aab6de2e2 100755 --- a/examples/phase/quaternary.py +++ b/examples/phase/quaternary.py @@ -114,7 +114,7 @@ :math:`\bar{V}_{M+1} = \cdots = \bar{V}_{N} = 1` for the "substitutionals". This approximation has been used in a number of models where density effects are ignored, including the treatment of electrons in -electrodeposition processes [ElPhFI]_ [ElPhFII]_. Under these +electrodeposition processes :cite:`ElPhFI` :cite:`ElPhFII`. Under these constraints .. math:: diff --git a/examples/phase/simple.py b/examples/phase/simple.py index 4e9c37faf1..b2f0a47882 100755 --- a/examples/phase/simple.py +++ b/examples/phase/simple.py @@ -374,7 +374,7 @@ >>> phase.setValue(0., where=x > L/2) We choose the parameter values appropriate for nickel, given in -[Warren:1995]_ +:cite:`Warren:1995` .. index:: Variable diff --git a/examples/reactiveWetting/liquidVapor1D.py b/examples/reactiveWetting/liquidVapor1D.py index f72b0323e1..5b16180cc9 100755 --- a/examples/reactiveWetting/liquidVapor1D.py +++ b/examples/reactiveWetting/liquidVapor1D.py @@ -35,7 +35,7 @@ r"""Solve a single-component, liquid-vapor, van der Waals system. This example solves a single-component, liquid-vapor, van der Waals system as -described by Wheeler et *al.* [PhysRevE.82.051601]_. The free energy for this +described by Wheeler et *al.* :cite:`PhysRevE.82.051601`. The free energy for this system takes the form, .. math:: :label: eq:reactiveWetting:liquidVapor1D:freeEnergy diff --git a/fipy/tools/numerix.py b/fipy/tools/numerix.py index 9e5d617750..1200dbc0b6 100644 --- a/fipy/tools/numerix.py +++ b/fipy/tools/numerix.py @@ -337,8 +337,14 @@ def tostring(arr, max_line_width=75, precision=8, suppress_small=False, separato return _formatFloat(arr, format='%%1.%df' % precision) elif isInt(arr): - from numpy.core.arrayprint import _formatInteger - return _formatInteger(arr, format='%d') + try: + ## this is for numpy 1.7 and above + ## why has the interface changed again? + from numpy.core.arrayprint import IntegerFormat + return IntegerFormat(NUMERIX.array((arr,)))(arr).strip() + except: + from numpy.core.arrayprint import _formatInteger + return _formatInteger(arr, format='%d') else: raise TypeError, 'cannot convert ' + str(arr) + ' to string'