-
Notifications
You must be signed in to change notification settings - Fork 0
Paper/computational holography #5
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
dbc4033
Flatten LaTeX sources for arXiv upload
flyingrobots f3ba2e1
Add citation to space-time reversible graph rewriting
flyingrobots 381c06b
Cite reversible spacetime rewriting and tidy assumptions
flyingrobots eff4a6f
Rename rulial basics as theorem and clarify universe notation
flyingrobots 10c5d82
Add footprint/independence sketch figure
flyingrobots 8b12ead
Tidy footprint figure layout
flyingrobots 04440cd
Increase spacing in footprint figure to avoid overlap
flyingrobots 7f1287e
Move footprint legend to the side for clarity
flyingrobots 28e3ec1
Box legend below footprint figure
flyingrobots a278a66
Spread legend labels and remove box
flyingrobots b919e39
Remove legend under footprint figure
flyingrobots 13bf39c
Inline Echo determinism invariants
flyingrobots e587f3c
Freeze title date to November 26, 2025
flyingrobots f4abdd3
Clean no-delete wording; rebuild
flyingrobots 19f8cce
Clarify def/theorem refs and ND/NC wording
flyingrobots 8c8507e
Rename Time Cone, inline time model, clean refs
flyingrobots 70a4d46
Add ORCID to title block
flyingrobots 8d7f63a
Freeze paper date to Nov 25, 2025
flyingrobots 0c76813
Add CC BY 4.0 notice to title page
flyingrobots 2f2c99c
Add arXiv rerun typeout hint
flyingrobots d930982
Merge branch 'main' into paper/computational-holography
flyingrobots c1f866a
chore: github action to publish release
flyingrobots 30bb94f
Merge branch 'main' into chore/release-paper
flyingrobots 0e5ceb4
Build paper PDF in release workflow
flyingrobots 760f4c3
Clarify worldline uniqueness and open-graph wording in intro
flyingrobots d7dca4a
Polish references, metadata, and implementation notes
flyingrobots d659eaf
Merge branch 'paper/computational-holography' of github.com:flyingrob…
flyingrobots File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| name: Release Paper PDF | ||
|
|
||
| on: | ||
| push: | ||
| tags: | ||
| # Only trigger for tags ending in "-paper" | ||
| - "v*-paper" | ||
|
|
||
| jobs: | ||
| release: | ||
| name: Release PDF | ||
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - name: Checkout repo | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Build PDF | ||
| uses: xu-cheng/latex-action@v3 | ||
| with: | ||
| working_directory: aion-holography | ||
| root_file: main.tex | ||
| latexmk_use_xelatex: false | ||
| args: -pdf -interaction=nonstopmode -halt-on-error | ||
|
|
||
| - name: Set PDF path | ||
| id: pdf | ||
| run: | | ||
| FILE_PATH="aion-holography/main.pdf" | ||
| if [ ! -f "$FILE_PATH" ]; then | ||
| echo "ERROR: Could not find $FILE_PATH" | ||
| exit 1 | ||
| fi | ||
| echo "path=$FILE_PATH" >> "$GITHUB_OUTPUT" | ||
| - name: Create GitHub Release | ||
| id: create_release | ||
| uses: softprops/action-gh-release@v2 | ||
| with: | ||
| tag_name: ${{ github.ref_name }} | ||
| name: Release ${{ github.ref_name }} | ||
| draft: false | ||
| prerelease: false | ||
| generate_release_notes: true | ||
| files: | | ||
| ${{ steps.pdf.outputs.path }}#AIon-Computational-Holography-${{ github.ref_name }}.pdf | ||
flyingrobots marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| env: | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.