Joshua Shay Kricheli NeuroSymbolic AI
v2 v1

Release · v1.114.9

Remove migrated local assets and relocate site…

chore: remove migrated local assets and relocate site scripts

chore v1.114.9 April 28, 2026 krichelj 6b63810

Details

Delete local documents/images moved to DB-backed URLs, remove unused frontend _data files, and move site scripts into frontend/scripts with updated workflow and docs references.
Made-with: Cursor

Files changed (43)

.cursor/rules/site.mdc +3 −3
.cursorrules +3 −3
.github/workflows/deploy.yml +1 −1
.github/workflows/test-html.yml +1 −1
README.md +2 −2
backend/scripts/upload_assets_to_storage_api.py +238 −0
backend/scripts/upload_big_videos_tus.js +173 −0
backend/scripts/upsert_assets_api.py +116 −0
frontend/_data/linkedin_positions.json +0 −101
frontend/_data/linkedin_posts.json +0 −50
frontend/_layouts/default.html +3 −3
frontend/assets/documents/CIKM 2024 Poster.pdf
frontend/assets/documents/CS M.Sc. Certification.pdf
frontend/assets/documents/CV.pdf
frontend/assets/documents/DLR___Carlini___Wagner_Evasion_Attacks.pdf
frontend/assets/documents/ME B.Sc. Certification.pdf
frontend/assets/documents/ME B.Sc. Major.pdf
frontend/assets/documents/ME B.Sc. Rankings.pdf
frontend/assets/documents/ME Final Project Poster.jpg
frontend/assets/documents/ME Final Project Presentation.pdf
frontend/assets/documents/Paper___Composition_of_Dynamic_Control_Objectives_Based_on_Differential_Games.pdf
frontend/assets/documents/Presentation___Composition_of_Dynamic_Control_Objectives_Based_on_Differential_Games.pdf
frontend/assets/documents/QC_ML.pdf
frontend/assets/documents/Seminar_Presentation___Siamese_Neural_Networks_for_One_shot_Image_Recognition.pdf
frontend/assets/documents/Shay_Kricheli___Thesis_Poster.pdf
frontend/assets/documents/Thesis_Presentation___Differential_Games_for_Compositional_Handling_of_Competing_Control_Tasks.pdf
frontend/assets/documents/snic_excel.pdf
frontend/assets/img/cikm.jpg
frontend/assets/img/favicon.ico
frontend/assets/img/final_project.jpg
frontend/assets/img/my_pic.png
frontend/assets/img/thesis.jpg
frontend/assets/sections/awards.md +1 −1
frontend/assets/sections/education.md +5 −5
frontend/assets/sections/publications.md +5 −5
frontend/assets/sections/talks.md +6 −6
frontend/assets/ts/load-section.ts +61 −20
frontend/assets/ts/profile-rotator.ts +4 −4
{scripts => frontend/scripts}/export_jekyll_github_token.sh +2 −2
{scripts => frontend/scripts}/local.sh +3 −3

…and 3 more files.