Update bilbiography to the one used in the final submission

This commit is contained in:
Andreas Tsouchlos 2024-08-25 00:06:24 +02:00
parent f56960ef48
commit 8895a278ef

View File

@ -1,6 +1,6 @@
@ARTICLE{ADMM, @ARTICLE{ADMM,
author={Barman, Siddharth and Liu, Xishuo and Draper, Stark C. and Recht, Benjamin}, author={Barman, Siddharth and Liu, Xishuo and Draper, Stark C. and Recht, Benjamin},
journal={IEEE Transactions on Information Theory}, journal={Trans. Inf. Theory},
title={Decomposition Methods for Large Scale LP Decoding}, title={Decomposition Methods for Large Scale LP Decoding},
year={2013}, year={2013},
volume={59}, volume={59},
@ -11,7 +11,7 @@
@ARTICLE{feldman_paper, @ARTICLE{feldman_paper,
author={Feldman, J. and Wainwright, M.J. and Karger, D.R.}, author={Feldman, J. and Wainwright, M.J. and Karger, D.R.},
journal={IEEE Transactions on Information Theory}, journal={IEEE Trans. Inf. Theory},
title={Using linear programming to Decode Binary linear codes}, title={Using linear programming to Decode Binary linear codes},
year={2005}, year={2005},
volume={51}, volume={51},
@ -22,7 +22,7 @@
@ARTICLE{ml_in_the_list, @ARTICLE{ml_in_the_list,
author={Geiselhart, Marvin and Elkelesh, Ahmed and Ebada, Moustafa and Cammerer, Sebastian and Brink, Stephan ten}, author={Geiselhart, Marvin and Elkelesh, Ahmed and Ebada, Moustafa and Cammerer, Sebastian and Brink, Stephan ten},
journal={IEEE Transactions on Communications}, journal={IEEE Trans. Commun.},
title={Automorphism Ensemble Decoding of ReedMuller Codes}, title={Automorphism Ensemble Decoding of ReedMuller Codes},
year={2021}, year={2021},
volume={69}, volume={69},
@ -33,7 +33,7 @@
@ARTICLE{mackay99, @ARTICLE{mackay99,
author={MacKay, D.J.C.}, author={MacKay, D.J.C.},
journal={IEEE Transactions on Information Theory}, journal={IEEE Trans. Inf. Theory},
title={Good error-correcting codes based on very sparse matrices}, title={Good error-correcting codes based on very sparse matrices},
year={1999}, year={1999},
volume={45}, volume={45},
@ -46,10 +46,10 @@
author = {MacKay, David J.C.}, author = {MacKay, David J.C.},
title = {Encyclopedia of Sparse Graph Codes}, title = {Encyclopedia of Sparse Graph Codes},
date = {2023-04}, date = {2023-04},
url = {http://www.inference.org.uk/mackay/codes/data.html} url = {www.inference.org.uk/mackay/codes/data.html}
} }
@article{proximal_algorithms, @book{proximal_algorithms,
title={Proximal algorithms}, title={Proximal algorithms},
author={Parikh, Neal and Boyd, Stephen and others}, author={Parikh, Neal and Boyd, Stephen and others},
journal={Foundations and trends{\textregistered} in Optimization}, journal={Foundations and trends{\textregistered} in Optimization},
@ -72,7 +72,7 @@
@INPROCEEDINGS{adaptive_lp_decoding, @INPROCEEDINGS{adaptive_lp_decoding,
author={Taghavi, Mohammad H. and Siegel, Paul H.}, author={Taghavi, Mohammad H. and Siegel, Paul H.},
booktitle={2006 IEEE International Symposium on Information Theory}, booktitle={IEEE Proc. ISIT},
title={Adaptive Linear Programming Decoding}, title={Adaptive Linear Programming Decoding},
year={2006}, year={2006},
volume={}, volume={},
@ -83,7 +83,7 @@
@INPROCEEDINGS{interior_point_decoding, @INPROCEEDINGS{interior_point_decoding,
author={Vontobel, Pascal O.}, author={Vontobel, Pascal O.},
booktitle={2008 Information Theory and Applications Workshop}, booktitle={Proc. ITA},
title={Interior-point algorithms for linear-programming decoding}, title={Interior-point algorithms for linear-programming decoding},
year={2008}, year={2008},
volume={}, volume={},
@ -102,3 +102,14 @@
% doi={10.1587/transfun.2022TAP0002} % doi={10.1587/transfun.2022TAP0002}
} }
@ARTICLE{chase_decoding,
author={Chase, D.},
journal={IEEE Trans. Inf. Theory},
title={Class of algorithms for decoding block codes with channel measurement information},
year={1972},
% volume={18},
% number={1},
% pages={170-182},
% keywords={},
% doi={10.1109/TIT.1972.1054746}}
}