Added bibliography
This commit is contained in:
parent
8d6dcb2fc1
commit
4a64406cb8
45
latex/presentations/midterm/presentation.bib
Normal file
45
latex/presentations/midterm/presentation.bib
Normal file
@ -0,0 +1,45 @@
|
||||
@phdthesis{feldman_thesis,
|
||||
author = {Feldman, Jon},
|
||||
title = {Decoding error-correcting codes via linear programming},
|
||||
type = {phdthesis},
|
||||
institution = {MIT},
|
||||
year = {2003},
|
||||
url = {https://dspace.mit.edu/handle/1721.1/42831},
|
||||
}
|
||||
@article{proximal_paper,
|
||||
title={Proximal Decoding for LDPC Codes},
|
||||
author={Tadashi Wadayama and Satoshi Takabe},
|
||||
journal={IEICE Transactions on Fundamentals of Electronics, Communications and Computer Sciences},
|
||||
volume={advpub},
|
||||
number={ },
|
||||
pages={2022TAP0002},
|
||||
year={2022},
|
||||
doi={10.1587/transfun.2022TAP0002}
|
||||
}
|
||||
|
||||
@article{ml_np_hard_proof,
|
||||
title = {On the inherent intractability of certain coding problems (Corresp.)},
|
||||
volume = {24},
|
||||
DOI = {10.1109/tit.1978.1055873},
|
||||
number = {3},
|
||||
journal = {IEEE Transactions on Information Theory},
|
||||
author = {Berlekamp, E. and McEliece, R. and van Tilborg, H.},
|
||||
year = {1978},
|
||||
month = {May},
|
||||
pages = {384–386},
|
||||
% url = {https://authors.library.caltech.edu/5607/1/BERieeetit78.pdf}
|
||||
}
|
||||
|
||||
@article{ldpc_conv,
|
||||
author = {Banu Kabakulak and Z. Caner Taşkın and Ali Emre Pusane},
|
||||
title = {Optimization–based decoding algorithms for LDPC convolutional codes in communication systems},
|
||||
journal = {IISE Transactions},
|
||||
volume = {51},
|
||||
number = {10},
|
||||
pages = {1061-1074},
|
||||
year = {2019},
|
||||
publisher = {Taylor \& Francis},
|
||||
doi = {10.1080/24725854.2018.1550692},
|
||||
URL = {https://doi.org/10.1080/24725854.2018.1550692},
|
||||
% eprint = {https://doi.org/10.1080/24725854.2018.1550692}
|
||||
}
|
||||
@ -1,3 +1,5 @@
|
||||
%\PassOptionsToPackage{colorlinks}{hyperref}
|
||||
|
||||
\documentclass[10pt, aspectratio=169]{beamer}
|
||||
|
||||
\usepackage[utf8]{inputenc}
|
||||
@ -21,6 +23,46 @@
|
||||
%\setbeameroption{show notes on second screen=right}
|
||||
\usepgfplotslibrary{colorbrewer}
|
||||
|
||||
\usepackage{csquotes}
|
||||
\usepackage[citestyle=numeric, style=alphabetic, backend=biber,
|
||||
doi=false,url=false,isbn=false]{biblatex}
|
||||
\addbibresource{presentation.bib}
|
||||
|
||||
|
||||
|
||||
\newbibmacro{string+doiurlisbn}[1]{%
|
||||
\iffieldundef{doi}{%
|
||||
\iffieldundef{url}{%
|
||||
\iffieldundef{isbn}{%
|
||||
\iffieldundef{issn}{%
|
||||
#1%
|
||||
}{%
|
||||
\href{http://books.google.com/books?vid=ISSN\thefield{issn}}{#1}%
|
||||
}%
|
||||
}{%
|
||||
\href{http://books.google.com/books?vid=ISBN\thefield{isbn}}{#1}%
|
||||
}%
|
||||
}{%
|
||||
\href{\thefield{url}}{#1}%
|
||||
}%
|
||||
}{%
|
||||
\href{http://dx.doi.org/\thefield{doi}}{#1}%
|
||||
}%
|
||||
}
|
||||
|
||||
|
||||
|
||||
\DeclareFieldFormat{title}{%
|
||||
\usebibmacro{string+doiurlisbn}{\mkbibemph{#1}}}
|
||||
\DeclareFieldFormat
|
||||
[article,inbook,incollection,inproceedings,patent,thesis,unpublished]
|
||||
{title}{\usebibmacro{string+doiurlisbn}{\mkbibquote{#1\isdot}}}
|
||||
\DeclareFieldFormat
|
||||
[suppbook,suppcollection,suppperiodical]
|
||||
{title}{\usebibmacro{string+doiurlisbn}{#1}}
|
||||
|
||||
|
||||
|
||||
\setlength {\marginparwidth }{2cm}
|
||||
|
||||
\newcommand{\templates}{../lib}
|
||||
@ -126,5 +168,11 @@
|
||||
\input{sections/decoding_algorithms.tex}
|
||||
\input{sections/examination_results.tex}
|
||||
\input{sections/forthcoming_examination.tex}
|
||||
|
||||
|
||||
\begin{frame}[allowframebreaks]
|
||||
\frametitle{Bibliography}
|
||||
\printbibliography[heading=none]
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user