Explore Scientific Papers

Access a wide range of research papers in computational science, systems engineering, and machine learning.

All Papers

Submit Your Paper

1

Fork The Repository

Begin by forking the CSE++ repository on GitHub.

2

Create Paper Directory

Create a directory for your paper in the PAPERS/ folder with the format paper_name_year/.

3

Add Required Files

Include your paper as PDF, metadata.json, code, figures, and CITATION.bib following the structure requirements.

4

Submit Pull Request

Open a pull request to the main repository. Automated checks will verify your submission format.

Submission Tools

Use our provided script to set up your paper structure:

./scripts/setup_paper.sh your_paper_name_2025
View Full Guidelines