Access a wide range of research papers in computational science, systems engineering, and machine learning.
Begin by forking the CSE++ repository on GitHub.
Create a directory for your paper in the PAPERS/
folder with the format paper_name_year/
.
Include your paper as PDF, metadata.json, code, figures, and CITATION.bib following the structure requirements.
Open a pull request to the main repository. Automated checks will verify your submission format.
Use our provided script to set up your paper structure:
./scripts/setup_paper.sh your_paper_name_2025
View Full Guidelines