diff --git a/_gsocorgs/independent.md b/_gsocorgs/independent.md new file mode 100644 index 000000000..600ddfd75 --- /dev/null +++ b/_gsocorgs/independent.md @@ -0,0 +1,9 @@ +--- +organization: Independent +layout: default +title: Independent Research +description: > + Independent research projects in computational physics and astrophysics, + focusing on alternative gravity theories and open-source scientific software. +logo: Independent-logo.png +--- diff --git a/_gsocprojects/2025/project_qmrg.md b/_gsocprojects/2025/project_qmrg.md new file mode 100644 index 000000000..d0d236592 --- /dev/null +++ b/_gsocprojects/2025/project_qmrg.md @@ -0,0 +1,11 @@ +--- +project: QMRG +layout: default +title: Quantum-Modified Rotating Gravity Framework +description: > + QMRG is a two-scale modified gravity theory that explains galaxy rotation curves + without dark matter. The project involves developing Python analysis tools, + validating against SPARC database, and creating reproducible research pipelines + for alternative gravity theories. +logo: QMRG-logo.png +--- diff --git a/_gsocproposals/2025/proposal_qmrg.md b/_gsocproposals/2025/proposal_qmrg.md new file mode 100644 index 000000000..0f72c7df6 --- /dev/null +++ b/_gsocproposals/2025/proposal_qmrg.md @@ -0,0 +1,72 @@ +--- +year: 2025 +project: QMRG +organization: Independent +title: "QMRG: Python Framework for Modified Gravity Analysis" +difficulty: Medium +duration: 175 +mentors: + - **Laura Cruz** [seflflieswithsanta725@gmail.com](mailto:seflflieswithsanta725@gmail.com) Independent +--- + +# QMRG: Python Framework for Modified Gravity Analysis + +## Project Description + +Quantum-Modified Rotating Gravity (QMRG) is a two-scale modified gravity framework that successfully explains galaxy rotation curves without requiring dark matter. This project aims to enhance the existing Python analysis framework, improve computational efficiency, and expand validation against larger galaxy databases. + +## Deliverables + +1. **Enhanced Solver Engine** + - Optimize Gauss-Newton fitting algorithm for better convergence + - Implement MCMC sampling for parameter uncertainty estimation + - Add support for additional galaxy databases (THINGS, Ursa Major) + +2. **Interactive Visualization Dashboard** + - Create web-based interface for exploring QMRG fits + - Real-time parameter adjustment and fit visualization + - Export capabilities for publication-quality figures + +3. **Comparative Analysis Tools** + - Direct comparison with MOND predictions + - Statistical analysis of fit quality across galaxy types + - Automated reporting and validation pipelines + +4. **Documentation and Testing** + - Comprehensive unit tests for all components + - User-friendly documentation and tutorials + - Docker container for reproducible research + +## Required Skills + +- Python (advanced: NumPy, SciPy, Pandas, Matplotlib) +- Basic understanding of astrophysics/gravity theories +- Experience with numerical optimization and statistical analysis +- Web development (optional, for dashboard component) + +## Mentor Availability + +The primary mentor has extensive experience with the QMRG framework and is available throughout the GSoC period for weekly meetings and code reviews. Contact: seflflieswithsanta725@gmail.com. Additional domain experts will be available for consultation on modified gravity theory and astrophysical applications. + +## Project Timeline + +- **Weeks 1-2**: Familiarization with existing codebase and setup +- **Weeks 3-6**: Enhanced solver development and optimization +- **Weeks 7-10**: Interactive dashboard implementation +- **Weeks 11-14**: Comparative analysis and validation +- **Weeks 15-18**: Documentation, testing, and final integration + +## Evaluation Criteria + +- Code quality and test coverage +- Performance improvements in fitting algorithms +- User experience of visualization tools +- Scientific rigor of comparative analysis +- Documentation completeness + +## Resources + +- Existing QMRG codebase and SPARC database +- Access to computational resources for large-scale analysis +- Scientific literature and domain expert consultation +- Open-source Python ecosystem and visualization libraries diff --git a/gsoc/2025/mentors.md b/gsoc/2025/mentors.md index f26cb8953..09b11b8bd 100644 --- a/gsoc/2025/mentors.md +++ b/gsoc/2025/mentors.md @@ -40,3 +40,5 @@ layout: plain +- **Laura Cruz** [seflflieswithsanta725@gmail.com](mailto:seflflieswithsanta725@gmail.com) Independent +- **Laura Cruz** [seflflieswithsanta725@gmail.com](mailto:seflflieswithsanta725@gmail.com) Independent diff --git a/images/QMRG-logo.png b/images/QMRG-logo.png new file mode 100644 index 000000000..fe454d596 Binary files /dev/null and b/images/QMRG-logo.png differ