um in Artikeln meinen gewünschten Stil
Namen. Titel. Journal Volume, article-number (year)
zu erreichen, habe ich in Moment BibLatex wie folgt definiert:
\usepackage[ngerman]{babel}
\usepackage[babel,german=quotes]{csquotes}
\usepackage[
backend=biber,
style=numeric,
maxnames=3,
minnames=1,
sorting=none,
language=ngerman,
isbn=false,
url=false,
doi=false,
eprint=false,
firstinits=true,
clearlang=true
]{biblatex}
\DeclareFieldFormat[article]{volume}{\textbf{#1}}
\DeclareFieldFormat[article]{title}{\mkbibemph{#1}}
\DeclareFieldFormat[article]{journal}{\textbf{#1}}
\DeclareFieldFormat[thesis]{title}{\mkbibemph{#1}}
\renewbibmacro*{in:}{}
\renewbibmacro*{journal+issuetitle}{%
\usebibmacro{journal}%
\setunit*{\addspace}%
\printfield{volume}
\iffieldundef{article-number}
{}
{
\setunit*{\addcomma}%
\printfield{article-number}
}
\setunit*{\addspace}%
\printfield[parens]{year}
\newunit}
1.) Der Name des Journals wird komplett großgeschrieben, das möchte ich aber nicht. Wie muss ich das Bibmakro journal definieren, damit es nur noch die Anfangsbuchstaben jedes Wortes im Journal großschreibt?
2.) Es wird keine Artikel-Nummer angezeigt, obwohl diese in der Bibtex-Datei definiert ist:
@ARTICLE{Wei2002,
author = {Wei, CM and Chou, MY},
title = {{Theory of quantum size effects in thin Pb(111) films}},
journal = {{PHYSICAL REVIEW B}},
year = {{2002}},
volume = {{66}},
number = {{23}},
month = {{DEC 15}},
abstract = {{We have carried out first-principles calculations of Pb (111) films
up to 25 monolayers to study the oscillatory quantum size effects
exhibited in the surface energy and work function. These oscillations
are correlated with the thickness dependence of the energies of confined
electrons, which can be properly modeled by an energy-dependent phase
shift of the electronic wave function upon reflection at the interface.
It is found that a quantitative description of these quantum size
effects requires a full consideration of the crystal band structure.}},
address = {{ONE PHYSICS ELLIPSE, COLLEGE PK, MD 20740-3844 USA}},
affiliation = {{Wei, CM (Reprint Author), Acad Sinica, Inst Phys, Taipei 11529, Taiwan.
Acad Sinica, Inst Phys, Taipei 11529, Taiwan. Georgia Inst Technol,
Sch Phys, Atlanta, GA 30332 USA.}},
article-number = {{233408}},
doc-delivery-number = {{633JL}},
doi = {{10.1103/PhysRevB.66.233408}},
issn = {{1098-0121}},
journal-iso = {{Phys. Rev. B}},
keywords-plus = {{METAL-FILMS; GROWTH; ISLANDS; HEIGHT; PB/SI(111)-(7X7); ENERGIES;
UNIFORM; PB}},
language = {{English}},
number-of-cited-references = {{30}},
owner = {Thomas},
publisher = {{AMERICAN PHYSICAL SOC}},
research-areas = {{Physics}},
researcherid-numbers = {{Chou, Mei-Yin/D-3898-2012 Wei, Ching-Ming/F-7931-2012}},
times-cited = {{179}},
timestamp = {2013.03.30},
type = {{Article}},
unique-id = {{ISI:000180279400035}},
web-of-science-categories = {{Physics, Condensed Matter}}
}
Vielen Dank für eure Hilfe!
Thomas


