From bb9dee10de89a7969f0e85910ce91465e7bafd19 Mon Sep 17 00:00:00 2001 From: panuluh <69516665+nuluh@users.noreply.github.com> Date: Thu, 29 Jan 2026 12:14:35 +0700 Subject: [PATCH] Revise README to simplify content and remove private visibility Removed sections on access restrictions and copyright details. --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 406a224..16ae92d 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file + +2. run the notebook