Just an examople from the link of my comment above. I also used this answer https://tex.stackexchange.com/a/250610/120578 for filecontents.
\documentclass[11pt]{article}
\usepackage[giveninits=true,backend=bibtex,doi=false,isbn=false,url=false]{biblatex}
\AtEveryBibitem{%
\clearfield{pages}%
}
\renewcommand{\bibfont}{\normalfont\footnotesize}
\addbibresource{mynewbib.bib}
\defbibenvironment{bibliography}
{\noindent}
{\unspace}
{\printtext[labelnumberwidth]{%
\printfield{labelprefix}%
\printfield{labelnumber}}
\addspace}
\renewbibmacro*{finentry}{\finentry\addspace}
% \addbibresource{MyCollection.bib}
\addbibresource{mynewbib.bib}
\begin{filecontents}{mynewbib.bib}
@article{article1,
author={Sell, Ralph R.},
title={TRANSFERRED JOBS.},
journal={Work and Occupations},
volume={10},
number={2},
year={1983},
pages={179-206}
}
@article{article1,
author={Sell, Ralph R.},
title={TRANSFERRED JOBS.},
journal={Work and Occupations},
volume={10},
number={2},
year={1983},
pages={179-206}
}
@article{article2,
author={Sell, Ralph R.},
title={TRANSFERRED JOBS.},
journal={Work and Occupations},
volume={10},
number={2},
year={1983},
pages={179-206}
}
@article{article3,
author={Sell, Ralph R.},
title={TRANSFERRED JOBS.},
journal={Work and Occupations},
volume={10},
number={2},
year={1983},
pages={179-206}
}
@article{article4,
author={Sell, Ralph R.},
title={TRANSFERRED JOBS.},
journal={Work and Occupations},
volume={10},
number={2},
year={1983},
pages={179-206}
}
@article{article5,
author={Sell, Ralph R.},
title={TRANSFERRED JOBS.},
journal={Work and Occupations},
volume={10},
number={2},
year={1983},
pages={179-206}
}
\end{filecontents}
\begin{document}
\nocite{*}
\printbibliography[heading=none]
\end{document}
Output:

\begin{filecontents}in my answer) – koleygr Oct 10 '17 at 23:42\citeany of the references in your bibliography? Does "I don't feel the need for a separate.bibfile" imply you are okay with formatting the bibliography manually? – Werner Oct 11 '17 at 00:07