Compare commits

...

7 Commits

Author SHA1 Message Date
panuluh
bb9dee10de Revise README to simplify content and remove private visibility
Removed sections on access restrictions and copyright details.
2026-01-29 12:14:35 +07:00
Rifqi D. Panuluh
93d720b676 Update latexdiff.yml 2025-06-04 15:11:21 +07:00
Rifqi D. Panuluh
52dccce7e2 Update latexdiff.yml 2025-06-04 15:00:49 +07:00
Rifqi D. Panuluh
bf0de65fb7 Update latexdiff.yml 2025-06-04 14:21:39 +07:00
Rifqi D. Panuluh
7ca70fbdc3 Update latexdiff.yml 2025-06-04 13:41:33 +07:00
Rifqi D. Panuluh
b35944ee3e Update latexdiff.yml 2025-06-04 13:34:44 +07:00
Rifqi D. Panuluh
8f51963d0f Merge pull request #93 from nuluh/revert-92-latex/91-bug-expose-maketitle
Revert "Expose `maketitle` by just using `\input`"
2025-06-03 20:12:49 +07:00
2 changed files with 24 additions and 17 deletions

View File

@@ -64,20 +64,33 @@ jobs:
run: |
latexdiff diff_output/base_flat.tex diff_output/compare_flat.tex > diff_output/diff.tex
- name: Upload flattened .tex and diff.tex early
uses: actions/upload-artifact@v4
with:
name: latex-diff-tex
path: |
diff_output/base_flat.tex
diff_output/compare_flat.tex
diff_output/diff.tex
- name: Copy thesis.cls to diff_output
run: cp compare/latex/thesis.cls diff_output/
- name: Copy chapters/img into diff_output
run: |
# Create the same chapters/img path inside diff_output
mkdir -p diff_output/chapters/img
# Copy all images from compare branch into diff_output
cp -R compare/latex/chapters/img/* diff_output/chapters/img/
- name: Copy .bib files into diff_output
run: |
mkdir -p diff_output
cp compare/latex/*.bib diff_output/
- name: Override “\input{preamble/fonts}” in diff.tex
run: |
sed -i "/\\input{preamble\/fonts}/c % — replaced by CI: use TeX Gyre fonts instead of Times New Roman\/Arial\n\\\setmainfont{TeX Gyre Termes}\n\\\setsansfont{TeX Gyre Heros}\n\\\setmonofont{TeX Gyre Cursor}" diff_output/diff.tex
- name: Print preview of diff.tex (after font override)
run: |
echo "📄 Preview of diff_output/diff.tex after font override:"
head -n 50 diff_output/diff.tex
- name: Compile diff.tex to PDF
working-directory: diff_output
continue-on-error: true
run: |
xelatex -interaction=nonstopmode diff.tex
xelatex -interaction=nonstopmode diff.tex

View File

@@ -4,20 +4,14 @@ This repository contains the work related to my thesis, which focuses on damage
**Note:** This repository does not contain the secondary data used in the analysis. The code is designed to work with data from the [QUGS (Qatar University Grandstand Simulator)](https://www.structuralvibration.com/benchmark/qugs/) dataset, which is not included here.
The repository is private and access is restricted only to those who have been given explicit permission by the owner. Access is provided solely for the purpose of brief review or seeking technical guidance.
## Restrictions
- **No Derivative Works or Cloning:** Any form of copying, cloning, or creating derivative works based on this repository is strictly prohibited.
- **Limited Access:** Use beyond brief review or collaboration is not allowed without prior permission from the owner.
---
All contents of this repository, including the thesis idea, code, and associated data, are copyrighted © 2024 by Rifqi Panuluh. Unauthorized use or duplication is prohibited.
[LICENSE](https://github.com/nuluh/thesis?tab=License-1-ov-file#readme)
## How to Run `stft.ipynb`
1. run `pip install -e .` in root project first
2. run the notebook