Migrate to Gitea: add .gitignore, update repo URLs
This commit is contained in:
parent
e5792bd597
commit
97706f8cf1
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# LaTeX auxiliary files
|
||||||
|
*.aux
|
||||||
|
*.bbl
|
||||||
|
*.blg
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.fls
|
||||||
|
*.log
|
||||||
|
*.out
|
||||||
|
*.synctex.gz
|
||||||
|
*.toc
|
||||||
|
*.lof
|
||||||
|
*.lot
|
||||||
|
*.idx
|
||||||
|
*.ilg
|
||||||
|
*.ind
|
||||||
|
*.nav
|
||||||
|
*.snm
|
||||||
|
*.vrb
|
||||||
|
|
||||||
|
# Build artifacts
|
||||||
|
*.dvi
|
||||||
|
*.ps
|
||||||
|
|
||||||
|
# Editor files
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
@ -14,8 +14,8 @@ Ryan Williams' 2025 result demonstrates that any time-bounded algorithm can be s
|
|||||||
|
|
||||||
## Related Repositories
|
## Related Repositories
|
||||||
|
|
||||||
- **[Experiments & Code](https://github.com/sqrtspace/sqrtspace-experiments)**: Full implementation, experiments, and interactive dashboard
|
- **[Experiments & Code](https://git.marketally.com/sqrtspace/sqrtspace-experiments)**: Full implementation, experiments, and interactive dashboard
|
||||||
- **[Interactive Dashboard](https://github.com/sqrtspace/sqrtspace-experiments/tree/main/dashboard)**: Streamlit app for exploring space-time tradeoffs
|
- **[Interactive Dashboard](https://git.marketally.com/sqrtspace/sqrtspace-experiments/tree/main/dashboard)**: Streamlit app for exploring space-time tradeoffs
|
||||||
|
|
||||||
## Key Findings
|
## Key Findings
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ Once published on arXiv:
|
|||||||
1. **Quick Overview**: Read `executive_summary.md` (2 pages)
|
1. **Quick Overview**: Read `executive_summary.md` (2 pages)
|
||||||
2. **Technical Summary**: Read `two_page_summary.tex` (2 pages, compile to PDF)
|
2. **Technical Summary**: Read `two_page_summary.tex` (2 pages, compile to PDF)
|
||||||
3. **Full Paper**: Read `main.tex` (26 pages, compile to PDF)
|
3. **Full Paper**: Read `main.tex` (26 pages, compile to PDF)
|
||||||
4. **Try It Yourself**: Visit the [experiments repository](https://github.com/sqrtspace/sqrtspace-experiments)
|
4. **Try It Yourself**: Visit the [experiments repository](https://git.marketally.com/sqrtspace/sqrtspace-experiments)
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user