Migrate to Gitea: add .gitignore, update repo URLs

This commit is contained in:
2025-12-28 17:18:39 +00:00
parent e5792bd597
commit 97706f8cf1
2 changed files with 35 additions and 3 deletions

32
.gitignore vendored Normal file
View 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/

View File

@@ -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