-
Notifications
You must be signed in to change notification settings - Fork 1
Dev logs #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Introduces the initial LaTeX structure for the MacroSim paper, including main sections: Introduction, Modeling Methodology, Library Specifications, Limitations, and Appendix. Each section is scaffolded with placeholders or initial content, and the main.tex file sets up the document preamble, title, author, and table of contents.
Added detailed sections on data preparation, target lag selection, and feature selection (including Granger causality) to ModelingMethodology.tex, along with a new figure. Introduced ModuleDescriptions.tex with a summary table of MacroSim modules and included it in main.tex. Updated main.tex with additional packages and formatting improvements. Updated .gitignore to exclude 'out/' directory.
Moved all LaTeX source files and assets from paper/ to paper/src/. Updated the build outputs in paper/compiled/ to reflect the new source structure. Removed the old Appendix.tex from the root paper/ directory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request establishes the foundational structure and content for a macroeconomic simulation library paper. It introduces comprehensive documentation for the MacroSim library, including methodology, module descriptions, and implementation details.
- Creates complete LaTeX document structure with main file and modular content sections
- Adds detailed methodology documentation covering AR processes, feature selection, and symbolic regression
- Includes module descriptions table and dependency specifications in appendix
Reviewed Changes
Copilot reviewed 10 out of 15 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| paper/src/main.tex | Main LaTeX document with preamble, packages, and section inputs |
| paper/src/Introduction.tex | Library introduction and motivation section |
| paper/src/ModuleDescriptions.tex | Table describing MacroSim modules and accessibility |
| paper/src/ModelingMethodology.tex | Comprehensive methodology documentation with mathematical formulations |
| paper/src/LibrarySpecifications.tex | Placeholder structure for library specifications |
| paper/src/Limitations.tex | Placeholder structure for limitations section |
| paper/src/Appendix.tex | Dependency table with package requirements |
| paper/compiled/main.toc | Table of contents for compiled document |
| paper/compiled/main.out | PDF bookmarks for navigation |
| paper/compiled/main.aux | LaTeX auxiliary file with references and labels |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This pull request adds the main content and structure for a macroeconomic simulation library paper. It introduces new sections and subsections in both the source
.texfiles and the compiled outputs, including the introduction, methodology, library specifications, limitations, and an appendix with a dependency table. The changes ensure that the document is well-organized and provides a clear overview of the library's purpose, methodology, dependencies, and limitations.Main additions and structure:
Content and Section Structure
Introduction,Modeling Methodology,Library Specifications,Limitations, andAppendixsections in the source.texfiles, each with appropriate subsections for clarity and organization. [1] [2] [3] [4]Appendixwith a detailed dependency table outlining which external packages are required for each core module of the library, including explanatory footnotes.Compiled Outputs and Navigation
main.aux,main.out,main.toc) to reflect the new document structure, ensuring that all sections, subsections, and figures are properly referenced and navigable in the final PDF. [1] [2] [3]These changes lay the foundation for the documentation of the MacroSim library, making it easier to navigate and understand for users and contributors.