Introduction
On this page you can find information about me, my personal links, and a list of documented repositories.
About me
I am Sergei Antsupov, a research associate at the elementary particle physics department at Peter the Great St. Petersburg Polytechnic University. I am also an active member of the PHENIX collaboration and a participant in the SPD collaboration. I am interested in both experimental and theoretical particle physics. My main research is devoted to the investigation of production of \(K^{*}(892)\) meson and \(\Lambda(1520)\) baryon production in various collision systems in the relativistic heavy ion collider.
You can learn more about me in my portfolio, which includes links to my CV, research statement, and list of main publications.
Personal links
- GitHub: @Sergeyir
- ORCID: 0009-0008-6349-3670
- Google Scholar: V2l9NVAAAAAJ
- Scopus: 59174489100
- ResearchGate: Sergei-Antsupov
- Web of Science ResearcherID: MEO-7132-2025
My projects on GitHub
Here are listed all projects that are currently public and have documentation or intended for the public use. Here only brief information about the projects is given. For more information, see the respective documentation or README.md.
- HardProcessesLO
- A simple projects that helps students in particle physics to study hard processes in p+p collisions at high energy and to learn high energy physics software. The goal is for the students to perform a numerical calculation of \(d \sigma / d p_T\) and \(d \sigma / d \Delta y\) of partons that originate from LO hard processes in various ways. see the repository page for more information.
- CppTools (documentation)
- Set of useful functions and classes that can be used in any C++ application, such as useful math functions (including variadic ones), functions that allow you to write error, warning, info, and other prompts, and functions that simplify work with std::string and std::ifstream, classes that allow you to print boxes and tables containing useful information, etc. For more information, see the Namespaces/Namespaces List/CppTools in the documentation.
- ProgressBar (documentation)
- Contains class ProgressBar that allows you to print a fast and efficient ASCII bar to show the progress in the terminal. In documentation, see Classes/Class List/ProgressBar for more information about the class and examples to learn about its usage.
- ROOTTools (documentation)
- Set of useful functions and classes that can be used in any C++ application to simplify the work with ROOT6's various classes, such as TF1, TCanvas, TFile, TThreadedObject, etc., or to extend their usage. This repository is still in progress, and some of its features are yet to be finished/added. But everything described in the documentation is finished and works flawlessly. See Namespaces/Namespaces List/ROOTTools in the documentation for more information about the repository.
- PHENIXTools (documentation)
- Set of useful functions that can help PHENIX collaborators work with ROOT or data. For now only contains function that can simplify drawing PHENIX preliminary logo onto ROOT TPad.