I am here again with one more question.
I recently decided to switch with BibLaTeX from natbib reference management.
Therefore, I am a beginner learner with BibTe.
But as always I need some customization on the existing options.

I have attached an MWE herewith along with my concern at the end.
Code: Select all
Code, edit and compile here:
\documentclass[12pt]{article}\usepackage[T1]{fontenc}\usepackage[english]{babel}\usepackage{enumerate}\usepackage{enumitem}\usepackage[style=numeric,url=false,doi=false,isbn=false]{biblatex}\usepackage{hyperref,url}\usepackage{color}\usepackage[autostyle, english = american]{csquotes}\addbibresource{BibRef.bib}\newcommand{\red}{\color[rgb]{1,0,0}}\hypersetup{,colorlinks=true,allcolors=red}\begin{document}\begin{center}{\LARGESolving NP-hard Problems}\vspace{15mm}{\large\scAuthor\footnote[1]{Author, is an Assistant Professor in the Department of XYZ,XYZ University.~~ {\em e-mail\/}: ~{\tt xyz@university.edu}}}\vspace{1mm}{\large\em XYZ University}\vspace{15mm}
Code: Select all
@book {MR1810041,AUTHOR = {Ash, Robert B.},TITLE = {Probability and Measure Theory},EDITION = {Second},PUBLISHER = {Academic Press, Burlington, MA},YEAR = {2000},PAGES = {xii+516},ISBN = {0-12-065202-1},MRCLASS = {28-01 (60-01)},MRNUMBER = {1810041},}@article{ae05,AUTHOR = {Albert Einstein},TITLE = {On the electrodynamics of moving bodies},JOURNAL = {Annalen der Physik},VOLUME = {322},NUMBER = {10},PAGES = {891--921},YEAR = {1905},DOI = {http://dx.doi.org/10.1002/andp.19053221004},keywords = {physics},}@article {MR1034353,AUTHOR = {Hungerford, Thomas W.},TITLE = {A counterexample in {G}alois theory},JOURNAL = {Amer. Math. Monthly},FJOURNAL = {American Mathematical Monthly},VOLUME = {97},YEAR = {1990},NUMBER = {1},PAGES = {54--57},ISSN = {0002-9890},MRCLASS = {12F10},MRNUMBER = {1034353},URL = {https://doi.org/10.2307/2324007},}@book {n97,AUTHOR = {Norris, J. R.},
[img] [/img]
But what I wanted is the following.
[img] [/img]
Any help would greatly be appreciated.