|
| 1 | +# Citing Parallel Programming Course |
| 2 | + |
| 3 | +The Parallel Programming Course team is committed to open education and reproducible teaching practice. |
| 4 | +Below is a list of publications related to this course and recommended citations. |
| 5 | + |
| 6 | +## Scientific Publications |
| 7 | + |
| 8 | +- [Automation of teaching practice processes using the parallel programming course as a case study]( |
| 9 | + https://web.archive.org/web/20250416004721/https://russianscdays.org/files/2021/RuSCDays21_Proceedings.pdf#page=52 |
| 10 | + ) (RuSCDays, 2021) |
| 11 | + ([BibTeX](#automation-of-teaching-practice-processes-using-the-parallel-programming-course-as-a-case-study)) |
| 12 | +- [Practical Aspects of Teaching Parallel Programming at the Lobachevsky University]( |
| 13 | + https://doi.org/10.1007/978-3-032-13127-0_37 |
| 14 | + ) (RuSCDays, 2025 / LNCS 16196, 2026) |
| 15 | + ([BibTeX](#practical-aspects-of-teaching-parallel-programming-at-the-lobachevsky-university)) |
| 16 | + |
| 17 | +## How to Cite |
| 18 | + |
| 19 | +Please cite publications that are relevant to the part of the course, tooling, or teaching methodology used in your work. |
| 20 | + |
| 21 | +### Automation of teaching practice processes using the parallel programming course as a case study |
| 22 | + |
| 23 | +If you use the Parallel Programming Course in a scientific publication, please cite: |
| 24 | + |
| 25 | +- Nesterov, A. (2021). *Automation of teaching practice processes using the parallel programming course |
| 26 | + as a case study*. In *Russian Supercomputing Days*, pp. 52-61. [in Russian] |
| 27 | + |
| 28 | +BibTeX entry: |
| 29 | + |
| 30 | +```bibtex |
| 31 | +@inproceedings{nesterov2021automation, |
| 32 | + author = {Nesterov, A.}, |
| 33 | + title = {Automation of teaching practice processes using the parallel programming course as a case study}, |
| 34 | + booktitle = {Russian Supercomputing Days (RuSCDays 2021)}, |
| 35 | + year = {2021}, |
| 36 | + pages = {52--61}, |
| 37 | + note = {In Russian}, |
| 38 | + url = {https://web.archive.org/web/20250416004721/https://russianscdays.org/files/2021/RuSCDays21_Proceedings.pdf#page=52} |
| 39 | +} |
| 40 | +``` |
| 41 | + |
| 42 | +### Practical Aspects of Teaching Parallel Programming at the Lobachevsky University |
| 43 | + |
| 44 | +If your publication uses practical or methodological elements described in the updated course model, please also cite: |
| 45 | + |
| 46 | +- Nesterov, A., Obolenskiy, A., Sysoyev, A., Meyerov, I. (2026). *Practical Aspects of Teaching Parallel |
| 47 | + Programming at the Lobachevsky University*. In V. Voevodin, A. Antonov, D. Nikitenko (Eds.), |
| 48 | + *Supercomputing* (RuSCDays 2025), Lecture Notes in Computer Science, vol. 16196, pp. 518-532. |
| 49 | + Springer. |
| 50 | + |
| 51 | +BibTeX entry: |
| 52 | + |
| 53 | +```bibtex |
| 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 = {Russian Supercomputing Days (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