von Anna123 » Mo 22. Mai 2017, 12:08
Noch ein Hilferuf an die Spezialisten hier:
Ist-Zustand:
Abras, C, Maloney-Krichmar, D und Preece, J (2004) Berkshire Encyclopedia of Human-Computer Interaction. W Bainbridge (Hrsg). Great Barrington, Massachusetts: Berkshire Publishing Group. User-centered design: 463-468.
Bayer, T (2002)
Web-Services mit REST Eine Einführung. Orientation in Objects GmbH. url:
http://www.oio.de/public/xml/rest-webservices.
pdf.
Bird, L, Goodchild, AB und Tun, Z (2003) Experiences with a Two-Level Mo-
delling Approach to Electronic Health Records. Journal of Research and
Practice in Information Technology 35: 121-138
Soll-Zustand:
Abras C, Maloney-Krichmar D und Preece J (2004) User-centered design, 463-468.
In: Bainbridge W (Hrsg):Berkshire Encyclopedia of Human-Computer Interaction.
Berkshire Publishing Group, Great Barrington, Massachusetts
Bayer T (2002) Web-Services mit REST Eine Einführung. Orientation in Objects GmbH. url:
http://www.oio.de/public/xml/rest-webservices.
pdf.
Bird L, Goodchild AB und Tun Z (2003) Experiences with a Two-Level Mo-
delling Approach to Electronic Health Records. Journal of Research and
Practice in Information Technology 35: 121-138
Also:
* kein Komma zwischen Nachname und Initialen
* Titel des entry types electronic auch nicht kursiv
* Reihenfolge der Felder von inbooks, hier auch Komma vor der Seitenzahl und ein' In':, Name auch hier' Nachname Initial' und erst Publisher und dann Location mit , dazwischen.
Test.tex:
\documentclass{article}
\usepackage[ngerman]{babel}
\usepackage[backend=biber,style=authoryear, maxbibnames=10, maxcitenames=1, doi=false, url=false, giveninits=true, terseinits=true]{biblatex}
\renewcommand{\labelnamepunct}{\addspace}
\DeclareFieldFormat[article,electronic,inbook,incollection,inproceedings,patent,thesis,unpublished]{title}{#1}
\DeclareFieldFormat[article,inbook,incollection,inproceedings,patent,thesis,unpublished]{journaltitle}{#1}
\DeclareNameAlias{sortname}{last-first}
\renewcommand{\bibpagespunct}{\addcolon}
\renewbibmacro{in:}{}
\DefineBibliographyStrings{ngerman}{
andothers = {{et\,al\adddot}},
chapter = {},
pages = {\space},
}
\renewbibmacro*{byeditor+others}{%
\ifnameundef{editor}
{}
{\printnames[byeditor]{editor}%
\setunit{\addspace}%
\usebibmacro{byeditor+othersstrg}%
\clearname{editor}%
\newunit}%
\usebibmacro{byeditorx}%
\usebibmacro{bytranslator+others}}
\DefineBibliographyStrings{german}{
byeditor = {(Hrsg)},
editor = {(Hrsg)}
}
\renewbibmacro*{volume+number+eid}{%
\printfield{volume}%
\printfield{number}%
\setunit{\addcomma\space}%
\printfield{eid}}
\DeclareFieldFormat[article]{number}{\mkbibparens{#1}}
\bibliography{Temp}
\begin{document}
Zitat \cite{Bird2003}\cite{Abras2004}\cite{Bayer2002}
\printbibliography
\end{document}
Temp.bib:
@InBook{Abras2004,
Title = {Berkshire Encyclopedia of Human-Computer Interaction},
Author = {Abras, C and Maloney-Krichmar, D and Preece, J},
Chapter = {User-centered design},
Editor = {Bainbridge, W},
Pages = {463-468},
Publisher = {Berkshire Publishing Group},
Year = {2004},
Address = {Great Barrington, Massachusetts},
}
@Electronic{Bayer2002,
Title = {{Web-Services mit REST
Eine Einf{\"u}hrung}},
Author = {Thomas Bayer},
Organization = {Orientation in Objects GmbH},
Url = {http://www.oio.de/public/xml/rest-webservices.pdf},
Year = {2002},
Journal = {Orientation in Objects}
}
@Article{Bird2003,
Title = {Experiences with a Two-Level Modelling Approach
to Electronic Health Records},
Author = {Bird, L and Goodchild, A B and Tun, Z},
Journal = {Journal of Research and Practice in Information Technology},
Year = {2003},
Pages = {121-138},
Volume = {35}
}
Vielen Dank für jeden Tipp!
Noch ein Hilferuf an die Spezialisten hier:
[b]Ist-Zustand:[/b]
Abras, C, Maloney-Krichmar, D und Preece, J (2004) Berkshire Encyclopedia of Human-Computer Interaction. W Bainbridge (Hrsg). Great Barrington, Massachusetts: Berkshire Publishing Group. User-centered design: 463-468.
Bayer, T (2002) [i]Web-Services mit REST Eine Einführung[/i]. Orientation in Objects GmbH. url: http://www.oio.de/public/xml/rest-webservices.
pdf.
Bird, L, Goodchild, AB und Tun, Z (2003) Experiences with a Two-Level Mo-
delling Approach to Electronic Health Records. Journal of Research and
Practice in Information Technology 35: 121-138
[b]Soll-Zustand:[/b]
Abras C, Maloney-Krichmar D und Preece J (2004) User-centered design, 463-468.
In: Bainbridge W (Hrsg):Berkshire Encyclopedia of Human-Computer Interaction.
Berkshire Publishing Group, Great Barrington, Massachusetts
Bayer T (2002) Web-Services mit REST Eine Einführung. Orientation in Objects GmbH. url: http://www.oio.de/public/xml/rest-webservices.
pdf.
Bird L, Goodchild AB und Tun Z (2003) Experiences with a Two-Level Mo-
delling Approach to Electronic Health Records. Journal of Research and
Practice in Information Technology 35: 121-138
[b]Also:[/b]
* kein Komma zwischen Nachname und Initialen
* Titel des entry types electronic auch nicht kursiv
* Reihenfolge der Felder von inbooks, hier auch Komma vor der Seitenzahl und ein' In':, Name auch hier' Nachname Initial' und erst Publisher und dann Location mit , dazwischen.
Test.tex:
[code]
\documentclass{article}
\usepackage[ngerman]{babel}
\usepackage[backend=biber,style=authoryear, maxbibnames=10, maxcitenames=1, doi=false, url=false, giveninits=true, terseinits=true]{biblatex}
\renewcommand{\labelnamepunct}{\addspace}
\DeclareFieldFormat[article,electronic,inbook,incollection,inproceedings,patent,thesis,unpublished]{title}{#1}
\DeclareFieldFormat[article,inbook,incollection,inproceedings,patent,thesis,unpublished]{journaltitle}{#1}
\DeclareNameAlias{sortname}{last-first}
\renewcommand{\bibpagespunct}{\addcolon}
\renewbibmacro{in:}{}
\DefineBibliographyStrings{ngerman}{
andothers = {{et\,al\adddot}},
chapter = {},
pages = {\space},
}
\renewbibmacro*{byeditor+others}{%
\ifnameundef{editor}
{}
{\printnames[byeditor]{editor}%
\setunit{\addspace}%
\usebibmacro{byeditor+othersstrg}%
\clearname{editor}%
\newunit}%
\usebibmacro{byeditorx}%
\usebibmacro{bytranslator+others}}
\DefineBibliographyStrings{german}{
byeditor = {(Hrsg)},
editor = {(Hrsg)}
}
\renewbibmacro*{volume+number+eid}{%
\printfield{volume}%
\printfield{number}%
\setunit{\addcomma\space}%
\printfield{eid}}
\DeclareFieldFormat[article]{number}{\mkbibparens{#1}}
\bibliography{Temp}
\begin{document}
Zitat \cite{Bird2003}\cite{Abras2004}\cite{Bayer2002}
\printbibliography
\end{document}
[/code]
Temp.bib:
[code]
@InBook{Abras2004,
Title = {Berkshire Encyclopedia of Human-Computer Interaction},
Author = {Abras, C and Maloney-Krichmar, D and Preece, J},
Chapter = {User-centered design},
Editor = {Bainbridge, W},
Pages = {463-468},
Publisher = {Berkshire Publishing Group},
Year = {2004},
Address = {Great Barrington, Massachusetts},
}
@Electronic{Bayer2002,
Title = {{Web-Services mit REST
Eine Einf{\"u}hrung}},
Author = {Thomas Bayer},
Organization = {Orientation in Objects GmbH},
Url = {http://www.oio.de/public/xml/rest-webservices.pdf},
Year = {2002},
Journal = {Orientation in Objects}
}
@Article{Bird2003,
Title = {Experiences with a Two-Level Modelling Approach
to Electronic Health Records},
Author = {Bird, L and Goodchild, A B and Tun, Z},
Journal = {Journal of Research and Practice in Information Technology},
Year = {2003},
Pages = {121-138},
Volume = {35}
}
[/code]
Vielen Dank für jeden Tipp![list][/list]