@@ -35,11 +35,33 @@ The following parallel programming technologies are considered in practice:
3535
3636## Related papers
3737
38- 1 . Nesterov, A. (2021). * Automation of teaching practice processes using the parallel programming course
39- as a case study* [ in Russian] (original title: "Автоматизация процессов преподавания практики на
40- примере курса по параллельному программированию"). In [ * Russian Supercomputing Days* ,
41- pp. 52-61.] ( https://web.archive.org/web/20250416004721/https://russianscdays.org/files/2021/RuSCDays21_Proceedings.pdf#page=52 )
42- 1 . Nesterov, A., Obolenskiy, A., Sysoyev, A., Meyerov, I. (2026). * Practical Aspects of Teaching Parallel
43- Programming at the Lobachevsky University* . In V. Voevodin, A. Antonov, D. Nikitenko (Eds.),
44- * Supercomputing* (RuSCDays 2025), Lecture Notes in Computer Science, vol. 16196, pp. 518-532.
45- Springer. [ DOI: 10.1007/978-3-032-13127-0_37] ( https://doi.org/10.1007/978-3-032-13127-0_37 )
38+ Use these LaTeX citation keys in your text:
39+
40+ - ` \cite{nesterov2021automation} `
41+ - ` \cite{nesterov2026practical} `
42+
43+ ``` bibtex
44+ @inproceedings{nesterov2021automation,
45+ author = {Nesterov, A.},
46+ title = {Automation of teaching practice processes using the parallel programming course as a case study},
47+ booktitle = {Russian Supercomputing Days},
48+ year = {2021},
49+ pages = {52--61},
50+ note = {In Russian},
51+ url = {https://web.archive.org/web/20250416004721/https://russianscdays.org/files/2021/RuSCDays21_Proceedings.pdf#page=52}
52+ }
53+
54+ @incollection{nesterov2026practical,
55+ author = {Nesterov, A. and Obolenskiy, A. and Sysoyev, A. and Meyerov, I.},
56+ title = {Practical Aspects of Teaching Parallel Programming at the Lobachevsky University},
57+ booktitle = {Supercomputing (RuSCDays 2025)},
58+ editor = {Voevodin, V. and Antonov, A. and Nikitenko, D.},
59+ series = {Lecture Notes in Computer Science},
60+ volume = {16196},
61+ pages = {518--532},
62+ year = {2026},
63+ publisher = {Springer},
64+ doi = {10.1007/978-3-032-13127-0_37},
65+ url = {https://doi.org/10.1007/978-3-032-13127-0_37}
66+ }
67+ ```
0 commit comments