ZAHIDI, S.Z.H. und andere, 2013. Optimizing Complex Cluster Formation in MANETs Using SAT/ILP Techniques. In: IEEE Sensors Journal [online]. 13(6), S. 2400-2412 [Zugriff am: 11.04.2014]. IEEE Xplore Digital Library. ISSN 1530-437X. Verfügbar unter: DOI: 10.1109/JSEN.2013.2254234
Ergebnis:
ZOHAIB, Seyed und andere, 2013. Optimizing complex cluster formation in MANETs using SAT/ILP techniques. IEEE Sensors Journal [online]. 13(6), 2400–2412 [Zugriff am: 2014-11-04]. ISSN 1530-4374. Verfügbar unter: DOI: 10.1109/JSEN.2013.2254234
Hier habe ich aktuell noch keine Idee wie ich das fehlende S. für die Seitenzahl einfügen kann.
------------------
Beispiel:
IMGRUND, Markus, 2014. Strategisches Krisenmanagement. In: Peter HEIMERL, Hrsg. Controlling, Finanzierung, Produktion, Marketing. Wien: facultas.wuv, S. 143-178. ISBN 978-3- 8252-4323-4
Ergebnis:
IMGRUND, Markus, 2014. Strategisches Krisenmanagement. In: HEIMERL, Peter, Hrsg. Controlling, Finanzierung, Produktion, Marketing. Wien: facul- tas.wuv, S. 143–178. ISBN 978-3- 8252-4323-4
Hier bekomm ich es noch nicht hin das der Herausgeber im Schema (Vorname NACHNAME) angezeigt wird.
------------------
tex:
\documentclass[ngerman]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[backend=biber, style=iso-authoryear, maxbibnames=3, shortnumeration]{biblatex}
%sort names
\DeclareNameAlias{default}{given-family} 
\DeclareNameAlias{sortname}{family-given/given-family} 
\DeclareNameAlias{author}{sortname} 
\DeclareNameAlias{editor}{sortname} 
\DeclareNameAlias{translator}{sortname} 
\DeclareDelimFormat{multinamedelim}{\addcomma\space} 
\DeclareDelimFormat{finalnamedelim}{% 
  \ifnumgreater{\value{liststop}}{2}{\finalandcomma}{}% 
  \addspace\bibstring{and}\space} 
%no brackets editor
%\renewcommand{\bibopenparen}{\addcomma\space}
%\renewcommand{\bibcloseparen}{\addcomma\space}
%\makeatletter
\renewbibmacro*{bbx:editor}[1]{%
    \ifboolexpr{
        test \ifuseeditor
        and
        not test {\ifnameundef{editor}}
    }%
    {\printnames{editor}%
        \setunit{\addcomma\space}%
	\usebibmacro{bbx:savehash}
	\usebibmacro{#1}%
        \clearname{editor}%
        \setunit{\addspace}
    }%
    {\global\undef\bbx@lasthash
        \usebibmacro{labeltitle}%
        \setunit*{\addspace}
    }%
   \usebibmacro{date+extrayear}
}
%\makeatother
%change et.al, urlseen, urlfrom
\DefineBibliographyStrings{ngerman}{% 
  andothers = {und andere}, 
  urlseen = {Zugriff am:},
  urlfrom = {Verfügbar unter:},
}
%change inbook title and publisher
\renewbibmacro*{in:}{%
  \printtext{\bibstring{in}\intitlepunct}%
  \ifnameundef{bookauthor}
    {\ifnameundef{editor}
       {\printnames{translator}%
        \setunit{\addcomma\space}%
        \usebibmacro{translator+othersstrg}%
        \clearname{translator}}
       {\printnames{editor}%
        \setunit{\addcomma\space}%
        \usebibmacro{editor+othersstrg}%
        \clearname{editor}}}
    {\ifnamesequal{author}{bookauthor}
       {}
       {\printnames{bookauthor}%
        \clearname{bookauthor}}}%
  \newunit\newblock}
%no dot at the end of the bib  
\renewcommand{\finentrypunct}{}
%font for url same as the bib font
\urlstyle{same}
%add bib file
\addbibresource{sample.bib}
\begin{document}
test6 \cite{imgrund2014strat}
test8 \cite{optimizing}
\printbibliography
\end{document}@inbook{imgrund2014strat,
  author      = {Imgrund, Markus},
  title       = {Strategisches Krisenmanagement},
  editor      = {Peter HEIMERL},
  booktitle   = {Controlling, Finanzierung, Produktion, Marketing},
  publisher   = {facultas.wuv},
  location    = {Wien},
  year        = {2014},
  pages       = {143-178},
  %chapter     = {10},
  isbn={978-3- 8252-4323-4},
}
@article{optimizing,
    author = {Zohaib, Seyed and Aloul, Fadi and Sagahyroon, Assim and El-Hajj, Wassim},
    Year = {2013},
  title   = {Optimizing complex cluster formation in MANETs using SAT/ILP techniques},
  journal = {IEEE Sensors Journal},
  number  = {6},
  pages   = {2400-2412},
  %note    = {An optional note}, 
  volume  = {13},
  ISSN = {1530-4374},
  doi={10.1109/JSEN.2013.2254234},
  publisher = {IEEE Xplore Digital Library},
  %lastvisited={2015-05-02}
  urldate={2014-11-04}
